Skip to content

PAHTool Login Panel - Detect

ID: pahtool-panel

Severity: info

Author: righettod

Tags: panel,pahtool,login,detect

PAHTool login panel was detected.

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: 4b0a004830460221008ae203b62161a940f3ac7248cf77f5239d30fadf1d1a0dbbb8eabe86388325ba022100a2109acd5dcbef859e255d93e638b1b06c3ca566682b5297b237fa7128ccda52:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/pahtool-panel.yaml"

View on Github