-
Notifications
You must be signed in to change notification settings - Fork 206
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
Can't run dnschef.py #21
Comments
Did you installed dnslib as listed in requirements.txt? |
I'm getting it to i ran pip3 list and there dnslib was installed but DNSChef did not see it |
Got the same issue, but if you install it using pip, you must run pip as root, as you must provide privilege access to run dnschef, if not, it will install it into you std user so try: |
hmm I have tried both sudo -H pip3 install -r requirements.txt as well.. but no joy.. still getting** os is OSX catalina .3 python3 any ideas? |
@kynanelliot @RandomProrammer @hotelzululima You don't need to run pip as root because it is literally just downloading and moving python files which represents dnslib. |
root@kali:~/Desktop/dnschef-master# ./dnschef.py
Traceback (most recent call last):
File "./dnschef.py", line 40, in
from dnslib import *
ModuleNotFoundError: No module named 'dnslib'
The text was updated successfully, but these errors were encountered: