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
@ -57,4 +53,4 @@ http:
group: 1
regex:
- '<span class="version">([0-9.]+)'
# digest: 4b0a00483046022100a33af2d5ccddd23e8cbb62e3bea51d3a3c9b33713ec8cfce4f124231105a89e6022100c0300b40409d563efda7769a7d1b82088ca29941066d704ae460b532c6f0172e:922c64590222798bb761d5b6d8e72950
# digest: 4b0a00483046022100a33af2d5ccddd23e8cbb62e3bea51d3a3c9b33713ec8cfce4f124231105a89e6022100c0300b40409d563efda7769a7d1b82088ca29941066d704ae460b532c6f0172e:922c64590222798bb761d5b6d8e72950