Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

index error: list index out of range #119

Open
assilem08 opened this issue Nov 18, 2024 · 2 comments
Open

index error: list index out of range #119

assilem08 opened this issue Nov 18, 2024 · 2 comments

Comments

@assilem08
Copy link

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

@Oleksandr-Vengeruk
Copy link

Same problem, have you found the solution?

@0xnoid
Copy link

0xnoid commented Jan 9, 2025

@Oleksandr-Vengeruk @assilem08 It's due to the changes made to dnsdumpster's API, and it doesn't seem like the project is maintained anymore. But, I did take a crack at updating it and got it working again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants