php-reverse-shell.php issue

I had this same issue. 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