当前位置:网站首页>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
边栏推荐
- Advancedinstaller installation package custom action open file
- Auto. Getting started with JS
- 拉取分支失败,fatal: ‘origin/xxx‘ is not a commit and a branch ‘xxx‘ cannot be created from it
- B - Code Party (girls' competition)
- The concept of C language array
- 1323. Maximum number of 6 and 9
- Auto.js入门
- 浏览器打印边距,默认/无边距,占满1页A4
- Codeforces Round #802(Div. 2)A~D
- Common configuration files of SSM framework
猜你喜欢

Openwrt source code generation image

Browser print margin, default / borderless, full 1 page A4

QT模拟鼠标事件,实现点击双击移动拖拽等

Share an example of running dash application in raspberry pie.

605. Planting flowers

B - Code Party (girls' competition)

Maximum product (greedy)

“鬼鬼祟祟的”新小行星将在本周安全掠过地球:如何观看

顺丰科技智慧物流校园技术挑战赛(无t4)

Differential (one-dimensional, two-dimensional, three-dimensional) Blue Bridge Cup three body attack
随机推荐
It is forbidden to trigger onchange in antd upload beforeupload
Opencv learning log 26 -- detect circular holes and mark them
双向链表—全部操作
Codeforces Round #802(Div. 2)A~D
Basic Q & A of introductory C language
Codeforces Round #800 (Div. 2)AC
Penetration test 2 --- XSS, CSRF, file upload, file inclusion, deserialization vulnerability
Sanic异步框架真的这么强吗?实践中找真理
Read and save zarr files
Codeforces Round #797 (Div. 3)无F
力扣——第298场周赛
(POJ - 3579) median (two points)
Effet d'utilisation, déclenché lorsque les composants de la fonction sont montés et déchargés
Borg maze (bfs+ minimum spanning tree) (problem solving report)
Classic application of stack -- bracket matching problem
Codeforces - 1526C1&&C2 - Potions
“鬼鬼祟祟的”新小行星将在本周安全掠过地球:如何观看
E. Breaking the Wall
useEffect,函数组件挂载和卸载时触发
力扣:第81场双周赛