Sublist3r icon indicating copy to clipboard operation
Sublist3r copied to clipboard

Not able to run Sublist3r in kali below errror occure

Open vishaldp opened this issue 4 years ago • 2 comments

/Sublist3r# python sublist3r.py -h Traceback (most recent call last): File "sublist3r.py", line 21, in from subbrute import subbrute File "/root/Sublist3r/subbrute/subbrute.py", line 18, in import dns.resolver File "build/bdist.linux-x86_64/egg/dns/resolver.py", line 19, in ImportError: No module named parse

vishaldp avatar Aug 28 '20 19:08 vishaldp

Try using python3 instead of python.

jr1221 avatar Sep 25 '20 21:09 jr1221

try running it properly inside a python3 environment (that you'll have to create). These are python errors not tool errors.

RoninNakomoto avatar Jan 26 '21 18:01 RoninNakomoto