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

[Inquiry] Exception Caught: list index out of range Meaning #60

Open
dennisarriola opened this issue Apr 9, 2024 · 5 comments
Open

Comments

@dennisarriola
Copy link

Hello,

I was trying to run this tool into one of our web applications and got an "Exception Caught: list index out of range" result.
Our web application was installed in another PC and can be accessed using its IP via specific port.
If I include the port, the result is "Site seems to be down..." and if I exclude the port, I'll get "Exception Caught: list index out of range"
Screenshot from 2024-04-09 00-54-09
Screenshot from 2024-04-09 00-54-34

Can someone help me figure out how to use this tool effectively?

Thank you very much.

@ymul100
Copy link

ymul100 commented Apr 29, 2024

The same ...

@nrathaus
Copy link

Can you provide more context to the problem? if you can provide a sample site where this error occurs, the error can be fixed.

Example run:

xsrfprobe --url=https://demo.testfire.net:443/ --crawl --verbose

@ymul100
Copy link

ymul100 commented Apr 29, 2024

Can you provide more context to the problem? if you can provide a sample site where this error occurs, the error can be fixed.

Example run:

xsrfprobe --url=https://demo.testfire.net:443/ --crawl --verbose

If I use xsrfprobe --url=https://demo.testfire.net:443/ --crawl --verbose then
I have
[!] Testing site demo.testfire.net:443 status...
[-] Site seems to be down...

If I use it as I used it before
xsrfprobe -u https://demo.testfire.net

I have it
[!] Testing site demo.testfire.net status...
[+] Site seems to be up!
[-] Exception Caught: list index out of range

I will add that it worked for 10 minutes at the beginning.

@ymul100
Copy link

ymul100 commented Apr 29, 2024

Ok, works with xsrfprobe --url=[https://demo.testfire.net --crawl --verbose :) without :443

Thank you

@nrathaus
Copy link

With and without :443 should work

@nrathaus nrathaus mentioned this issue Apr 29, 2024
6 tasks
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