From 332572eb223089ae67fe3f4cedaf530ca7719246 Mon Sep 17 00:00:00 2001 From: Cryptoc0nman <54571841+cryptoconman@users.noreply.github.com> Date: Mon, 23 Jan 2023 01:54:55 +0530 Subject: [PATCH] Create sound4-disclosure2.yaml --- vulnerabilities/other/sound4-disclosure2.yaml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 vulnerabilities/other/sound4-disclosure2.yaml diff --git a/vulnerabilities/other/sound4-disclosure2.yaml b/vulnerabilities/other/sound4-disclosure2.yaml new file mode 100644 index 0000000000..52ccbfc2e1 --- /dev/null +++ b/vulnerabilities/other/sound4-disclosure2.yaml @@ -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: + - "Index of /log" + - "Parent Directory" + + - type: status + status: + - 200