You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While launching python3 cloudfail.py --target something.com I get this error
Traceback (most recent call last):
File "/home/kali/git/CloudFail/cloudfail.py", line 310, in
crimeflare(args.target)
File "/home/kali/git/CloudFail/cloudfail.py", line 118, in crimeflare
if lineExploded[1] = args.target:
IndexError: list of index out of range
Thanks in advance for your help
The text was updated successfully, but these errors were encountered:
Hi everyone,
While launching python3 cloudfail.py --target something.com I get this error
Traceback (most recent call last):
File "/home/kali/git/CloudFail/cloudfail.py", line 310, in
crimeflare(args.target)
File "/home/kali/git/CloudFail/cloudfail.py", line 118, in crimeflare
if lineExploded[1] = args.target:
IndexError: list of index out of range
Thanks in advance for your help
The text was updated successfully, but these errors were encountered: