nuclei-templates/vulnerabilities/jira/jira-service-desk-signup.yaml

24 lines
534 B
YAML
Raw Normal View History

2020-04-06 19:54:47 +00:00
id: jira-service-desk-signup
info:
name: Jira Service Desk Signup
author: TechbrunchFR
severity: medium
tags: jira,atlassian
2020-05-25 08:13:15 +00:00
2020-04-06 19:54:47 +00:00
requests:
- method: POST
path:
- "{{BaseURL}}/servicedesk/customer/user/signup"
headers:
Content-Type: application/json
body: '{"email":"invalid","signUpContext":{},"secondaryEmail":"","usingNewUi":true}'
matchers-condition: and
2020-04-06 19:54:47 +00:00
matchers:
- type: word
words:
2020-05-25 08:13:15 +00:00
- "signup.validation.errors"
2020-04-06 19:54:47 +00:00
- type: status
status:
2020-04-21 08:12:08 +00:00
- 400