OneForAll安装使用

科技一颗大心心 2024-04-13 09:49:13
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

#使用OneForAllpython oneforall.py -- --help

0 阅读:0

科技一颗大心心

简介:感谢大家的关注