服务热线
15120086569
findWebshell是一款基于python开发的webshell检查工具,可以检查任意类型的webshell后门。
Usage: main.py [options]
Options:
-h, --help show this help message and exit
-p PATH, --path=PATH input web directory filepath
-o OUTPUT, --output=OUTPUT
create a html report
-e php|asp|aspx|jsp|all, --ext=php|asp|aspx|jsp|all
define what's file format to scan
python main.py -e php -p /www/wwwrooot -o output -e 网页格式 -p 扫描的路径 -o 生成的html文件名,默认生成output.html
下载:git clone https://github.com/he1m4n6a/findWebshell.git 执行:python main.py -e php -p /www/wwwroot -o output 报错,如图:注:这里只要注释main.py 第73行即可。 扫描成功如图:
下载地址:http://blog.wmphp.com/down/findWebshell.tar.gz