nuclei-templates/exposed-panels/mylittleadmin-panel.yaml

37 lines
836 B
YAML
Raw Normal View History

2023-01-18 06:14:54 +00:00
id: mylittleadmin-panel
2023-01-16 06:03:44 +00:00
info:
name: myLittleAdmin Login Panel - Detect
2023-01-16 06:03:44 +00:00
author: nullfuzz
severity: info
description: |
myLittleAdmin login panel was detected.
2023-01-16 06:03:44 +00:00
reference:
- http://mylittleadmin.com/en/overview.aspx
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2023-01-16 06:03:44 +00:00
metadata:
verified: true
shodan-query: http.html:"myLittleAdmin"
2023-01-18 06:14:54 +00:00
tags: panel,mylittleadmin,login
2023-01-16 06:03:44 +00:00
requests:
- method: GET
path:
2023-01-18 06:14:54 +00:00
- "{{BaseURL}}"
2023-01-16 06:03:44 +00:00
- "{{BaseURL}}/mylittleadmin/"
2023-01-18 06:14:54 +00:00
stop-at-first-match: true
host-redirects: true
max-redirects: 2
2023-01-16 06:03:44 +00:00
matchers:
- type: dsl
dsl:
- "status_code == 200"
2023-01-18 07:10:41 +00:00
- "contains(body, '<title>myLittleAdmin for SQL Server')"
2023-01-18 06:14:54 +00:00
condition: and
# Enhanced by md on 2023/01/24