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
|
threads: 50
|
||||||
stop-at-first-match: true
|
stop-at-first-match: true
|
||||||
|
|
||||||
matchers-condition: and
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: dsl
|
||||||
|
dsl:
|
||||||
|
- 'status_code == 200'
|
||||||
|
- 'contains(body, "System<td>")'
|
||||||
|
- 'contains_any(body, "- Adminer</title>>", "Adminer</a>")'
|
||||||
condition: and
|
condition: and
|
||||||
words:
|
|
||||||
- "- Adminer</title>"
|
|
||||||
- "partial(verifyVersion"
|
|
||||||
|
|
||||||
- type: status
|
|
||||||
status:
|
|
||||||
- 200
|
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
- type: regex
|
- type: regex
|
||||||
|
|
Loading…
Reference in New Issue