GithubHelp home page GithubHelp logo

abstractclass / cloudprivs Goto Github PK

View Code? Open in Web Editor NEW
62.0 62.0 2.0 54 KB

Determine privileges from cloud credentials via brute-force testing.

License: GNU General Public License v3.0

Python 100.00%

cloudprivs's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @AbstractClass
  • ๐Ÿ‘€ Iโ€™m interested in computer security / red-team ops
  • ๐ŸŒฑ Iโ€™m currently learning malware development
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on anything related to the above :)
  • ๐Ÿ“ซ How to reach me: https://twitter.com/0xc130d

cloudprivs's People

Contributors

abstractclass 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

Watchers

 avatar  avatar

Forkers

gmh5225 cvlabsio

cloudprivs's Issues

Suggestion regarding action denylisting

Hey there ๐Ÿ‘‹ ! This project looks great. I really appreciate you building a tool for this problem space as some of the current tools available are a bit outdated.

I noticed that you have a comment here

Note: some AWS functions can incur costs when called, I have deny-listed all operations starting with open or purchase to mitigate accidental costs, which appears to be safe in my own testing, but please use this with caution. I don't guarantee you won't accidentally incur costs when calling all these functions (even if it's without arguments)

I'd like to suggest changing the way you block actions from being called. A while back, when I was fuzzing the AWS API, I made the mistake of calling shield:CreateSubscription. This subscribed my AWS account for Shield Advanced which is $3,000 per month (thankfully some kind folks inside AWS were able to resolve this without me paying).

Rather than just denying actions which start with open or purchase, it might be a good idea to allowlist actions that start with Get, List, or Describe (sort of similar to how enumerate-iam does it). This would reduce the number of actions you can check for, but would mitigate a lot of the risk in the event that AWS creates a new service/action that costs money by default (and doesn't fall into the open or purchase category).

Just a suggestion! Thank you again for working on this problem.

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.