Hi everyone!
please help me on the error below.
python cloudfail.py --target snb888.live
/ | | ___ _ _ __| | | () |
| | | |/ _ | | | |/ | |_ / _ | | |
| || | () | || | (| | | (| | | |
_||_/ _,|_,|| _,||_|
v1.0.5 by m0rtem
[05:45:08] Initializing CloudFail - the date is: 18/11/2024
[05:45:08] Fetching initial information from: snb888.live...
[05:45:08] Server IP: 104.21.4.214
[05:45:08] Testing if snb888.live is on the Cloudflare network...
[05:45:08] snb888.live is part of the Cloudflare network!
[05:45:08] Testing for misconfigured DNS using dnsdumpster...
Traceback (most recent call last):
File "/root/CloudFail/cloudfail.py", line 310, in
dnsdumpster(args.target)
File "/root/CloudFail/cloudfail.py", line 87, in dnsdumpster
res = DNSDumpsterAPI(False).search(target)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/CloudFail/DNSDumpsterAPI.py", line 72, in search
csrf_middleware = soup.findAll('input', attrs={'name': 'csrfmiddlewaretoken'})[0]['value']
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
Hi everyone!
please help me on the error below.
python cloudfail.py --target snb888.live
/ | | ___ _ _ __| | | () |
| | | |/ _ | | | |/
| |_ / _| | || || | () | || | (| | | (| | | |
_||_/ _,|_,|| _,||_|
v1.0.5 by m0rtem
[05:45:08] Initializing CloudFail - the date is: 18/11/2024
[05:45:08] Fetching initial information from: snb888.live...
[05:45:08] Server IP: 104.21.4.214
[05:45:08] Testing if snb888.live is on the Cloudflare network...
[05:45:08] snb888.live is part of the Cloudflare network!
[05:45:08] Testing for misconfigured DNS using dnsdumpster...
Traceback (most recent call last):
File "/root/CloudFail/cloudfail.py", line 310, in
dnsdumpster(args.target)
File "/root/CloudFail/cloudfail.py", line 87, in dnsdumpster
res = DNSDumpsterAPI(False).search(target)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/CloudFail/DNSDumpsterAPI.py", line 72, in search
csrf_middleware = soup.findAll('input', attrs={'name': 'csrfmiddlewaretoken'})[0]['value']
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range