Git Product home page Git Product logo

s3bucketlist's Introduction

s3bucketlist's People

Contributors

alecblance 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

Watchers

 avatar  avatar  avatar

s3bucketlist's Issues

Repetition of permissions

An example of which is All Users have 2 permissions such as READ_ACP and READ. The plugin instead outputs it separately not under the same All Users header. As you may read in this line it pushes directly to the bucketPermissions instead of checking if the permission is already present thus giving us the repetitive permission.

Delete button doesn't work always as intended

Describe the bug
So there are over 50+ captured buckets, I wanted delete only few specific buckets by clicking 'Delete' button however it works sometimes and other times even after multiple click it doesn't work

To Reproduce
Steps to reproduce the behavior:

  1. see the captured multiple buckets which seems not vulnerable
  2. Click on 'Delete', and check if the bucket decreases

Expected behavior
Can't delete buckets manually one by one,

  • Browser: Firefox ESR
  • Version [78.15.0]

Show when <ListBucketResult> is available

Is your feature request related to a problem? Please describe.
Add-on only checks ACLs, but sometimes a bucket has juicy info available at root (<ListBucketResult>), while denying access to ACL.

Describe the solution you'd like
Instead of just fetching 'http://'+hostname+'/?acl', also fetch root and report if a 200 is returned.
something like:

let req = fetch('http://' + hostname + '/', { method: 'HEAD'})
if (req.ok) {
   permName = "access to <ListBucketResult>";
}

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.