aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers
GNU General Public License v2.0
9.67k stars 2.09k forks source link

Unhandled exception #151

Open 687766616e opened 5 years ago

687766616e commented 5 years ago

$ python sublist3r.py -v -d ashome.com Traceback (most recent call last): File "sublist3r.py", line 21, in from subbrute import subbrute File "/data/data/com.termux/files/home/sublist/subbrute/subbrute.py", line 18, in import dns.resolver ModuleNotFoundError: No module named 'dns.resolver'

ASKWares commented 5 years ago

i can't include sublist3r in my django app may i have your help ?

kamalakkannan1984 commented 5 years ago

any updates on that? I have the same issue

kamalakkannan1984 commented 5 years ago

Also worked for me

import sublist3r to change from sublist3r import sublist3r

subdomains = sublist3r.main('yahoo.com', 40, 'yahoo_subdomains.txt', ports= None, silent=False, verbose= False, enable_bruteforce= False, engines=None) return HttpResponse(json.dumps(subdomains));

Also, Need

pip install dnspython pip install requests

barathraj-hack commented 4 years ago

$ python sublist3r.py -v -d ashome.com Traceback (most recent call last): File "sublist3r.py", line 21, in from subbrute import subbrute File "/data/data/com.termux/files/home/sublist/subbrute/subbrute.py", line 18, in import dns.resolver ModuleNotFoundError: No module named 'dns.resolver'

NeilSCGH commented 3 years ago

any updates on that? I have the same issue

satya703951 commented 3 years ago

same issue