28 lines
885 B
YAML
28 lines
885 B
YAML
id: default-amazon-cognito
|
|
|
|
info:
|
|
name: Amazon Cognito Developer Authentication Sample - Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
reference:
|
|
- https://docs.aws.amazon.com/cognito/latest/developerguide/developer-authenticated-identities.html
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"Amazon Cognito Developer Authentication Sample"
|
|
tags: aws,cognito,default,tech
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'contains(body, "Amazon Cognito Developer Authentication Sample") && contains(body, "Congratulations!")'
|
|
- 'status_code == 200'
|
|
condition: and
|
|
|
|
# digest: 4b0a00483046022100d1922a46a337ff8e3cbf34ece85ad7ee56b58e6ac9fc4984dc4dacda4053bd61022100bcf9283f1ec9500b628d125af49c3756d4d0560437c86eb23df3338bc3c1500d:922c64590222798bb761d5b6d8e72950
|