wfuzz 安裝
win10 下的wfuzz安裝
fuzz下載
https://github.com/xmendez/wfuzz
安裝遇到的問題
0x1報錯
解決方法:
更新pip
python -m pip install --upgrade pip
0x2報錯
解決方法:
使用國內的鏡像源來加速
python -m pip install wfuzz.py -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com