https://github.com/dubniczky/cloud-exfiltrator
Exfiltrate data from AWS cloud environment given some credentials
https://github.com/dubniczky/cloud-exfiltrator
aws cloud exfiltrator hack python
Last synced: about 2 months ago
JSON representation
Exfiltrate data from AWS cloud environment given some credentials
- Host: GitHub
- URL: https://github.com/dubniczky/cloud-exfiltrator
- Owner: dubniczky
- License: mit
- Created: 2023-03-05T10:52:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T19:08:43.000Z (about 2 years ago)
- Last Synced: 2025-02-06T19:49:26.201Z (3 months ago)
- Topics: aws, cloud, exfiltrator, hack, python
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloud Exfiltrator
Exfiltrate data from AWS cloud environment given some credentials
## Description
This project provides some tools for testing how an attacker would do an exfiltration of data from an AWS account after acquiring access keys. This set of scripts could be used to generate example CloudTrail logs which is useful for defining alerting and monitoring rules.
## Usage
1. Install packages
```bash
pip install -r requirements.txt
```2. Edit configuration
3. Begin S3 exfiltration
```bash
python s3.py
```