Introduction
Introduction Statistics Contact Development Disclaimer Help
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.
-
-[![asciicast](https://asciinema.org/a/144619.png)](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.
-
-
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.