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

Pls help me! #57

Closed phanthuthao closed 3 years ago

phanthuthao commented 3 years ago

┌──(kaliomega㉿kali)-[~/soft/CloudFail] └─$ python3 cloudfail.py --target football88.cc --tor 1 ⨯ soft/CloudFail/cloudfail.py:180: SyntaxWarning: "is not" with a literal. Did you mean "!="? while choice is not 'y' and choice is not 'n': soft/CloudFail/cloudfail.py:180: SyntaxWarning: "is not" with a literal. Did you mean "!="? while choice is not 'y' and choice is not 'n': soft/CloudFail/cloudfail.py:182: SyntaxWarning: "is" with a literal. Did you mean "=="? if choice is 'y':


/ | | | | | () |
| | | |/ | | | |/ | |_ / _ | | |
| || | () | || | (| | | (| | | |
\
||\
/ _,|_,|| _,||_|
v1.0.2 by m0rtem

[23:48:48] Initializing CloudFail - the date is: 21/07/2021
[23:48:48] TOR connection established!
[23:48:48] New IP: 185.220.102.251
[23:48:48] Fetching initial information from: football88.cc...
[23:48:48] Server IP: 104.21.90.45
[23:48:48] Testing if football88.cc is on the Cloudflare network...
[23:48:48] football88.cc is part of the Cloudflare network!
[23:48:48] Testing for misconfigured DNS using dnsdumpster...
There was an error getting results Traceback (most recent call last): File "/home/kaliomega/soft/CloudFail/cloudfail.py", line 312, in dnsdumpster(args.target) File "/home/kaliomega/soft/CloudFail/cloudfail.py", line 86, in dnsdumpster if res['dns_records']['host']: TypeError: list indices must be integers or slices, not str

m0rtem commented 3 years ago

this should be fixed now