2021-12-28 16:34:01 +00:00
|
|
|
id: adminset-panel
|
|
|
|
|
|
|
|
info:
|
2022-03-22 03:48:47 +00:00
|
|
|
name: Adminset Login Panel
|
2021-12-28 16:34:01 +00:00
|
|
|
author: ffffffff0x
|
|
|
|
severity: info
|
2022-03-22 03:48:47 +00:00
|
|
|
description: An Adminset login panel was detected.
|
2022-04-22 10:38:41 +00:00
|
|
|
classification:
|
|
|
|
cwe-id: CWE-200
|
2021-12-28 16:34:01 +00:00
|
|
|
metadata:
|
|
|
|
fofa-query: app="AdminSet"
|
2022-03-22 03:48:47 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/guhongze/adminset/
|
2021-12-28 16:34:01 +00:00
|
|
|
tags: adminset,panel
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
redirects: true
|
|
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "<title>AdminSet Login</title>"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-03-22 03:48:47 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/03/20
|