mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-05 18:23:57 +08:00
misc update and moving files around
This commit is contained in:
26
misconfiguration/phpmyadmin/phpmyadmin-sql.php-server.yaml
Normal file
26
misconfiguration/phpmyadmin/phpmyadmin-sql.php-server.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
id: phpmyadmin-misconfiguration
|
||||
|
||||
info:
|
||||
name: Sensitive data exposure
|
||||
author: pussycat0x
|
||||
severity: high
|
||||
description: Unauthenticated phpmyadmin leads to exposure of sensitive information
|
||||
reference: https://www.exploit-db.com/ghdb/6997
|
||||
tags: phpmyadmin,misconfig
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/phpmyadmin/index.php?db=information_schema"
|
||||
- "{{BaseURL}}/phpMyAdmin/index.php?db=information_schema"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "var db = 'information_schema';"
|
||||
- "var opendb_url = 'db_structure.php';"
|
||||
condition: and
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
Reference in New Issue
Block a user