diff --git a/http/exposed-panels/pahtool-panel.yaml b/http/exposed-panels/pahtool-panel.yaml new file mode 100644 index 0000000000..2152524127 --- /dev/null +++ b/http/exposed-panels/pahtool-panel.yaml @@ -0,0 +1,34 @@ +id: pahtool-panel + +info: + name: PAHTool Login Panel - Detect + author: righettod + severity: info + description: | + PAHTool login panel was detected. + reference: + - http://www.inovultus.com/index.html + metadata: + max-request: 1 + verified: true + shodan-query: http.title:"PAHTool" + tags: panel,pahtool,login,detect + +http: + - method: GET + path: + - "{{BaseURL}}" + + matchers: + - type: dsl + dsl: + - 'status_code == 200' + - 'contains(body, ">PAHTool")' + condition: and + + extractors: + - type: regex + part: body + group: 1 + regex: + - 'id="appVersion"\s+value="([0-9\.]+)"'