Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emposha/shell-detector
Shell Detector – is a application that helps you find and identify php/cgi(perl)/asp/aspx shells. Shell Detector has a “web shells” signature database that helps to identify “web shell” up to 99%.
https://github.com/emposha/shell-detector
Last synced: 3 months ago
JSON representation
Shell Detector – is a application that helps you find and identify php/cgi(perl)/asp/aspx shells. Shell Detector has a “web shells” signature database that helps to identify “web shell” up to 99%.
- Host: GitHub
- URL: https://github.com/emposha/shell-detector
- Owner: emposha
- Created: 2011-08-28T21:53:12.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T21:10:54.000Z (almost 5 years ago)
- Last Synced: 2024-06-26T06:36:05.870Z (4 months ago)
- Language: Python
- Homepage: http://shelldetector.com/
- Size: 148 KB
- Stars: 401
- Watchers: 36
- Forks: 151
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-webshell - **298**星
README
Shell Detector
==================
Shell Detector – is a application that helps you find and identify php/cgi(perl)/asp/aspx shells. Shell Detector has a “web shells” signature database that helps to identify “web shell” up to 99%.Shell Detector is released under the MIT License
More information and support at http://www.shelldetector.com
Special thanks to "JetBrains" for PyCharm licence!
Detection
---------Number of known shells: 604
Requirements
---------Python 2.x
Usage
-----wget https://raw.github.com/emposha/Shell-Detector/master/shelldetect.py
python shelldetect.py -r True -d ./Options
-------
- -d (--directory) - specify directory to scan
- -e (--extension) - specify file extensions that should be scanned, seperate by comma
- -l (--linenumbers) - show line number where suspicious function used
- -r (--remote) - get shells signatures db from githubChangelog
---------- 1.1 Full rewrite, preparing for standalone version.
- 1.0 First version