Shell Detector is released under the MIT License http://www.opensource.org/licenses/mit-license.php
More information and support at http://www.shelldetector.com
Special thanks to "JetBrains" for PyCharm licence!
Number of known shells: 604
Python 2.x
wget https://raw.github.com/emposha/Shell-Detector/master/shelldetect.py
python shelldetect.py -r True -d ./
- -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 github
-
1.1 Full rewrite, preparing for standalone version.
-
1.0 First version