fix-template
parent
c1ea26550f
commit
c8db688307
|
@ -6,27 +6,22 @@ info:
|
|||
severity: unknown
|
||||
metadata:
|
||||
verified: "true"
|
||||
tags: secret,aws,generic,exposure
|
||||
tags: secret,aws,generic,exposure,amazon
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/'
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'accessKeyId'
|
||||
- 'secretAccessKey'
|
||||
part: body
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
case-insensitive: true
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue