Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/threatcode/webshell-sniper
https://github.com/threatcode/webshell-sniper
malware webshell
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/threatcode/webshell-sniper
- Owner: threatcode
- License: gpl-3.0
- Created: 2023-10-03T05:30:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-05T01:00:11.000Z (6 months ago)
- Last Synced: 2024-08-05T08:56:55.994Z (6 months ago)
- Topics: malware, webshell
- Language: Python
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 :
ThreatCode
```
```
# cat /var/www/html/index.php# python webshell-sniper.py http://victim.com/index.php POST s3cr3t
...
```#### Installation:
```
git clone https://github.com/ThreatCode/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:
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.