Oneforall 是一款好用的信息收集工具, 很受欢迎
安装教程
- 切换用户(使用root用户)
sudo su # 然后输入kali的默认密码 kali , 就可以进入了
- 切换到/opt 目录下
cd /opt
3.下载安装包
git clone https://gitee.com/shmilylty/OneForAll.git
- 安装好后进入 OneForall
ls # 查看当前文件加下的文件
cd OneForAll # 进入安装好的OneFallAll
- 安装pip3
apt install python3-pip
6.安装依赖程序
python3 -m pip install -U pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple/
# 继续安装以来程序
pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
- 执行
python3 oneforall.py --help
下面的界面表示成功
标签:教程,Oneforall,install,Kali,OneForAll,com,https,安装,python3 From: https://blog.51cto.com/u_15936127/6101592