You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: