项目作者: dotPY-hax

项目描述 :
Loot AWS secrets, decryption keys and encrypted files from a box.
高级语言: Python
项目地址: git://github.com/dotPY-hax/aws-looter.git
创建时间: 2021-04-08T13:13:51Z
项目社区:https://github.com/dotPY-hax/aws-looter

开源协议:

下载


aws-looter

Loot AWS secrets, decryption keys and encrypted files from a box.

This is a wrapper for the AWS command line tool found in CTFs and lab boxes to automate the process. It only uses the AWS cli tool which should be installed on your compromised box and python3. In case that wasnt clear: YOU WILL NEED CREDENTIALS!

This should only be useful for CTFs but remember: illegal things are illegal.

  1. python3 aws_enum.py --help
  2. BE SURE ABOUT YOUR CREDENTIALS SINCE THERE IS NO ERROR HANDLING!
  3. usage: aws_enum.py [-h] --secret SECRET --access ACCESS --endpoint ENDPOINT
  4. AWS Looter by dotPY
  5. optional arguments:
  6. -h, --help show this help message and exit
  7. --secret SECRET AWS secret key
  8. --access ACCESS AWS access key
  9. --endpoint ENDPOINT Endpoint URL