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
选择 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
#使用OneForAll
python oneforall.py -- --help