-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pycurl failing to resolve host #18
Comments
I have not seen this problem before. Can you provide an example so I can try to debug the issue? |
I'll try to find a public domain that fails, can't send the client ones On Thu, 12 May 2016 at 14:45 Xavi Mendez [email protected] wrote:
|
I've seen several instances where wfuzz crashes and exists due to an issue with a single host. For example:
Seems like more of a architectural issue where a single bad job shouldn't prevent wfuzz from continuing on in the queue. |
You can use -Z to continue scanning the website ignoring errors. |
That works great, thanks! |
Cool. If it is a site that you can share it will be great to get the URL to see where the error comes from. Cheers. |
Follow me on twitter and I'll send it over. @jstnkndy |
Hi, I am trying with the next command and it shows the same issue:
The ip address is from a Hackthebox machine. |
@aaaguirrep is it something happening only for some paths or is it a general thing? ie. can you use -Z to not stop at errors and still use wfuzz to do the enumeration? |
Hi @xmendez just for some paths, I have used -Z and it worked. Thanks a lot. |
/usr/lib/python3/dist-packages/wfuzz/init.py:34: UserWarning:Pycurl is not compiled against Openssl. Wfuzz might not work correctly when fuzzing SSL sites. Check Wfuzz's documentation for more information. How can I resolve this issue? |
I've had this problem with quite a few domains, pycurl isn't ale to resolve the host I specify:
dig and nslookup works fine, my resolve.conf is pointing at Google, ping picks up the IP correctly.
The only way I can get the app to run is to add the entry to my hosts file, then it runs without a problem.
I doubt that this is a wfuzz problem but wondering if you have seen this problem and have a solution for it, my hosts file is filling up!
The text was updated successfully, but these errors were encountered: