OneForAll下载
##### 仅适合新手,大佬勿喷
-
下载网站 https://gitee.com/shmilylty/OneForAll.git https://github.com/shmilylty/OneForAll.git -
下载之后进行解压,进行插件的下载 在cmd中输入 cd OneForAll/ 进入oneforall文件 然后输入下面内容进行下载,需要已经按照过pip python3 -m pip install -U pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple/
安装完成后进行测试
输入python oneforall.py -target url run 进行简单测试 下面用的方法耗时较长 打码区域为需要爆破的域名
最后会告诉爆破结果在那里 打码区域就是保存的位置信息
常见的使用方法
python3 oneforall.py version
python3 oneforall.py --target example.com run
python3 oneforall.py --targets ./domains.txt run
python3 oneforall.py --target example.com --valid None run
python3 oneforall.py --target example.com --brute True run
python3 oneforall.py --target example.com --port large run
python3 oneforall.py --target example.com --fmt csv run
python3 oneforall.py --target example.com --dns False run
python3 oneforall.py --target example.com --req False run
python3 oneforall.py --target example.com --takeover False run
python3 oneforall.py --target example.com --show True run
最常用的就是 python3 oneforall.py --target example.com --port large run 数据最多 Note: 参数alive可选值True,False分别表示导出存活,全部子域结果 参数port可选值有’default’, ‘small’, ‘large’, 详见config.py配置 参数fmt可选格式有 ‘csv’,‘json’ 参数path默认None使用OneForAll结果目录生成路径
|