Skip to content

txAdmin Panel - Detect

ID: txadmin-panel

Severity: info

Author: s4e-io

Tags: panel,login,txadmin,detect

txAdmin panel was discovered.

id: txadmin-panel
info:
name: txAdmin Panel - Detect
author: s4e-io
severity: info
description: |
txAdmin panel was discovered.
metadata:
verified: true
max-request: 1
fofa-query: title="txAdmin Login"
tags: panel,login,txadmin,detect
http:
- method: GET
path:
- "{{BaseURL}}/auth"
matchers:
- type: dsl
dsl:
- 'contains_any(body, "<title>txAdmin Login</title>", "txAdmin Logo")'
- 'status_code == 200'
condition: and
# digest: 4a0a004730450221009bda203df86a7e66de5eb19f751c4440d8fec0d1412fb1c752577d548585a27d02201dd2019e98f3b19e5fc89a0211417f16be1c86c5aefd11bb73a5fecfb4d4f9c4: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/txadmin-panel.yaml"

View on Github