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

40 lines
954 B
YAML
Raw Normal View History

2020-09-08 07:08:41 +00:00
id: adminer-panel
2020-09-08 06:55:38 +00:00
info:
2020-09-08 07:08:41 +00:00
name: Adminer Login panel
author: random-robbie & meme-lord
severity: info
reference: https://blog.sorcery.ie/posts/adminer/
2020-09-08 06:55:38 +00:00
# <= 4.2.4 can have unauthenticated RCE via SQLite driver
# <= 4.6.2 can have LFI via MySQL LOAD DATA LOCAL
# Most versions have some kind of SSRF usability
# Is generally handy if you find SQL creds
2020-09-08 06:55:38 +00:00
2020-09-08 07:08:41 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/_adminer.php'
- '{{BaseURL}}/adminer/'
- '{{BaseURL}}/adminer.php'
- '{{BaseURL}}/editor.php'
- '{{BaseURL}}/mysql.php'
- '{{BaseURL}}/sql.php'
2020-09-08 06:55:38 +00:00
- '{{BaseURL}}/wp-content/plugins/adminer/adminer.php'
2020-09-08 07:08:41 +00:00
matchers-condition: and
2020-09-08 06:55:38 +00:00
matchers:
2020-09-08 07:08:41 +00:00
2020-09-08 06:55:38 +00:00
- type: word
words:
- "Login - Adminer"
2020-09-08 07:08:41 +00:00
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<span class="version">([0-9.]+)'