We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
File "subbrute.py", line 10, in import dnslib ImportError: No module named dnslib
Thanks
The text was updated successfully, but these errors were encountered:
pip install dnslib or apt-get install python-dnslib
Sorry, something went wrong.
No branches or pull requests
uname -a: Linux kali 3.18.0-kali3-amd64 #1 SMP Debian 3.18.6-1~kali2 (2015-03-02) x86_64 GNU/Linux
python -V : 2.7.3
python subbrute.py google.com: Traceback (most recent call last):
File "subbrute.py", line 10, in
import dnslib
ImportError: No module named dnslib
Thanks
The text was updated successfully, but these errors were encountered: