updates to the phpmyadmin panel detection script
Added another possible path URL for detection phpmyadmin panel and matching condition along with possile title to be detected for confirmation of the exposed phpmyadmin panel.patch-1
parent
f4a1de8225
commit
d9e859953c
|
@ -20,10 +20,13 @@ requests:
|
|||
- "{{BaseURL}}/typo3/phpmyadmin/"
|
||||
- "{{BaseURL}}/web/phpmyadmin/"
|
||||
- "{{BaseURL}}/xampp/phpmyadmin/"
|
||||
- "{{BaseURL}}/phpMyAdmin/" #add another possible path for phpmyadmin panel detection
|
||||
matchers-condition: or #add matching condition
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>phpMyAdmin</title>"
|
||||
- "<title>phpMyAdmin </title>" #result pattern with a trailing whitespace.
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
|
|
Loading…
Reference in New Issue