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

31 lines
714 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 Panel
author: nullfuzz
severity: info
description: |
myLittleAdmin is a third-party tool that you can use to manipulate MS SQL databases.
reference:
- http://mylittleadmin.com/en/overview.aspx
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