dagrz / aws_pwn

A collection of AWS penetration testing junk
1.16k stars 192 forks source link

AWS pwn

Summary

This is a collection of horribly written scripts for performing various tasks related to penetration testing AWS. Please don't be sad if it doesn't work for you. It might be that AWS has changed since a given tool was written or it might be that the code sux. Either way, please feel free to contribute.

Most of this junk was written by Daniel Grzelak but there's been plenty of contributions, most notably Mike Fuller.

Requirements

pip install -r requirements.txt

Make sure to also set up your aws credentials in ~/.aws/credentials.

Reconnaissance

Things to do with pre-compromise information gathering.

Exploitation

Things that will help you gain a foothold in an account.

Stealth

Things that might help you stay hidden after compromising an account.

Exploration

Things to help you understand what you've pwned.

Elevation

Things to help you move around an account and gather different levels of access.

Persistence

Things to help maintain your access to an acccount.

Exfiltration

Things to help you extract and move data around in AWSy ways.

Miscellanea

Other things that I was either to stupid or too lazy to classify.

To do