Merge pull request #10873 from projectdiscovery/FN-adminer-panel

Fix FN adminer-panel-detect.yaml
patch-12
Dhiyaneshwaran 2024-10-01 17:06:06 +05:30 committed by GitHub
commit 23ad7420af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 10 deletions

View File

@ -39,17 +39,13 @@ http:
threads: 50
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "System<td>")'
- 'contains_any(body, "- Adminer</title>>", "Adminer</a>")'
condition: and
words:
- "- Adminer</title>"
- "partial(verifyVersion"
- type: status
status:
- 200
extractors:
- type: regex