44 lines
1.0 KiB
YAML
44 lines
1.0 KiB
YAML
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:
|
|
max-request: 2
|
|
shodan-query: title:"ScriptCase"
|
|
verified: true
|
|
tags: panel,scriptcase
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/devel/iface/"
|
|
- "{{BaseURL}}/scriptcase/devel/iface/"
|
|
|
|
stop-at-first-match: true
|
|
|
|
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)'
|
|
# digest: 4a0a004730450220346dae3928473805a0eec8af45bcad3fa4a783d528955205fe18370ed3857afc02210083c197710b3e1e99b670f19a1349de8d17e14860a4dd18a4561e0c48ab5835e9:922c64590222798bb761d5b6d8e72950 |