Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 731 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 731 Bytes

Shellsum

made-with-python

What is this?

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

Features

  • Fast speed
  • Lightweight
  • Big database
  • 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