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

added length safety check #111

Open SakarDev opened 6 months ago

SakarDev commented 6 months ago

Added a length check if(len(lineExploded) >= 3): to avoid potential IndexError when processing lines in the crimeflare function.

I got this error

CloudFail/cloudfail.py", line 124, in crimeflare if lineExploded[1] == args.target:


IndexError: list index out of range