one for all使用介绍 (oneforall工具使用教程)

OneForAll简介

OneForAll是一款功能强大的子域收集工具

原项目地址:https://github.com/shmilylty/OneForAll

gitee项目地址:https://gitee.com/yijingsec/OneForAll

#安装Python

Windows系统安装python参考文章:https://edu.yijinglab.com/post/288

Linux系统安装python参考文章:https://edu.yijinglab.com/post/248#python环境安装

也可以使用工具脚本:https://gitee.com/yijingsec/LinuxEnvConfig

oneforallwindows下载教程,oneforall工具

选择 9 自动安装 miniconda

#创建python环境

创建一个名为 "py39" 的虚拟环境,并指定使用 Python 3.9 版本

conda create -n py39 python=3.9

#安装OneForAll

# *载下**项目
git clone https://gitee.com/yijingsec/OneForAll.git

# 进入目录
cd OneForAll

# 进入py39虚拟环境
conda activate py39

# 安装依赖
pip install -r requirements.txt -i https://mirrors.ustc.edu.cn/pypi/web/simple

oneforallwindows下载教程,oneforall工具

#使用OneForAll

python oneforall.py -- --help

oneforallwindows下载教程,oneforall工具