shellsum
shellsum copied to clipboard
A defense tool - detect web shells in local directories via md5sum
Shellsum
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

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