Xia0_0
Results
1
issues of
Xia0_0
因为Kali 新版本的安全限制(PEP 668):它不允许在系统 Python 环境中直接使用 pip install 安装依赖,以防破坏系统包。 可采用此方式 #使用 pipx 安装管理 sudo apt install pipx pipx ensurepath # 安装 dirsearch 到独立环境 pipx install git+https://github.com/maurosoria/dirsearch.git #安装后你可直接运行: dirsearch -u http://example.com