Adminer Login Panel - Detect
ID: adminer-panel-detect
Severity: info
Author: random_robbie,meme-lord
Tags: panel,fuzz,adminer,login,sqli
Description
Section titled “Description”Adminer login panel was detected.
YAML Source
Section titled “YAML Source”id: adminer-panel-detect
info: name: Adminer Login Panel - Detect author: random_robbie,meme-lord severity: info description: Adminer login panel was detected. reference: - https://blog.sorcery.ie/posts/adminer/ 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 cpe: cpe:2.3:a:adminer:adminer:*:*:*:*:*:*:*:* metadata: max-request: 741 vendor: adminer 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" tags: panel,fuzz,adminer,login,sqli
http: - raw: - | GET {{path}} HTTP/1.1 Host: {{Hostname}} Accept: application/json, text/plain, */* Referer: {{BaseURL}}
payloads: path: helpers/wordlists/adminer-paths.txt
threads: 50 stop-at-first-match: true
matchers: - type: dsl dsl: - 'status_code == 200' - 'contains(body, "System<td>")' - 'contains_any(body, "- Adminer</title>>", "Adminer</a>")' condition: and
extractors: - type: regex part: body group: 1 regex: - '<span class="version">([0-9.]+)'# digest: 4a0a00473045022100de11138f6b95ddeb93ab0f31817e377f8367ac7045b4103f36ca31483cd378f302201a4ba990828b9a965e95a8aac0c514da069f541b0f2cd3598fad9d741abadac7:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/adminer-panel-detect.yaml"