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

Can't run dnschef.py #21

Open
kenantan32 opened this issue Jul 10, 2019 · 5 comments
Open

Can't run dnschef.py #21

kenantan32 opened this issue Jul 10, 2019 · 5 comments

Comments

@kenantan32
Copy link

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'

@Deric-W
Copy link

Deric-W commented Jul 13, 2019

Did you installed dnslib as listed in requirements.txt?

@lukeh990
Copy link

I'm getting it to i ran pip3 list and there dnslib was installed but DNSChef did not see it

@MatP-MatP
Copy link

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:
sudo pip3 install dnslib

@hotelzululima
Copy link

hmm I have tried both sudo -H pip3 install -r requirements.txt as well.. but no joy..

still getting**
Traceback (most recent call last):
File "./dnschef.py", line 40, in
from dnslib import *
ModuleNotFoundError: No module named 'dnslib'
➜ dnschef git:(master)

os is OSX catalina .3 python3

any ideas?

@y2k04
Copy link

y2k04 commented Sep 20, 2020

@kynanelliot @RandomProrammer @hotelzululima
python -m pip install dnslib

You don't need to run pip as root because it is literally just downloading and moving python files which represents dnslib.

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

6 participants