Coder Social home page Coder Social logo

Additional report options about scout2 HOT 3 CLOSED

nccgroup avatar nccgroup commented on June 2, 2024
Additional report options

from scout2.

Comments (3)

l01cd3v avatar l01cd3v commented on June 2, 2024

Hi Aaron,

The tool's output is stored in a file under Scout2/inc-awsconfig/aws_config.js . While it's a JavaScript file, it's formatted such that the JSON formatted data can easily be read by other tools.

If you read everything but the first line, you get a JSON object that contains the tool's output. I am currently working on something that will result in pretty significant changes in the datastructure. I'll let you know once I merge these changes. For now, you should still be able to do it but the data will not be as well organized as the next version.

from scout2.

abedra avatar abedra commented on June 2, 2024

Ok thanks!

from scout2.

l01cd3v avatar l01cd3v commented on June 2, 2024

With the release of v2.0.0rc3, you should be able to do some automated parsing. Documentation won't be available for a while, but feel free to poke around based on these examples:

./ListAll.py --profile ncc --config rules/iam-user-without-mfa.json
MisconfiguredUser-NoMFA

./ListAll.py --profile ncc --path iam.users.id --keys name
User1
...
UserN

./ListAll.py --profile ncc --path iam.users.id --keys name groups
User1, [u'AGPA.....', u'AGPA...']
...
UserN, [u'AGPA.....', u'AGPA...']

Hope this helps !

from scout2.

Related Issues (20)

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.