Pycurl error 6: Could not resolve host:
0v3rd0s33 opened this issue · 1 comments
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: #18
And i try with -Z flag but ocurs the same
im using parrotOS
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