Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/followboy1999/webshell-scanner
https://github.com/followboy1999/webshell-scanner
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/followboy1999/webshell-scanner
- Owner: followboy1999
- Created: 2014-03-25T01:52:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T14:10:04.000Z (about 4 years ago)
- Last Synced: 2024-08-03T18:13:44.308Z (6 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 7
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-webshell - **4**星
README
webshell-scanner
================
***************************************************
*The Web Shell Scanner written by fb1999 2014
***************************************************
Options:
-p file_path(Required)
windows : c:\inetpub
linux : /root
-s os(Required)
include windows or linux
-t file_type(not Required)
php
asp
jsp
other
all default all files
-T file_time(not Required)
pattern is "2014-01-03 09:07:00"
-r recurse(not Required)
(use -r to do recurse scan, default not recurse)
-o output file(not Required)
(default log file is zzt.txt in current dir)
-h helpUsage:
windows:
python webshell_scan.py -p c:\inetpub -t php -T "2014-01-03 09:07:00" -r -s windows -O c:\inetpub\zzt.txt
linux:
python webshell_scan.py -p /root -t php -T "2014-01-03 09:07:00" -r -O /root/zzt.txt -s linux