Giter Site home page Giter Site logo

andresriancho / nimbostratus Goto Github PK

View Code? Open in Web Editor NEW
441.0 441.0 71.0 626 KB

Tools for fingerprinting and exploiting Amazon cloud infrastructures

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

License: GNU Affero General Public License v3.0

Python 100.00%

nimbostratus's Introduction

Nimbostratus

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.

nimbostratus's People

Contributors

andresriancho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nimbostratus's Issues

cant get it installed

Cloning into 'nimbostratus'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Incorrect boto version?

ubuntu@ip-10-130-77-91:~/nimbostratus$ ./nimbostratus
Traceback (most recent call last):
File "./nimbostratus", line 5, in
cmd_handler()
File "/home/ubuntu/nimbostratus/core/cmd_handler.py", line 35, in cmd_handler
args = parse_args()
File "/home/ubuntu/nimbostratus/core/cmd_handler.py", line 24, in parse_args
_temp = import(module_name, globals(), locals(), ['cmd_arguments'], -1)
File "/home/ubuntu/nimbostratus/core/dump_credentials/command.py", line 3, in
from boto.core.credentials import AllCredentialFunctions
ImportError: No module named core.credentials

Installation in MacOS fails without --user

Got this over email:

Just as an FYI, Mac owners will have to run pip install -r requirements.txt --user. The --user flag is necessary to get around the MacOS

System Integrity Protection, and without that flag you’ll get an obscure “Operation Not Permitted” error when attempting to install Nose.

Should document this issue in the main site to guide new users in their installation process.

Hardcoded info: AWS region

Hardcoded info like AWS region in servers/celery_backend/broker.config, are nice to document it or take argument from deploy script.

Bypass SSL Certificate Checking

Hello,

Can there be a way to bypass the SSL Certificate Checking? (The analog would be --no-verify-ssl in the AWS CLI).

Thanks,

Automatic region iteration, more services, etc.

Looks like you thought of this 4 years before I did - awesome! I'd love to submit some PRs once I get the time, so hopefully you're still around!

Some thoughts:

Thanks for writing this, it's a great idea!

dump_permissions ignores token

dump_permissions ignores token provided by user:

def check_via_iam(access_key, secret_key, token):
    '''
    Connect to IAM and try to retrieve my policy.
    '''
    try:
        conn = IAMConnection(aws_access_key_id=access_key,
                             aws_secret_access_key=secret_key)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.