nuclei-templates/exposed-panels/plastic-scm-login.yaml

24 lines
418 B
YAML

id: plastic-scm-login
info:
name: Plastic SCM Login
author: dhiyaneshDK
severity: info
metadata:
shodan-query: http.title:"Plastic SCM"
tags: panel,plastic
requests:
- method: GET
path:
- '{{BaseURL}}/account'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Log in - Plastic SCM</title>'
- type: status
status:
- 200