Coder Social home page Coder Social logo

syedborshon / burp-anonymouscloud Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codewatchorg/burp-anonymouscloud

0.0 1.0 0.0 10.12 MB

Burp extension that performs a passive scan to identify cloud buckets and then test them for publicly accessible vulnerabilities

Java 100.00%

burp-anonymouscloud's Introduction

Burp-AnonymousCloud

Burp extension that performs a passive scan to identify cloud buckets and then test them for publicly accessible vulnerabilities

The extension looks at all responses and will note:

  1. AWS S3 bucket URLs.
  2. Azure Storage container URLs.
  3. Google Storage container URLs.

The extension checks the following things as an anonymous user:

  1. Publicly accessible S3 buckets which will be enumerated by the extension.
  2. Publicly accessible ACLs on S3 buckets which will be enumerated by the extension.
  3. Publicly writable S3 buckets, to which a sample file will be written.
  4. Publicly writable ACLs on S3 buckets.
  5. Publicly accessible Google Storage containers which will be enumerated by the extension.
  6. Publicly accessible ACLs on Google Storage containers which will be enumerated by the extension.
  7. Publicly writable Google Storage containers, to which a sample file will be written.
  8. Publicly accessible Azure Storage containers which will be enumerated by the extension.
  9. Publicly accessible Firebase DBs and anonymous read/write access.

The extension checks the following things in AWS/Google as an authenticated AWS/Google user (though not a defined user for the bucket itself):

  1. Any authenticated AWS user accessible S3 buckets which will be enumerated by the extension.
  2. Any authenticated AWS user accessible ACLs on S3 buckets which will be enumerated by the extension.
  3. Any authenticated AWS user writable S3 buckets, to which a sample file will be written.
  4. Any authenticated AWS user writable ACLs on S3 buckets.
  5. Any authenticated Google user accessible Google Storage containers which will be enumerated by the extension.
  6. Any authenticated Google user accessible ACLs on Google Storage containers which will be enumerated by the extension.
  7. Any authenticated Google user writable Google Storage containers, to which a sample file will be written.

Usage

All you have to do is add the JAR as an extension in Burp, add the appropriate targets to scope, and run a scan against the targets. If you want to test for permissions issues that allow all authenticated AWS users, then add your personal AWS credentials.

Future

Continue adding features to support identification and enumeration of other resources such as firebaseio.com

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.