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

False Positive/Negative: JWKS file found. See: RFC-5785 #838

Closed
digininja opened this issue Jul 30, 2024 · 0 comments
Closed

False Positive/Negative: JWKS file found. See: RFC-5785 #838

digininja opened this issue Jul 30, 2024 · 0 comments
Labels

Comments

@digininja
Copy link
Contributor

Output of suspected false positive / negative

False positive on:

+ /.well-known/jwks: JWKS file found. See: RFC-5785
db_tests:"007327","RFC-5785","3","/.well-known/jwks","GET","keys","sig","","","","JWKS file found","",""

My site returns a 404 for this.

curl https://digi.ninja/.well-known/jwks

Debug output

A snippet from the save file:

---------------------------------------------------------------------------
                          Information
---------------------------------------------------------------------------
Test ID:        007327
References:     RFC-5785
Message:        /.well-known/jwks: JWKS file found. See: RFC-5785
Reason:         Content Match - Match 1 (Or)
---------------------------------------------------------------------------
                          Request
---------------------------------------------------------------------------
GET /.well-known/jwks HTTP/1.1
Connection: Keep-Alive
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:73.0) Gecko/20100101 Firefox/73.0
Host: digi.ninja

---------------------------------------------------------------------------
                          Response
---------------------------------------------------------------------------
HTTP/1.1 404 Not Found
date: Tue, 30 Jul 2024 11:44:14 GMT
server: Apache
do_not_hack_me: Please
x-powered-by: Rainbows and XSS<script>alert(1)</script>

The whole file is here: digi.ninja_443_2024-07-30_007327.txt

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

No branches or pull requests

2 participants