pentestmonkey/php-reverse-shell

Receiving reverse shell on windows

testentry opened this issue · 1 comments

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.

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