Update phpmyadmin-panel.yaml
Extractor added to retrieve version. Test nuclei -t nuclei-templates/exposed-panels/phpmyadmin-panel.yaml -u https://mojavedata.govpatch-1
parent
ba0d092d4d
commit
c0c29d26ba
|
@ -24,3 +24,10 @@ requests:
|
|||
- type: word
|
||||
words:
|
||||
- "<title>phpMyAdmin</title>"
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- 'v=([a-z0-9-._]+)'
|
||||
|
||||
|
|
Loading…
Reference in New Issue