Update snoop-servlet-exposure.yaml
parent
806d45b62c
commit
0e8dfa9c6d
|
@ -1,20 +1,24 @@
|
|||
id: snoop-servlet
|
||||
|
||||
info:
|
||||
name: Snoop Servlet information disclosure
|
||||
name: Snoop Servlet - Information Disclosure
|
||||
author: omranisecurity
|
||||
severity: low
|
||||
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/
|
||||
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"
|
||||
max-request: 1
|
||||
shodan-query: title:"Snoop Servlet"
|
||||
fofa-query: title="Snoop Servlet"
|
||||
tags: config,exposure,snoop,snoop-servlet
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/snoop"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
|
|
Loading…
Reference in New Issue