Skip to content

myLittleAdmin Login Panel - Detect

ID: mylittleadmin-panel

Severity: info

Author: nullfuzz

Tags: panel,mylittleadmin,login

myLittleAdmin login panel was detected.

id: mylittleadmin-panel
info:
name: myLittleAdmin Login Panel - Detect
author: nullfuzz
severity: info
description: |
myLittleAdmin login panel was detected.
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
cwe-id: CWE-200
cpe: cpe:2.3:a:mylittletools:mylittleadmin:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
shodan-query: http.html:"myLittleAdmin"
product: mylittleadmin
vendor: mylittletools
tags: panel,mylittleadmin,login
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/mylittleadmin/"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers:
- type: dsl
dsl:
- "status_code == 200"
- "contains(body, '<title>myLittleAdmin for SQL Server')"
condition: and
# digest: 490a00463044022063acd5e9fd72154ac03c59afcc18d9f6f934a9950c221bdeadc0711e3078368102203028ec311ff04656fced42ccc98b87bf4ddf8c84bc7ef3904c45fcfb797354ea: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/mylittleadmin-panel.yaml"

View on Github