ncorbuk / SubZone

SubZone - Subdomains, Dns records, & more! || Python tutorial || Certificate authority abuse || Adavnced || Hacking/Info-Sec ||
MIT License
43 stars 12 forks source link

Missing module #12

Open chawdamrunal opened 4 years ago

chawdamrunal commented 4 years ago

[ERROR] Missing module: colorama>=0.3.9 [ERROR] Missing module: requests>=2.18.4 [ERROR] Missing module: urllib3>=1.22

ncorbuk commented 4 years ago

Yea you have to pip install them

colibrigithub commented 3 years ago

same problem: sudo python3 subzone.py -d https://facebook.com -o facebook.txt

[ERROR] Missing module: colorama>=0.3.9 [ERROR] Missing module: requests>=2.18.4 [ERROR] Missing module: urllib3>=1.22

i try--> sudo pip install requests==2.18.4

DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Requirement already satisfied: requests==2.18.4 in /usr/local/lib/python2.7/dist-packages (2.18.4) Requirement already satisfied: idna<2.7,>=2.5 in /usr/local/lib/python2.7/dist-packages (from requests==2.18.4) (2.6) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python2.7/dist-packages (from requests==2.18.4) (3.0.4) Requirement already satisfied: urllib3<1.23,>=1.21.1 in /usr/local/lib/python2.7/dist-packages (from requests==2.18.4) (1.22) Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python2.7/dist-packages (from requests==2.18.4) (2019.11.28) WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. You should consider upgrading via the '/usr/bin/python -m pip install --upgrade pip' command.

any idea?

Thanks