php-reverse-shell icon indicating copy to clipboard operation
php-reverse-shell copied to clipboard

Receiving reverse shell on windows

Open testentry opened this issue 4 years ago • 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.

testentry avatar Jan 27 '21 06:01 testentry

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

celyes avatar Jan 27 '21 20:01 celyes