├── README.md └── Reverse Shell.php /README.md: -------------------------------------------------------------------------------- 1 | # windows-php-reverse-shell 2 | Simple php reverse shell implemented using binary , based on an webshell . 3 | 4 | Usage : change the ip and port in the windows-php-reverse-shell.php file 5 | upload , set up an listener in you machine , access the windows-php-reverse-shell.php file on the server 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Reverse Shell.php: -------------------------------------------------------------------------------- 1 | 23 | --------------------------------------------------------------------------------