| Updating the README file. - amiexpose - PoC on locating sensitive/private data … | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit c64c376c22e9f515ebedb6de9aab95cac7979dfe | |
| parent 1c53db9fa62d4d2ce4ed306aaf294e41a23152a5 | |
| Author: Jay Scott <[email protected]> | |
| Date: Fri, 27 Oct 2017 21:56:11 +0100 | |
| Updating the README file. | |
| Diffstat: | |
| A README | 15 +++++++++++++++ | |
| D README.md | 30 ------------------------------ | |
| 2 files changed, 15 insertions(+), 30 deletions(-) | |
| --- | |
| diff --git a/README b/README | |
| @@ -0,0 +1,15 @@ | |
| + | |
| +|> ami_expose | |
| + | |
| + | |
| +This tool allows you to search AWS AMIs in all regions for certain | |
| +keywords. Make sure you have a valid set of aws keys. | |
| + | |
| +usage: | |
| + | |
| + $ python3 -m venv venv/ | |
| + $ . venv/bin/activate | |
| + | |
| + $ pip install --editable . | |
| + | |
| + $ ami_expose search --query YourString | |
| diff --git a/README.md b/README.md | |
| @@ -1,30 +0,0 @@ | |
| - | |
| -## Overview | |
| - | |
| -Search AWS AMIs on **all** regions for certain keywords. | |
| - | |
| -[](https://asciinema.org/a/144… | |
| - | |
| -## Development | |
| - | |
| - | |
| - $ python3 -m venv venv/ | |
| - $ . venv/bin/activate | |
| - | |
| -## Build | |
| - | |
| - $ pip install --editable . | |
| - | |
| -## Run | |
| - | |
| -make sure you have a valid **AWS_SECRET_KEY** and **AWS_SECRET_ACCESS_KEY** se… | |
| - | |
| - $ ami_expose search --query YourString | |
| - | |
| -## Todo | |
| - | |
| - - Define regions to search. | |
| - - Use regions from a Boto query. | |
| - - Launch a micro EC2 instance with a AMI ID. | |
| - | |
| - |