当前位置:网站首页>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
边栏推荐
- 10分钟帮你搞定Zabbix监控平台告警推送到钉钉群
- verilog实现计算最大公约数和最小公倍数
- 求解汉诺塔问题【修改版】
- Data communication foundation smart_ Link_&_ Monitor_ Link
- Solve the Hanoi Tower problem [modified version]
- The database of the server is not connected to 200310060 "unknown error" [the service is up, the firewall is off, the port is on, and the netlent port is not connected]
- Convert obj set to entity set
- Cs231n notes (medium) -- applicable to 0 Foundation
- Batch update in the project
- Intel 13th generation Raptor Lake processor information exposure: more cores, larger cache
猜你喜欢

abstract关键字和哪些关键字会发生冲突呢

研发效能度量指标构成及效能度量方法论

Data communication foundation - routing communication between VLANs

后台系统发送验证码功能

PSPNet | 语义分割及场景分析

MySQL overview

Five common negotiation strategies of consulting companies and how to safeguard their own interests

The OBD deployment mode of oceanbase Community Edition is installed locally
![18.[STM32]读取DS18B20温度传感器的ROM并实现多点测量温度](/img/e7/4f682814ae899917c8ee981c05edb8.jpg)
18.[STM32]读取DS18B20温度传感器的ROM并实现多点测量温度
![19.[STM32]HC_SR04超声波测距_定时器方式(OLED显示)](/img/fe/8f59db28823290da8e9280df06673d.jpg)
19.[STM32]HC_SR04超声波测距_定时器方式(OLED显示)
随机推荐
CISP-PTE之PHP伪协议总结
Verilog realizes the calculation of the maximum common divisor and the minimum common multiple
Dataarts studio data architecture - Introduction to data standards
The difference between abstract classes and interfaces
Data communication foundation - routing communication between VLANs
通过的英特尔Evo 3.0整机认证到底有多难?忆联科技告诉你
sql中set标签的使用
list集合根据对象某属性求和,最大值等
16.[STM32]从原理开始带你了解DS18B20温度传感器-四位数码管显示温度
ES6深入—ES6 Class 类
单商户 V4.4,初心未变,实力依旧!
Mistakes made when writing unit tests
事务回滚异常
Is it safe for Guotai Junan to open an account online
18.[stm32] read the ROM of DS18B20 temperature sensor and realize multi-point temperature measurement
Data communication foundation - Ethernet port mirroring and link aggregation
ES6深入—async 函数 与 Symbol 类型
Cartoon: what is distributed transaction?
Cartoon: what is service fusing?
Data communication foundation ACL access control list