win10 下的wfuzz安装
https://github.com/xmendez/wfuzz
0x1报错
解决方法:
python -m pip install --upgrade pip
0x2报错
python -m pip install wfuzz.py -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
参考:https://blog.csdn.net/csdn_am/article/details/79924744