Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.txt | 2014-04-05 | 905 Bytes | |
PyHttpShell.tar.gz | 2014-04-05 | 3.4 kB | |
Totals: 2 Items | 4.3 kB | 0 |
PyHttpShell =========== PyHttpShell is a shell written in python and php, traffic is over http protocol using a server in the middle. Visit http://exploit.co.il for detailed instructions. Edit the following files: 1. Server.py You will need to set your server url in the "Server" Variable: e.g: http://127.0.0.1/shell/ "key" Variable should match to the shell.php "$secret" Variable 2. shell/shell.php $secret Variable - should contain a password protection key and should match the Server.py "key" Variable $myFile Variable - should be set to the clients directory location on your server. 3. shell/list.php $directory Variable - should be set to the clients directory location on your server. Clients directory should be given write and execute permissions. You can use PyInstaller (http://www.pyinstaller.org) to compile the server module into a standalone binary for windows/mac/linux.