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

51 lines
1.1 KiB
YAML

id: adminer-panel
info:
name: Adminer Login Panel
author: random_robbie,meme-lord,ritikchaddha
severity: info
description: An Adminer login panel was detected.
reference:
- https://blog.sorcery.ie/posts/adminer/
classification:
cwe-id: CWE-200
metadata:
verified: true
shodan-query: title:"Login - Adminer"
tags: panel,adminer
requests:
- method: GET
path:
- '{{BaseURL}}/adminer.php'
- '{{BaseURL}}/_adminer.php'
- '{{BaseURL}}/adminer/'
- '{{BaseURL}}/editor.php'
- '{{BaseURL}}/mysql.php'
- '{{BaseURL}}/sql.php'
- '{{BaseURL}}/wp-content/plugins/adminer/adminer.php'
- '{{BaseURL}}/admin.php'
headers:
Accept-Language: en-US,en;q=0.5
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "Login - Adminer"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<span class="version">([0-9.]+)'
# Enhanced by mp on 2022/03/20