当前位置:网站首页>OneForAll安装使用
OneForAll安装使用
2022-07-05 15:45:00 【萌褚】
镜像下载、域名解析、时间同步请点击 阿里云开源镜像站
OneForAll是一款功能强大的子域收集工具
我安装到了kali
git clone https://gitee.com/shmilylty/OneForAll.gitgit clone https://github.com/shmilylty/OneForAll.git这俩个随便选择了一个
pwd
看一下当前目录,因为会安装到当前目录,在当前目录生成OneForAll目录
cd OneForAll
python3 OneForAll.py --help
这个命令可能会出错,(kali自己安装了Python)
Traceback (most recent call last):
File "oneforall.py", line 13, in <module>
import fire
ModuleNotFoundError: No module named 'fire'
如果出现这个,那就恭喜你中奖了,他提示你没有这个模块,你要一步一步装东西了,
pip3 install fire
如果直接可以安装,那就更好,如果安装不了,看个人问题,我的是源不对,
vi /etc/apt/sources.list
阿里源:
deb http://mirrors.aliyun.com/ubuntu/ precise main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ precise-security main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ precise-updates main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ precise-proposed main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ precise-backports main restricted universe multiversedeb-src http://mirrors.aliyun.com/ubuntu/ precise main restricted universe multiversedeb-src http://mirrors.aliyun.com/ubuntu/ precise-security main restricted universe multiversedeb-src http://mirrors.aliyun.com/ubuntu/ precise-updates main restricted universe multiversedeb-src http://mirrors.aliyun.com/ubuntu/ precise-proposed main restricted universe multiversedeb-src http://mirrors.aliyun.com/ubuntu/ precise-backports main restricted universe multiverse刷新源列表
sudo apt-get update
然后
Python3 OneForAll.py --hellp
会出现提示,
ModuleNotFoundError: No module named '*****'
****是啥,就安装啥
pip3 install *****

最后就好了,
用法:
NAME oneforall.py - OneForAll是一款功能强大的子域收集工具 SYNOPSIS oneforall.py --target=TARGET <flags> DESCRIPTION Version: 0.0.4 Project: https://git.io/fjHT1 Example: python3 oneforall.py --target Example Domain run python3 oneforall.py --target ./domains.txt run python3 oneforall.py --target example.com --brute True run python3 oneforall.py --target Example Domain --verify False run python3 oneforall.py --target Example Domain --valid None run python3 oneforall.py --target example.com --port medium run python3 oneforall.py --target example.com --format csv run python3 oneforall.py --target example.com --show True run Note: 参数valid可选值1,0,None分别表示导出有效,无效,全部子域 参数verify为True会尝试解析和请求子域并根据结果给子域有效性打上标签 参数port可选值有'small', 'medium', 'large', 'xlarge',详见config.py配置 参数format可选格式有'txt', 'rst', 'csv', 'tsv', 'json', 'yaml', 'html', 'jira', 'xls', 'xlsx', 'dbf', 'latex', 'ods' 参数path为None会根据format参数和域名名称在项目结果目录生成相应文件 ARGUMENTS TARGET 单个域名或者每行一个域名的文件路径(必需参数) FLAGS --brute=BRUTE 使用爆破模块(默认False) --verify=VERIFY 验证子域有效性(默认True) --port=PORT 请求验证的端口范围(默认medium) --valid=VALID 导出子域的有效性(默认1) --path=PATH 导出路径(默认None) --format=FORMAT 导出格式(默认xlsx) --show=SHOW 终端显示导出数据(默认False)原文链接:https://blog.csdn.net/m0_56214376/article/details/124321743
边栏推荐
- 抽象类和接口的区别
- 五种常见的咨询公司谈判策略以及如何维护自己的利益
- [vulnerability warning] cve-2022-26134 conflict Remote Code Execution Vulnerability POC verification and repair process
- 超分辨率技术在实时音视频领域的研究与实践
- vulnhub-FirstBlood
- list去重并统计个数
- Single merchant v4.4 has the same original intention and strength!
- Data communication foundation NAT network address translation
- DataArts Studio数据架构——数据标准介绍
- Research and practice of super-resolution technology in the field of real-time audio and video
猜你喜欢

Convert obj set to entity set

定义严苛标准,英特尔Evo 3.0正在加速PC产业升级

Background system sending verification code function

Research and practice of super-resolution technology in the field of real-time audio and video

抽象类和接口的区别

今日睡眠质量记录79分

视觉体验全面升级,豪威集团与英特尔Evo 3.0共同加速PC产业变革

开发中Boolean类型使用遇到的坑

Use of RLOCK lock

Arduino controls a tiny hexapod 3D printing robot
随机推荐
一些认知的思考
利用GrayLog告警功能实现钉钉群机器人定时工作提醒
Background system sending verification code function
obj解析为集合
助力数字经济发展,夯实数字人才底座—数字人才大赛在昆成功举办
10 minutes to help you get ZABBIX monitoring platform alarm pushed to nail group
list集合根据对象某属性求和,最大值等
【网易云信】超分辨率技术在实时音视频领域的研究与实践
Verilog realizes the calculation of the maximum common divisor and the minimum common multiple
《21天精通TypeScript-3》-安装搭建TypeScript开发环境.md
16. [stm32] starting from the principle, I will show you the DS18B20 temperature sensor - four digit digital tube displays the temperature
Vulnhub-Moneybox
17.[STM32]仅用三根线带你驱动LCD1602液晶
Research and practice of super-resolution technology in the field of real-time audio and video
18.[STM32]读取DS18B20温度传感器的ROM并实现多点测量温度
The difference between abstract classes and interfaces
一键安装脚本实现快速部署GrayLog Server 4.2.10单机版
Single merchant v4.4 has the same original intention and strength!
对象和类的关系
漫画:什么是MapReduce?