Tuning to increase the detection

patch-1
Dominique RIGHETTO 2024-03-13 19:19:03 +01:00 committed by GitHub
parent 69199cb225
commit a1a9109659
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 2 deletions

View File

@ -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,6 +18,9 @@ http:
- method: GET
path:
- "{{BaseURL}}/backend/login"
- "{{BaseURL}}"
stop-at-first-match: true
matchers:
- type: dsl
@ -25,3 +28,10 @@ http:
- 'status_code == 200'
- 'contains(to_lower(body), "skeepers") && contains(to_lower(body), "login")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- 'Version\s+([0-9\.]+)\s+-'