commit
eb5fcfaab6
|
@ -2,7 +2,7 @@ id: phpmyadmin-setup
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Publicly Accessible Phpmyadmin Setup
|
name: Publicly Accessible Phpmyadmin Setup
|
||||||
author: sheikhrishad,thevillagehacker
|
author: sheikhrishad,thevillagehacker,Kr1shna4garwal
|
||||||
severity: medium
|
severity: medium
|
||||||
tags: phpmyadmin,misconfig
|
tags: phpmyadmin,misconfig
|
||||||
|
|
||||||
|
@ -19,11 +19,13 @@ requests:
|
||||||
- "{{BaseURL}}/sysadmin/phpMyAdmin/scripts/setup.php"
|
- "{{BaseURL}}/sysadmin/phpMyAdmin/scripts/setup.php"
|
||||||
- "{{BaseURL}}/phpmyadmin/setup/index.php"
|
- "{{BaseURL}}/phpmyadmin/setup/index.php"
|
||||||
- "{{BaseURL}}/pma/setup/index.php"
|
- "{{BaseURL}}/pma/setup/index.php"
|
||||||
|
- "{{BaseURL}}/phpmyadmin/setup/"
|
||||||
|
|
||||||
stop-at-first-match: true
|
stop-at-first-match: true
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
part: body
|
||||||
words:
|
words:
|
||||||
- "You want to configure phpMyAdmin using web interface"
|
- "You want to configure phpMyAdmin using web interface"
|
||||||
- "<title>phpMyAdmin setup</title>"
|
- "<title>phpMyAdmin setup</title>"
|
||||||
|
|
Loading…
Reference in New Issue