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:
|
|
verified: true
|
|
max-request: 1
|
|
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: 4a0a0047304502210093f00d3cf98dfb9bd051dfc15350990a82bf0a0f34f07292b441f675d435cb5b02201e8d33aa96f5d82bc59d66f97a720a09a4bf71eddb96d799437742bf2505c993:922c64590222798bb761d5b6d8e72950 |