Merge pull request #10178 from omranisecurity/main

Create snoop-servlet-exposure.yaml
patch-5
Dhiyaneshwaran 2024-07-11 22:56:37 +05:30 committed by GitHub
commit f93276bfcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: snoop-servlet
info:
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/
metadata:
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:
- 'status_code == 200'
- 'contains(body, "Snoop Servlet - Request/Client Information")'
condition: and