nuclei-templates/exposed-panels/sgp-login-panel.yaml

32 lines
527 B
YAML

id: sgp-login-panel
info:
name: SGP Panel
author: dhiyaneshDK
severity: info
metadata:
shodan-query: http.title:"SGP"
tags: panel,sgp
requests:
- method: GET
path:
- '{{BaseURL}}/accounts/login?next=/admin/'
matchers-condition: and
matchers:
- type: word
words:
- '<title>SGP</title>'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- ">Ver\\. ([0-9.A-Z]+)</p>"