CloudFail
CloudFail copied to clipboard
added length safety check
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