Skip to content

Adminset Login Panel

ID: adminset-panel

Severity: info

Author: ffffffff0x

Tags: adminset,panel

An Adminset login panel was detected.

id: adminset-panel
info:
name: Adminset Login Panel
author: ffffffff0x
severity: info
description: An Adminset login panel was detected.
classification:
cwe-id: CWE-200
metadata:
max-request: 1
fofa-query: app="AdminSet"
reference:
- https://github.com/guhongze/adminset/
tags: adminset,panel
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>AdminSet Login</title>"
- type: status
status:
- 200
# digest: 4b0a00483046022100fb40d30e0ef08f099c96732d47e472940a0259d43a1b37059f54ac64dcce461a022100ea86e54e692918f0b9332f7c1b1dc2f6e293a281ef3ca9b9d37852bee70a5dc4: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/adminset-panel.yaml"

View on Github