m0rtem / CloudFail

Utilize misconfigured DNS and old database records to find hidden IP's behind the CloudFlare network
MIT License
2.22k stars 467 forks source link

ERROR ON SCRIPT - 7TH JANUARY 2018 (PYTHON3) #22

Closed ripped12 closed 6 years ago

ripped12 commented 6 years ago

python3 cloudfail.py --target asexampleofanysiteputhere.com --tor

Traceback (most recent call last): File "cloudfail.py", line 9, in import colorama ImportError: No module named 'colorama'

Hi I'm using Kali Linux latest edition, updated system, upgraded the system, and all repositories up to date.

I submitted last error yesterday, due syntax, and was adviced to use python3 the above error I get when using "python3" instead of just "python" or "python2"

Please help or guide me to do next thing to get the script to work.

Thanks

m0rtem commented 6 years ago

I assume you have not read up on the error much nor looked through past questions already answered?

ImportError: No module named

Literally means you dont have the module for python3. Install it via Python3's PIP3:

pip3 install requirements.txt

m0rtem commented 6 years ago

That error is due to the fact you are running Tor and cloudflare blocks requests from Tor nodes. Run without Tor with --update to download all data files initially.