Update phpmyadmin-panel.yaml

Extractor added to retrieve version. 
Test

nuclei -t nuclei-templates/exposed-panels/phpmyadmin-panel.yaml -u https://mojavedata.gov
patch-1
Philippe Delteil 2021-06-05 22:22:14 -04:00 committed by GitHub
parent ba0d092d4d
commit c0c29d26ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -24,3 +24,10 @@ requests:
- type: word
words:
- "<title>phpMyAdmin</title>"
extractors:
- type: regex
part: body
group: 1
regex:
- 'v=([a-z0-9-._]+)'