Merge pull request #2463 from ks6274/master
updates to the phpmyadmin panel detection scriptpatch-1
commit
7749e3fdc6
|
@ -20,14 +20,16 @@ requests:
|
|||
- "{{BaseURL}}/typo3/phpmyadmin/"
|
||||
- "{{BaseURL}}/web/phpmyadmin/"
|
||||
- "{{BaseURL}}/xampp/phpmyadmin/"
|
||||
- "{{BaseURL}}/phpMyAdmin/"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>phpMyAdmin</title>"
|
||||
- "<title>phpMyAdmin"
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- 'v=([a-z0-9-._]+)'
|
||||
- 'v=([a-z0-9-._]+)'
|
||||
|
|
Loading…
Reference in New Issue