You are not logged in.
I've looked around everywhere and haven't found an answer for this yet. I apologize if it has already been answered before.
When I use wfuzz on Arch it doesn't seem to connect to the network at all. (tested by running my connections through a proxy)
Running the command wfuzz -c -z file,wordlist/general/common.txt --hc 404 http://10.0.1.7/joomla/FUZZ
I get the status code returned as XXX
00948: C=XXX 0 L 0 W Error in - zips
00949: C=XXX 0 L 0 W Error in - zip
00949: C=XXX 0 L 0 W Error in - zipfiles
00949: C=XXX 0 L 0 W Error in - zap
I tried the exact same command in Kali inside a VM and it worked flawlessly. Any ideas why it isn't working in Arch?
I have installed it and ran in both manually and from the community repo using yaourt both ways fail with the status code displayed as XXX.
Last edited by sinnur (2014-03-18 16:50:31)
Offline
Found the answer to my own question.
https://code.google.com/p/wfuzz/issues/ … atus%3DNew
"In reqresp.py (lines 350 and 391), SSL_VERIFYHOST is set to 1, which is not supported anymore"
Change the 1 to 0 on both line 350 and 391 and it works again.
Adding the reply for anyone else who may look for this in the future.
Offline