add template phpminiadmin-panel

patch-1
nullfuzz 2022-08-17 23:40:15 -03:00
parent b867ed6ef5
commit 085c0450de
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
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
tags: panel,phpminiadmin
requests:
- method: GET
path:
- "{{BaseURL}}/phpminiadmin.php"
matchers-condition: or
matchers:
- type: dsl
dsl:
- status_code == 200
- "contains(body, '<title>phpMiniAdmin')"
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- 'phpMiniAdmin ([0-9._]+)'