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

no module named termcolor #38

Closed codefaztaz closed 1 year ago

codefaztaz commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

y run the tool sudo python3 SubDomainizer.py -u target.com

I get

Traceback (most recent call last): File "/home/bug/Desktop/tool2/SubDomainizer/SubDomainizer.py", line 13, in import termcolor ModuleNotFoundError: No module named 'termcolor'

the module is already installed in my linux mint.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

nsonaniya2010 commented 1 year ago

Please install the requirements using:

pip install -r requirements.txt