Tuning to increase the detection
parent
69199cb225
commit
a1a9109659
|
@ -10,7 +10,7 @@ info:
|
|||
- https://skeepers.io
|
||||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: http.title:"Skeepers cx | Room"
|
||||
shodan-query: http.title:"Skeepers"
|
||||
verified: true
|
||||
tags: panel,skeepers,login,detect
|
||||
|
||||
|
@ -18,10 +18,20 @@ http:
|
|||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/backend/login"
|
||||
- "{{BaseURL}}"
|
||||
|
||||
stop-at-first-match: true
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'status_code == 200'
|
||||
- 'contains(to_lower(body), "skeepers") && contains(to_lower(body), "login")'
|
||||
condition: and
|
||||
condition: and
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- 'Version\s+([0-9\.]+)\s+-'
|
||||
|
|
Loading…
Reference in New Issue