Skip to content
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 error 6: Could not resolve host: #343

Open
0v3rd0s33 opened this issue Jan 26, 2023 · 1 comment
Open

Pycurl error 6: Could not resolve host: #343

0v3rd0s33 opened this issue Jan 26, 2023 · 1 comment

Comments

@0v3rd0s33
Copy link

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

@0v3rd0s33
Copy link
Author

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

@0v3rd0s33 0v3rd0s33 reopened this Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant