GithubHelp home page GithubHelp logo

No output about aws_public_ips HOT 7 CLOSED

arkadiyt avatar arkadiyt commented on July 18, 2024
No output

from aws_public_ips.

Comments (7)

johnsmyth avatar johnsmyth commented on July 18, 2024

same here, running osx

from aws_public_ips.

arkadiyt avatar arkadiyt commented on July 18, 2024

@flantel @johnsmyth thanks for the issue, lets try and figure this out. Can you share:

  • how you're authenticating (via shared credentials file, environment variables, or metadata endpoint)?
  • what results or how many results you're expecting to see (i.e. do you have some known public ips in that account)?
  • what's the output of aws_public_ips --format prettyjson

from aws_public_ips.

arkadiyt avatar arkadiyt commented on July 18, 2024

@flantel @johnsmyth I believe I found the issue, can you try again with 1.0.3 and let me know if that resolves the issue? Thanks for beta testing :)

from aws_public_ips.

flantel avatar flantel commented on July 18, 2024

Works perfectly now, many thanks!!

from aws_public_ips.

johnsmyth avatar johnsmyth commented on July 18, 2024

Seems to be working now. I do get an error on a service that I don't have access to though - it would be nice to warn but still continue. right now, it just dies right there.

from aws_public_ips.

flantel avatar flantel commented on July 18, 2024

Nice. Now I can automate my scanning to ensure nothing is open which shouldn't be.

for i in $(aws_public_ips -s ec2); do nmap -Pn --open $i; done |mail -s "nmap aws" barryf

from aws_public_ips.

arkadiyt avatar arkadiyt commented on July 18, 2024

@johnsmyth I'd like the default to fail loudly but I'll add a CLI option to warn + continue

Thank you both for reporting this issue - going to close as resolved

from aws_public_ips.

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.