nsonaniya2010 / SubDomainizer

A tool to find subdomains and interesting things hidden inside, external Javascript files of page, folder, and Github.
MIT License
1.71k stars 233 forks source link

Issue with termcolor #11

Closed jrwalzer closed 5 years ago

jrwalzer commented 5 years ago

Describe the bug When I run python3 SubDomainizer.py -h, I get the following error message:

Traceback (most recent call last): File "SubDomainizer.py", line 13, in import termcolor ImportError: No module named 'termcolor'

I have verified that the module 'termcolor' is installed

nsonaniya2010 commented 5 years ago

Try to install requirements using:

pip3 install -r requirements.txt

and then run.

jrwalzer commented 5 years ago

Thx - that worked