Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update of BucketScanner with new functionalities #1

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Djkusik
Copy link

@Djkusik Djkusik commented Apr 14, 2021

I've updated BucketScanner:

  • Now it's uses Python 3.6+.
  • Newest boto3 and request packages.
  • Usage of f-strings rather than str.format().
  • Anonymous mode works again with Session().

Added also a few new things:

  • Added usage of configured AWS profile - hardcoding access and secret key is rather a bad practice.
  • Passive mode - possibility of just checking if bucket is readable, without searching a sensitive file.
  • Detailed mode - creating a lot more detailed output - which bucket is unnacessible, which is listable, from which is possible to download file, which is writable, which does not exist.
  • Updated README.md.
  • Added termcolor to make output a little bit more readable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant