当前位置:网站首页>Oneforall installation and use
Oneforall installation and use
2022-07-06 16:20:00 【Cute Chu】
Image download 、 Domain name resolution 、 Time synchronization please click Alibaba cloud open source image station
OneForAll It is a powerful sub domain collection tool
I installed it to kali
git clone https://gitee.com/shmilylty/OneForAll.gitgit clone https://github.com/shmilylty/OneForAll.gitThese two choose one at random
pwd
Look at the current directory , Because it will be installed in the current directory , Generate... In the current directory OneForAll Catalog
cd OneForAll
python3 OneForAll.py --help
This command may go wrong ,(kali I installed it myself Python)
Traceback (most recent call last):
File "oneforall.py", line 13, in
import fire
ModuleNotFoundError: No module named 'fire'
If there's this , Congratulations on winning the prize , He reminds you that you don't have this module , You have to load things step by step ,
pip3 install fire
If it can be installed directly , That would be better , If it can't be installed , Look at personal problems , My source is wrong ,
vi /etc/apt/sources.list
Aliyuan :
deb http://mirrors.aliyun.com/ubuntu/ precise main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ precise-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ precise-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ precise-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ precise-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ precise main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ precise-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ precise-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ precise-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ precise-backports main restricted universe multiverseRefresh the source list
sudo apt-get update
then
Python3 OneForAll.py --hellp
There will be a prompt ,
ModuleNotFoundError: No module named '*****'
**** What is it , Just install what
pip3 install *****

Finally ,
usage :
NAME
oneforall.py - OneForAll It is a powerful sub domain collection tool
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:
Parameters valid Optional value 1,0,None Respectively indicates that the export is valid , Invalid , All subdomains
Parameters verify by True Will try to resolve and request the subdomain and label the validity of the subdomain according to the results
Parameters port Optional values are 'small', 'medium', 'large', 'xlarge', See config.py To configure
Parameters format The optional formats are 'txt', 'rst', 'csv', 'tsv', 'json', 'yaml', 'html',
'jira', 'xls', 'xlsx', 'dbf', 'latex', 'ods'
Parameters path by None Will be based on format Parameters and domain names generate corresponding files in the project results directory
ARGUMENTS
TARGET
The file path of a single domain name or one domain name per line ( Required parameters )
FLAGS
--brute=BRUTE
Use the blasting module ( Default False)
--verify=VERIFY
Verify subdomain validity ( Default True)
--port=PORT
Port range requested for authentication ( Default medium)
--valid=VALID
The validity of the derived subdomain ( Default 1)
--path=PATH
export path ( Default None)
--format=FORMAT
Export format ( Default xlsx)
--show=SHOW
The terminal displays the exported data ( Default False)Link to the original text :https://blog.csdn.net/m0_56214376/article/details/124321743
边栏推荐
- Codeforces Round #803 (Div. 2)A~C
- HDU - 6024 building shops (girls' competition)
- QT实现窗口置顶、置顶状态切换、多窗口置顶优先关系
- Basic Q & A of introductory C language
- 图图的学习笔记-进程
- [teacher Gao UML software modeling foundation] collection of exercises and answers for level 20 cloud class
- Anaconda下安装Jupyter notebook
- Nodejs crawler
- antd upload beforeUpload中禁止触发onchange
- Differential (one-dimensional, two-dimensional, three-dimensional) Blue Bridge Cup three body attack
猜你喜欢

QT implementation fillet window

The concept of C language array

去掉input聚焦时的边框

1903. Maximum odd number in string

(POJ - 3579) median (two points)

Suffix expression (greed + thinking)

QT realizes window topping, topping state switching, and multi window topping priority relationship

(POJ - 3685) matrix (two sets and two parts)

7-1 understand everything (20 points)

树莓派4B安装opencv3.4.0
随机推荐
(POJ - 2739) sum of constructive prime numbers (ruler or two points)
QT style settings of qcobobox controls (rounded corners, drop-down boxes, up expansion, editable, internal layout, etc.)
Study notes of Tutu - process
Flag framework configures loguru logstore
1855. Maximum distance of subscript alignment
Codeforces Round #798 (Div. 2)A~D
921. Minimum additions to make parentheses valid
Analyse du format protobuf du rideau en temps réel et du rideau historique de la station B
antd upload beforeUpload中禁止触发onchange
QT按钮点击切换QLineEdit焦点(含代码)
Ball Dropping
Vs2019 initial use
Flask框架配置loguru日志库
Write web games in C language
Candy delivery (Mathematics)
[exercise 4-1] cake distribution
Anaconda下安装Jupyter notebook
Flask框架配置loguru日志庫
Penetration test 2 --- XSS, CSRF, file upload, file inclusion, deserialization vulnerability
Codeforces - 1526C1&&C2 - Potions