Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manhnho/shellsum
A defense tool - detect web shells in local directories via md5sum
https://github.com/manhnho/shellsum
anti-virus checksum-calculation defense md5sum python scanner shell web-security
Last synced: 25 days ago
JSON representation
A defense tool - detect web shells in local directories via md5sum
- Host: GitHub
- URL: https://github.com/manhnho/shellsum
- Owner: ManhNho
- Created: 2019-07-14T09:11:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T05:49:33.000Z (over 5 years ago)
- Last Synced: 2024-08-03T18:13:36.639Z (4 months ago)
- Topics: anti-virus, checksum-calculation, defense, md5sum, python, scanner, shell, web-security
- Language: Python
- Homepage:
- Size: 95.7 KB
- Stars: 31
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-webshell - **21**星 - detect web shells in local directories via md5sum (<a id="39e5bd43766abbdbc518390d86b3a0a5"></a>Webshell检测)
README
# Shellsum
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
#### What is this?
A defense tool - detect web shells in local directories via md5sum#### Features
- [x] Fast speed
- [x] Lightweight
- [x] Big database
- [x] Table output#### Usages
- Install
```
git clone https://github.com/ManhNho/shellsum.git
chmod 755 -R shellsum/
cd shellsum/
pip install -r requirements.txt
```
- Run
```
python shellsum.py
```#### Demo
![Demo](/demo/shellsum.png)#### ToDo
- Smooth output
- Export file report
- Modularization
- Bigger database#### References
- https://github.com/tennc/webshell
- https://www.kitploit.com/2019/07/shellsum-defense-tool-detect-web-shells.html