35 lines
863 B
YAML
35 lines
863 B
YAML
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\.]+)"'
|
|
# digest: 4a0a00473045022100d5acfcf5009717529013cfc5415e09717151e6452f6c15dec73562d07eed0b9f022004d4e735bac0056b7bfa7849d2c263905e89e7670720bf1448b2f667b9b898db:922c64590222798bb761d5b6d8e72950 |