shellsum icon indicating copy to clipboard operation
shellsum copied to clipboard

A defense tool - detect web shells in local directories via md5sum

Shellsum

made-with-python

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

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