Coder Social home page Coder Social logo

virtuesecurity / aws-extender-cli Goto Github PK

View Code? Open in Web Editor NEW
82.0 7.0 21.0 18 KB

AWS Extender CLI is a command-line script to test S3 buckets as well as Google Storage buckets and Azure Storage containers for common misconfiguration issues using the boto/boto3 SDK library.

License: MIT License

Python 100.00%

aws-extender-cli's Issues

Key file format

Rather than expecting a custom format

AccessKeyId=XXXX
SecretKey=XXXX

the tool could parse the format of ~/.aws/credentials

[profile_name]
aws_access_key_id =  xxx
aws_secret_access_key = xxx

Python 3.9 "getchildren" error

I'm receiving the following error when running with Python 3.9.1.

AttributeError: 'xml.etree.ElementTree.Element' object has no attribute 'getchildren'

Looks like the getchildren method was removed in python 3.9.

I guess I can just use an earlier verison of python, but it would be great to have a longer term fix.

Python 3 Support

It would be cool to have Python 3 support, and at the very least, a note in the README that 2.x is required currently.

โ‡’  python --version
Python 3.5.2
python aws_extender_cli.py -h
  File "aws_extender_cli.py", line 497
    print ''.join(issues).strip()
           ^
SyntaxError: invalid syntax

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.