OneForAll的使用

OneForAll的使用

对域名进行收集(收集的结果放在results目录下)

python oneforall.py --target example.com run

—brute=BRUTE使用爆破模块(默认False)

python oneforall.py --target example.com --brute True run

—dns=DNS DNS解析子域(默认True,关闭就是False)

python oneforall.py --target example.com --dns False run

—req=REQ HTTP请求子域(默认True,关闭是False)

python oneforall.py --target example.com --req False run

—port=PORT请求验证子域的端口范围(默认只探测80端口)。参数port的可选值有default、small、large

python oneforall.py --target example.com --port small run

参数valid可选值有1、0、None,分别表示导出有效、无效、全部子域

--valid=VALID 导出子域的有效性(默认None)
python oneforall.py --target example.com --valid None run

—format=FORMAT导出文件格式(默认csv)。参数format可选格式有rst、csv、tsv、json、yaml、html、jira、xls、xlsx、dbf、latex、ods

python oneforall.py --target example.com --format csv run

—takeover=TAKEOVER检查子域接管(默认为False)

python oneforall.py --target example.com --takeover False run

—show=SHOW终端显示导出数据(默认False)

python oneforall.py --target example.com --show True run
posted @ 2022-10-26 16:26  灰心爷爷  阅读(3067)  评论(1编辑  收藏  举报