nuclei-templates/exposed-panels/scriptcase/scriptcase-panel.yaml

42 lines
845 B
YAML
Raw Normal View History

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:
verified: true
shodan-query: title:"ScriptCase"
tags: panel,scriptcase
requests:
- 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)'