Merge pull request #2463 from ks6274/master

updates to the phpmyadmin panel detection script
patch-1
Sandeep Singh 2021-08-23 14:33:59 +05:30 committed by GitHub
commit 7749e3fdc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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-._]+)'