Home

Awesome

Logo of barq

barq

barq: The AWS Cloud Post Exploitation framework!

What is it?

barq is a post-exploitation framework that allows you to easily perform attacks on a running AWS infrastructure. It allows you to attack running EC2 instances without having the original instance SSH keypairs. It also allows you to perform enumeration and extraction of stored Secrets and Parameters in AWS.

Prerequisites

Installing

For python 2:

pip install -r requirements.txt

For python3

pip3 install -r requirements.txt

Better to create a virtualenv environment for the tool. Please note that using sudo with pip is not recommended.

Author

Main Features

Contributing

PRs are welcome!

TODO:

Help

Questions?