Web Tool - WFuzz
安装
pip install wfuzz过滤选项
--hs/ss "regex" #Hide/Show
#Simple example, match a string: "Invalid username"
#Regex example: "Invalid *"
--hc/sc CODE #Hide/Show by code in response
--hl/sl NUM #Hide/Show by number of lines in response
--hw/sw NUM #Hide/Show by number of words in response
--hh/sh NUM #Hide/Show by number of chars in response
--hc/sc NUM #Hide/Show by response code输出选项
编码器选项
速查表
登录表单暴力破解
POST,单个列表,过滤字符串(隐藏)
POST,2个列表,过滤代码(显示)
GET,2个列表,过滤字符串(显示),代理,cookies
目录/RESTful暴力破解
路径参数 BF
标题验证
基本,2个列表,过滤字符串(显示),代理
NTLM,2个列表,过滤字符串(显示),代理
Cookie/Header暴力破解(vhost brute)
Cookie,过滤器代码(显示),代理
用户代理,过滤代码(隐藏),代理
主机
HTTP动词(方法)暴力破解
使用文件
使用内联列表
目录和文件暴力破解
用于绕过网络安全的工具
最后更新于