You are not logged in.

#1 2014-03-16 19:32:04

sinnur
Member
Registered: 2014-03-16
Posts: 4

[Solved] wfuzz not working

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

#2 2014-03-18 16:49:38

sinnur
Member
Registered: 2014-03-16
Posts: 4

Re: [Solved] wfuzz not working

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

Board footer

Powered by FluxBB