phpMyAdmin Panel - Detect
ID: phpmyadmin-panel
Severity: info
Author: pdteam,righettod
Tags: panel,phpmyadmin,detect
Description
Section titled “Description”phpMyAdmin panel was detected.
YAML Source
Section titled “YAML Source”id: phpmyadmin-panel
info: name: phpMyAdmin Panel - Detect author: pdteam,righettod severity: info description: phpMyAdmin panel was detected. classification: cvss-metrics: CVSS:3.0/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:phpmyadmin:phpmyadmin:*:*:*:*:*:*:*:* metadata: max-request: 14 vendor: phpmyadmin product: phpmyadmin shodan-query: - "http.title:phpMyAdmin" - http.title:"phpmyadmin" - http.component:"phpmyadmin" - cpe:"cpe:2.3:a:phpmyadmin:phpmyadmin" fofa-query: - body="pma_servername" && body="4.8.4" - title="phpmyadmin" google-query: intitle:"phpmyadmin" hunter-query: app.name="phpmyadmin"&&web.body="pma_servername"&&web.body="4.8.4" tags: panel,phpmyadmin,detect
http: - method: GET path: - "{{BaseURL}}{{paths}}" payloads: paths: - "" - "/phpmyadmin/" - "/admin/phpmyadmin/" - "/_phpmyadmin/" - "/administrator/components/com_joommyadmin/phpmyadmin/" - "/apache-default/phpmyadmin/" - "/blog/phpmyadmin/" - "/forum/phpmyadmin/" - "/php/phpmyadmin/" - "/typo3/phpmyadmin/" - "/web/phpmyadmin/" - "/xampp/phpmyadmin/" - "/phpMyAdmin/" - "/phpma/" - "/phpMyAdmin/index.php"
stop-at-first-match: true matchers: - type: word words: - 'alt="phpMyAdmin' - 'name="pma_username' - '/pmahomme/' condition: or
extractors: - type: regex part: body group: 1 regex: - 'v=([a-z0-9-._]+)'# digest: 4a0a0047304502210092f1aff83f9cf570e5fa9ffd35d94b07dfcddee7f12e2873be647eac7987094e0220529e2dd12939a96463624db7c01e430980d2f779872a2e62d99a2b2f478394fe: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/phpmyadmin-panel.yaml"