-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
DNS Brute Force Error #30
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
Comments
Hi, the dictionary file handling for the DNS is bad, it is currently hardcoded in the dnssearch.py plugin as: self.file = "dns-names.txt" |
Any idea when this will be going into the Kali repo? Thanks. |
Implemented asyncio.queue to process coroutines.
Not sure if this is something I'm doing wrong, but when trying to invoke the DNS Brute Force option, it gives an error that it can't open the dictionary file. After looking at the source files, I noticed the "dns-names.txt" file wasn't there. I'm using Kali 2.0, and there's another instance of theHarvester under /usr/share/golismero/tools, which contains the dictionary file.
I copied the dictionary file to /usr/share/theharvester, then edited the "dnssearch.py" file to point to the dictionary file, and it worked fine.
I'm not a Python expert by any means, and this was probably a quick and dirty fix, but was wondering if there was another way I was supposed to run the brute force option?
The text was updated successfully, but these errors were encountered: