Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/manhnho/shellsum
Defensive ToolsVulnerability ScannersWeb SecurityMalware Analysis
GitHubmanhnho/shellsum

shellsum

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

View Repository
328537 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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
root@kitploit:~
git clone https://github.com/ManhNho/shellsum.git
chmod 755 -R shellsum/
cd shellsum/
pip install -r requirements.txt
  • Run
root@kitploit:~
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
Download Tool