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
def judgeBackdoor(fileCtent):
if keyword in fileCtent:
result = re.compile(rule).findall(fileCtent)
if len(result) > 0:
return backdoorType
else:
return None
工具简介
findWebshell是一款基于python开发的webshell检查工具,可以通过配置脚本,方便得检测webshell后门。
使用说明
示例
开发文档
字典添加
插件开发
插件命名格式:网页类型_后门类型-plugin.py
示例
函数格式
示例