Tuning to increase the detection
parent
69199cb225
commit
a1a9109659
|
@ -10,7 +10,7 @@ info:
|
||||||
- https://skeepers.io
|
- https://skeepers.io
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 1
|
max-request: 1
|
||||||
shodan-query: http.title:"Skeepers cx | Room"
|
shodan-query: http.title:"Skeepers"
|
||||||
verified: true
|
verified: true
|
||||||
tags: panel,skeepers,login,detect
|
tags: panel,skeepers,login,detect
|
||||||
|
|
||||||
|
@ -18,6 +18,9 @@ http:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/backend/login"
|
- "{{BaseURL}}/backend/login"
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
stop-at-first-match: true
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
|
@ -25,3 +28,10 @@ http:
|
||||||
- 'status_code == 200'
|
- 'status_code == 200'
|
||||||
- 'contains(to_lower(body), "skeepers") && contains(to_lower(body), "login")'
|
- '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