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

Results 23 php-reverse-shell issues
Sort by recently updated
recently updated
newest added

I don't understand why but it's don't work. At page: array("pipe", "r"), // stdin is a pipe that the child will read from 1 => array("pipe", "w"), // stdout is...

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...

Hi. I'm trying this out on my own CentOS server. I used nmap to scan for open ports, I got this result: ``` Discovered open port 21/tcp on xxx.xx.xx.xxx Discovered...

Hi you man, I think you should change ``` function printit ($string) { if ($!daemon) { print "$string\n"; } } ``` with ``` function printit ($string) { if (isset($daemon)) {...

The change I made is : - Okay!! front-end. - And from there I can take `ip` and `port` as $_GET parameter. - Also wrote the terminal command, what we...

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...