Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/followboy1999/webshell-scanner


https://github.com/followboy1999/webshell-scanner

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

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 help

Usage:
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