Create pega-detect.yaml
parent
f7c1458125
commit
c403e6e78f
|
@ -0,0 +1,17 @@
|
|||
id: pega-detect
|
||||
|
||||
info:
|
||||
name: Pega Infinity Detection
|
||||
author: sshell
|
||||
severity: info
|
||||
|
||||
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:
|
||||
- type: word
|
||||
words:
|
||||
- "Pega API"
|
Loading…
Reference in New Issue