2023-03-10 20:24:54 +00:00
|
|
|
id: adminer-panel-detect
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2021-03-24 08:48:41 +00:00
|
|
|
info:
|
2023-03-08 15:50:45 +00:00
|
|
|
name: Adminer Login Panel - Detect
|
2021-06-09 12:20:56 +00:00
|
|
|
author: random_robbie,meme-lord
|
2021-03-24 08:48:41 +00:00
|
|
|
severity: info
|
2023-03-08 15:50:45 +00:00
|
|
|
description: Adminer login panel was detected.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://blog.sorcery.ie/posts/adminer/
|
2023-03-07 23:05:46 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cwe-id: CWE-200
|
2024-03-26 08:03:04 +00:00
|
|
|
cpe: cpe:2.3:a:adminer:adminer:*:*:*:*:*:*:*:*
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
2024-03-23 09:28:19 +00:00
|
|
|
max-request: 741
|
2024-04-08 11:34:33 +00:00
|
|
|
vendor: adminer
|
2024-06-07 10:04:29 +00:00
|
|
|
product: adminer
|
|
|
|
shodan-query:
|
|
|
|
- cpe:"cpe:2.3:a:adminer:adminer"
|
|
|
|
- http.title:"login - adminer"
|
|
|
|
fofa-query:
|
|
|
|
- title="login - adminer"
|
|
|
|
- app="adminer" && body="4.7.8"
|
|
|
|
hunter-query: app.name="adminer"&&web.body="4.7.8"
|
|
|
|
google-query: intitle:"login - adminer"
|
2024-03-19 15:20:31 +00:00
|
|
|
tags: panel,fuzz,adminer,login,sqli
|
2021-03-24 08:48:41 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-08-22 18:09:33 +00:00
|
|
|
- raw:
|
2021-03-24 08:48:41 +00:00
|
|
|
- |
|
|
|
|
GET {{path}} HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Accept: application/json, text/plain, */*
|
|
|
|
Referer: {{BaseURL}}
|
|
|
|
|
2021-08-22 18:09:33 +00:00
|
|
|
payloads:
|
|
|
|
path: helpers/wordlists/adminer-paths.txt
|
|
|
|
|
|
|
|
threads: 50
|
2021-09-02 11:59:10 +00:00
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-03-24 08:48:41 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2021-10-10 01:13:30 +00:00
|
|
|
condition: and
|
2021-03-24 08:48:41 +00:00
|
|
|
words:
|
2021-07-21 12:19:16 +00:00
|
|
|
- "- Adminer</title>"
|
2021-10-10 01:13:30 +00:00
|
|
|
- "partial(verifyVersion"
|
|
|
|
|
2021-03-24 08:48:41 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '<span class="version">([0-9.]+)'
|
2024-06-08 16:02:17 +00:00
|
|
|
# digest: 4b0a00483046022100a33af2d5ccddd23e8cbb62e3bea51d3a3c9b33713ec8cfce4f124231105a89e6022100c0300b40409d563efda7769a7d1b82088ca29941066d704ae460b532c6f0172e:922c64590222798bb761d5b6d8e72950
|