├── LICENSE ├── README.md ├── asp ├── Bomb │ └── webshell.txt ├── Missile │ └── missile.asp └── Sniper │ └── webshell.txt └── php ├── Bomb └── webshell.txt ├── Missile └── missile.php └── Sniper └── webshell.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macr0phag3/WebShells/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macr0phag3/WebShells/HEAD/README.md -------------------------------------------------------------------------------- /asp/Bomb/webshell.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /asp/Missile/missile.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macr0phag3/WebShells/HEAD/asp/Missile/missile.asp -------------------------------------------------------------------------------- /asp/Sniper/webshell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macr0phag3/WebShells/HEAD/asp/Sniper/webshell.txt -------------------------------------------------------------------------------- /php/Bomb/webshell.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /php/Missile/missile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macr0phag3/WebShells/HEAD/php/Missile/missile.php -------------------------------------------------------------------------------- /php/Sniper/webshell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macr0phag3/WebShells/HEAD/php/Sniper/webshell.txt --------------------------------------------------------------------------------