nuclei-templates/technologies/pega-detect.yaml

27 lines
579 B
YAML

id: pega-detect
info:
name: Pega Infinity Detection
author: sshell
severity: info
tags: tech,pega
requests:
- method: GET
path:
- "{{BaseURL}}/prweb/PRRestService/unauthenticatedAPI/v1/docs"
headers:
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55
matchers-condition: and
matchers:
- type: word
words:
- '"description" :"The Pega API'
- type: status
status:
- 200
- type: word
words:
- 'application/json'
part: header