Create sound4-disclosure2.yaml
parent
3f4ddea4e2
commit
332572eb22
|
@ -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
|
Loading…
Reference in New Issue