xmendez / wfuzz

Web application fuzzer
http://wfuzz.io
GNU General Public License v2.0
5.94k stars 1.39k forks source link

Pycurl error 6: Could not resolve host: #343

Open 0v3rd0s33 opened 1 year ago

0v3rd0s33 commented 1 year ago

I have error: usr/local/lib/python3.9/dist-packages/wfuzz/wfuzz.py:77: UserWarning:Fatal exception: Pycurl error 6: Could not resolve host: ftp.hackthebox.eu I am trying to do dns discover and i have this issue im using : sudo wfuzz -c --hc=404 -t 200 -w /usr/share/seclists/Discovery/DNS/subdomains-top1million-5000.txt http://FUZZ.hackthebox.eu/

I read this post: https://github.com/xmendez/wfuzz/issues/18 And i try with -Z flag but ocurs the same

im using parrotOS

0v3rd0s33 commented 1 year ago

i solve the issue the problem is the usage of wfuzz if i put sudo wfuzz -c --hc=404 -t 200 -w /usr/share/seclists/Discovery/DNS/subdomains-top1million-5000.txt http://fuzz.hackthebox.eu/ dont work because needs the headers sudo wfuzz -c --hc=400,404 -t 200 -w /usr/share/seclists/Discovery/Web-Content/directory-list-2.3-small.txt -u http://144.126.228.187:30342 -H "Host: FUZZ.academy.htb" --hh 985