Skip to content

NetAlert X Panel - Detect

ID: netalertx-panel

Severity: info

Author: s4e-io

Tags: panel,login,netalertx,detect

NetAlert X panel was discovered.

id: netalertx-panel
info:
name: NetAlert X Panel - Detect
author: s4e-io
severity: info
description: |
NetAlert X panel was discovered.
reference:
- https://github.com/jokob-sk/NetAlertX
metadata:
verified: true
max-request: 1
vendor: jokob-sk
product: netalertx
fofa-query: "NetAlert X"
tags: panel,login,netalertx,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers:
- type: dsl
dsl:
- 'contains(body, "<title>NetAlert X | Log in")'
- 'status_code == 200'
condition: and
# digest: 4a0a0047304502210094ed5ab0dccd1a5265fd940eec28ef619fd60489cfbe659ccd76ab06c5637c8a022028c00bd768e1e7eada9df6d6deb6bcee13ca9a939c7b4c36200b773d4d4092dc: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/netalertx-panel.yaml"

View on Github