This is example code for a tiny php remote administration shell.
The code is provided for education only.
There are different methods to use the code.
- Change $sosHellKey to the sha1 hash of your password. (
echo -n "password" | sha1sum) - Upload sosHell.php to your web server.
- Open http://127.0.0.1/sosHell.php?key=password in your browser.
- Change $sosHellKey to the sha1 hash of your password. (
echo -n "password" | sha1sum) - Import the code from sosHell.php in your favorite php file.
(
cat sosHell.php >> index.php) - Open http://127.0.0.1/index.php?key=password in your browser.
