pentestmonkey / php-reverse-shell

GNU General Public License v2.0
2.24k stars 1.85k forks source link

ERROR in php reverse shell on local kali linux #22

Open romarito90 opened 3 months ago

romarito90 commented 3 months ago

Hello everyone

I have a problem when a try to connect a reverse shell with the php reverse shell from

https://github.com/pentestmonkey/php-reverse-shell

I'm using a local kali linux installed in virtual machine in VMWARE in my laptop

the IP of my kali is the following 192.168.86.2

image

I'm trying to resolve the machine vulnversity of TRYHACKME this is the IP that I had from TRYHACKE this time

image

I start first the listener in my local kali linux in port 4444

image

this is my configuration in the php reverse shell code

image

but when a upload the shell to the server machine and try to execute the file this fails

image

image

please someone can help me, this error only occurs when I try a reverse shell in TRYHACKME machines, because when I try another machines downloaded from vulnhub or another resources in local this works fine

I dont know why just with this platform

thanks in advanced