Merge pull request #2463 from ks6274/master
updates to the phpmyadmin panel detection scriptpatch-1
commit
7749e3fdc6
|
@ -20,10 +20,12 @@ requests:
|
|||
- "{{BaseURL}}/typo3/phpmyadmin/"
|
||||
- "{{BaseURL}}/web/phpmyadmin/"
|
||||
- "{{BaseURL}}/xampp/phpmyadmin/"
|
||||
- "{{BaseURL}}/phpMyAdmin/"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>phpMyAdmin</title>"
|
||||
- "<title>phpMyAdmin"
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
|
|
Loading…
Reference in New Issue