一:下载安装步骤
步骤一:先查看Kali Linux的安装环境,查看python以及pip3
利用一下两个语句
python --version
pip3 --version
步骤二:下载
git clone https://gitee.com/shmilylty/OneForAll.git
步骤三:安装
1.先进入OneForAll目录
cd OneForAll/
22
2.在命令行输入语句
python -m pip install -U pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple/
我在安装这个出现了WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is rec