From b9e1d852994a4304b49b889c1aaa78ada19d3371 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Wed, 20 Apr 2022 01:52:18 +0400 Subject: [PATCH] Create intellian-aptus-panel.yaml --- exposed-panels/intellian-aptus-panel.yaml | 33 +++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 exposed-panels/intellian-aptus-panel.yaml diff --git a/exposed-panels/intellian-aptus-panel.yaml b/exposed-panels/intellian-aptus-panel.yaml new file mode 100644 index 0000000000..ef56462d1a --- /dev/null +++ b/exposed-panels/intellian-aptus-panel.yaml @@ -0,0 +1,33 @@ +id: intellian-aptus-panel + +info: + name: Intellian Aptus Web Login Panel + author: princechaddha + severity: info + metadata: + shodan-query: http.title:"Intellian Aptus Web" + tags: panel,intellian,aptus + +requests: + - method: GET + path: + - "{{BaseURL}}/cgi-bin/getagent.cgi?type=s&xxxx" + + redirects: true + max-redirects: 2 + matchers-condition: and + matchers: + - type: regex + regex: + - 'Intellian Aptus Web (.*)' + + - type: status + status: + - 200 + + extractors: + - type: regex + part: body + group: 1 + regex: + - "Intellian Aptus Web (.*)"