Merge pull request #5150 from nullfuzz-pentest/phpminiadmin-panel

add template phpminiadmin-panel
patch-1
Prince Chaddha 2022-08-20 22:47:54 +05:30 committed by GitHub
commit e2e5f52578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: phpminiadmin-panel
info:
name: PhpMiniAdmin Panel
author: nullfuzz
severity: info
description: |
phpMiniAdmin is a third-party tool that you can use to manipulate MySQL databases.
reference:
- https://github.com/osalabs/phpminiadmin
metadata:
verified: true
shodan-query: http.html:"phpMiniAdmin"
tags: panel,phpminiadmin
requests:
- method: GET
path:
- "{{BaseURL}}/phpminiadmin.php"
matchers:
- type: dsl
dsl:
- "status_code == 200"
- "contains(body, '<title>phpMiniAdmin')"
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- 'phpMiniAdmin ([0-9._]+)'