TechiBuild / nimbostratus

Tools for fingerprinting and exploiting Amazon cloud infrastructures (Dockerized)

Home Page:http://andresriancho.github.io/nimbostratus/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nimbostratus (Dockerized)

Tools for fingerprinting and exploiting Amazon cloud infrastructures. These tools are a PoC which I developed for my "Pivoting in Amazon clouds" talk, developed using the great boto library for accessing Amazon's API.

For more information visit the project page

Feel free to report bugs, fork and send pull-requests. You can also drop me a line at @w3af.

Docker Setup

  • git clone
  • sudo docker build -t nimbostratus .
  • sudo docker run --rm nimbostratus:latest --access-key keyhere ----secret-key keyhere

About

Tools for fingerprinting and exploiting Amazon cloud infrastructures (Dockerized)

http://andresriancho.github.io/nimbostratus/

License:GNU Affero General Public License v3.0


Languages

Language:Python 99.7%Language:Dockerfile 0.3%