Create snoop-servlet-exposure.yaml

patch-5
Mohammad Reza Omrani 2024-07-03 11:29:28 +03:30 committed by GitHub
parent a803ed0bbb
commit 12d4df0e3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
id: snoop-servlet
info:
name: Snoop Servlet information disclosure
author: omranisecurity
severity: medium
description: The Snoop Servlet returns information about the HTTP request itself and sometimes. It could help an attacker to prepare more advanced attacks.
reference: https://www.acunetix.com/vulnerabilities/web/snoop-servlet-information-disclosure/
metadata:
shodan-query: http.title:"Snoop Servlet"
fofa-query: title=="Snoop Servlet"
tags: config,exposure,snoop,snoop-servlet
http:
- method: GET
path:
- "{{BaseURL}}/snoop"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "Snoop Servlet - Request/Client Information")'
condition: and