OneForAll简介
OneForAll是一款功能强大的子域收集工具
原项目地址:GitHub - shmilylty/OneForAll: OneForAll是一款功能强大的子域收集工具
gitee项目地址:OneForAll: OneForAll是一款功能强大的子域收集工具
# 安装Python
Windows系统安装python参考文章:蚁景网安学院-一个开放的网络安全交流学习论坛
Linux系统安装python参考文章:https://edu.yijinglab.com/post/248#python环境安装
也可以使用工具脚本:LinuxEnvConfig: Ubuntu / Debian / Kali Linux 基础环境配置脚本
选择 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