2024-03-09 09:17:23 +00:00
|
|
|
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:
|
2024-03-23 09:28:19 +00:00
|
|
|
max-request: 1
|
2024-03-09 09:17:23 +00:00
|
|
|
shodan-query: http.title:"PAHTool"
|
2024-04-08 11:34:33 +00:00
|
|
|
verified: true
|
2024-03-09 09:17:23 +00:00
|
|
|
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\.]+)"'
|
2024-03-26 08:05:26 +00:00
|
|
|
# digest: 490a00463044022056ebf3115a0fde5eb161203917c534dc0aade7489fc086fe3f02c02cc1e81a8e0220617f1e941429e15265c69c7bed9dd2ece0900582825c2ec01b02c3131514935d:922c64590222798bb761d5b6d8e72950
|