Merge pull request #4680 from Kr1shna4garwal/patch-3

Update phpmyadmin-setup.yaml
patch-1
Prince Chaddha 2022-06-29 10:33:08 +05:30 committed by GitHub
commit eb5fcfaab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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>"