Merge pull request #10873 from projectdiscovery/FN-adminer-panel
Fix FN adminer-panel-detect.yamlpatch-12
commit
23ad7420af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue