Create sound4-disclosure2.yaml

patch-1
Cryptoc0nman 2023-01-23 01:54:55 +05:30 committed by GitHub
parent 3f4ddea4e2
commit 332572eb22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: sound4-disclosure2
info:
name: SOUND4 FIRST - Information Disclosure
author: arafatansari
severity: medium
reference:
- https://packetstormsecurity.com/files/170259/SOUND4-IMPACT-FIRST-PULSE-Eco-2.x-Information-Disclosure.html
description: |
SOUND4 IMPACT/FIRST/PULSE/Eco <=2.x (Index of /log) Information Disclosure
metadata:
shodan-query: http.html:"SOUND4"
verified: true
tags: information,disclosure,unauthenticated
requests:
- raw:
- |
GET /log/ HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
words:
- "<title>Index of /log</title>"
- "Parent Directory"
- type: status
status:
- 200