ognito Developer Authentication Sample - Detect

patch-1
pussycat0x 2023-10-11 01:50:58 +05:30 committed by GitHub
parent 032953c294
commit f0c3c37b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: amazon-cognito-developer
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,misconfig,aws,cognito
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'contains(body, "Amazon Cognito Developer Authentication Sample") && contains(body, "Congratulations!")'
- 'status_code == 200'
condition: and