Git Product home page Git Product logo

bambdas's Introduction

Bambdas

Bambdas collection for Burp Suite Professional and Community.

Developed both by PortSwigger and the community with ๐Ÿงก

Bambda Categories

Documentation & Resources

Online documentation for Proxy HTTP Bambdas can be found here.

Community Submissions

Please issue a pull request and follow the process outlined here.

bambdas's People

Contributors

bogo-6 avatar bugbountyzip avatar emanuelduss avatar flamebarke avatar ganggreentempertatum avatar github-actions[bot] avatar hannah-portswigger avatar ibz-odumade-portswigger avatar javeleyqaq avatar josh-psw avatar ncoblentz avatar portswiggerwiener avatar ps-porpoise avatar soffensive 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  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  avatar  avatar  avatar  avatar

bambdas's Issues

Why is FindRolesWithinJWTClaims looking for a "Authorization" header in responses?

I'm surprised to see that this bambda is looking for a Authorization header in responses. Maybe that exists, but it seems quite uncommon to send back a JWT that way.

Here's my own version, looking for JWT in request header Authorization

if (requestResponse.hasResponse() && requestResponse.request().hasHeader("authorization")) {
    var authValue = requestResponse.request().headerValue("authorization");
    if (authValue.startsWith("Bearer ey")) {
        if (authValue.split("\\.").length == 3) {
           return true;
        }
    }
}
return false;

Idea

Dear PortSwigger Team,

I have successfully secured the Twitter handles @Bambdas and @Bambda_Store. These accounts will serve as valuable resources for sharing our latest Bambda scripts upon their release. Our vision is to create an interactive space where the community can engage in exchanging ideas, showcasing their script creations, and learning from one another.

image

We believe that this community-focused initiative will greatly enhance the visibility and growth of Burp Suite, particularly in showcasing the versatility and utility of Bambda scripts. I am excited about the potential of these accounts to foster collaboration and innovation within our user base.

Looking forward to your thoughts and support in this endeavor.

Best regards,

Retaining state between requests

Is it possible to retain the state between requests? E.g., I want to show only one instance of each unique request. Could I calculate an MD5 hash of each request and compare it to a list of "I've seen this one before"'s before choosing to display it?

If not, could this be added as a feature in a future version of Bambdas?

get only unique endpoints that contains "something"

Hi PortSwigger ,
It's possible to filter burp history to get unique endpoints that contains "something" e.g. if I have

https://url/path?url=ssss
https://url/path?url=dddd
https://url/user

and the three contains "something" in their responses so it's possible to filter that and only get unique endpoints based on HOST AND Path e.g.

https://url/path?url=ssss
https://url/user

thanks

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.