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

32 lines
527 B
YAML
Raw Normal View History

2021-07-28 16:16:09 +00:00
id: sgp-login-panel
info:
name: SGP Panel
author: dhiyaneshDK
severity: info
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: http.title:"SGP"
2021-07-28 16:16:09 +00:00
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
2021-07-29 05:44:48 +00:00
extractors:
- type: regex
part: body
group: 1
regex:
- ">Ver\\. ([0-9.A-Z]+)</p>"