2022-07-27 06:24:09 +00:00
|
|
|
id: scriptcase-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: ScriptCase Panel Detect
|
|
|
|
author: Ricardo Maia (Brainfork)
|
|
|
|
severity: info
|
|
|
|
reference:
|
|
|
|
- https://www.scriptcase.com.br
|
|
|
|
- https://www.scriptcase.net
|
|
|
|
metadata:
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 2
|
2022-07-27 06:24:09 +00:00
|
|
|
shodan-query: title:"ScriptCase"
|
2024-03-26 08:03:04 +00:00
|
|
|
verified: true
|
2022-07-27 06:24:09 +00:00
|
|
|
tags: panel,scriptcase
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-07-27 06:24:09 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/devel/iface/"
|
|
|
|
- "{{BaseURL}}/scriptcase/devel/iface/"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2022-07-27 06:24:09 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- '(?i)(ScriptCase)'
|
|
|
|
- '(?i)(NetMake)'
|
|
|
|
- '(?i)(Login)'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
name: version
|
|
|
|
part: body
|
|
|
|
group: 2
|
|
|
|
regex:
|
|
|
|
- '(Versão|Version|Versão)\b.*\s(\d.*\d)'
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022050c1c5fa01c0a26fdd17080251391b684dca9141ef146f25be967d232ee98f61022100e334ea106570d1a73f3d619bcb7704f94f1b9f02d1c36a4398fb2ba42298ba63:922c64590222798bb761d5b6d8e72950
|