pentestmonkey / php-reverse-shell

GNU General Public License v2.0
2.18k stars 1.84k forks source link

Receiving reverse shell on windows #10

Open testentry opened 3 years ago

testentry commented 3 years ago

I am running windows 7 and when I uploaded the reverse shell on the site it always gives the error of, daemonize wasn't completed. But running it on an attack box (I was doing the coldbox challenge on tryhackme). It works, any way to fix this or do I just use a Linux based system.

celyes commented 3 years ago

It means your pc isn't listening on the port. You want to issue this command on your machine nc -lnvp 'whatever port you set in reverse shell' e.g. nc -lnvp 1234

Source: https://forum.hackthebox.eu/discussion/1880/php-reverse-shell-php-issue