AWS Security tools

Bunch of scripts for AWS Pentest

  • lambda/lambda_dumper.py – Script to Dump AWS Lambda functions
  • lambda/lambda_backdoor.py – Backdoor AWS users
  • iam/iam_user_enum – Bruteforce IAM usernames
  • iam/assume_role_enum – Enumerate and Assume IAM Roles for privilege escalation
  • eks/k8s_secrets_dumper.py – Kubernetes Secrets Dumper
  • eks/pod_to_node_escape – Escape form k8s pod to the underlying container

Download & Install

git clone https://github.com/ajinabraham/aws_security_tools.git
pip install -r requirements.txt

Source: https://github.com/ajinabraham/

Loading