Add files via upload

patch-1
Dominique RIGHETTO 2024-03-09 10:17:23 +01:00 committed by GitHub
parent 6ce3478592
commit d6975ae275
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 34 additions and 0 deletions

View File

@ -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\.]+)"'