nuclei-templates/http/exposed-panels/nginx-admin-panel.yaml

37 lines
779 B
YAML
Raw Normal View History

2022-10-28 12:05:24 +00:00
id: nginx-admin-panel
info:
name: Nginx Admin Manager Login Panel - Detect
2022-10-28 12:05:24 +00:00
author: ritikchaddha
severity: info
description: Nginx Admin Manager login panel was detected.
2022-10-28 12:05:24 +00:00
reference:
- https://ng-admin.jslsolucoes.com/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
2023-10-14 11:27:55 +00:00
cvss-score: 0
cwe-id: CWE-200
2022-10-28 12:05:24 +00:00
metadata:
verified: true
2023-10-14 11:27:55 +00:00
max-request: 1
2022-10-28 12:05:24 +00:00
shodan-query: http.title:"nginx admin manager"
tags: panel,nginx,admin
http:
2022-10-28 12:05:24 +00:00
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "<title>(.*)Nginx Admin Manager(.*)</title>"
- type: status
status:
- 401
- 200
condition: or