Create nginx-admin-panel.yaml

patch-1
Ritik Chaddha 2022-10-28 17:35:24 +05:30 committed by GitHub
parent b6272ccacd
commit 72fd9deeef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: nginx-admin-panel
info:
name: Nginx Admin Manager Login Panel
author: ritikchaddha
severity: info
reference:
- https://ng-admin.jslsolucoes.com/
metadata:
verified: true
shodan-query: http.title:"nginx admin manager"
tags: panel,nginx,admin
requests:
- 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