nuclei-templates/technologies/pega-detect.yaml

29 lines
493 B
YAML
Raw Normal View History

2021-05-18 09:46:08 +00:00
id: pega-detect
info:
name: Pega Infinity Detection
author: sshell
severity: info
2021-05-18 14:16:41 +00:00
tags: tech,pega
2021-05-18 09:46:08 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/prweb/PRRestService/unauthenticatedAPI/v1/docs"
2021-05-18 14:12:03 +00:00
matchers-condition: and
2021-05-18 09:46:08 +00:00
matchers:
- type: word
part: body
2021-05-18 09:46:08 +00:00
words:
2021-05-18 14:12:03 +00:00
- '"description" :"The Pega API'
2021-05-18 14:12:03 +00:00
- type: status
status:
- 200
2021-05-18 14:12:03 +00:00
- type: word
part: header
2021-05-18 14:12:03 +00:00
words:
- 'application/json'