GithubHelp home page GithubHelp logo

0xquad / burpsuite-extensions Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 1.0 24 KB

Custom PortSwigger Burp Suite extensions

License: Apache License 2.0

Python 100.00%
security appsec applicationsecurity plugins extensions tools itsec itsecurity burpsuite burp

burpsuite-extensions's Introduction

Custom PortSwigger Burp Suite Extensions

Transfuzz

Transformation-based fuzzer that encodes payloads in a number of ways to detect what kinds of encoding the application will accept. This is often useful to help identify backend technologies and launch more sophisticated injection attacks.

LuhnyDigit

Luhn Check Digit calculator as a payload processor. Automatically transform sequential numbers to valid Luhn compliant numbers by appending a check digit to the field value. For example, iterating from 800 to 899 will generate numbers between 8003 and 8995 where the '3' and '5' are the check digit.

How to use:

  • Load the extension in Burp Suite (make sure the Jython runtime works first).
  • In Intruder, mark a numeric field and choose Sniper attack.
  • In the Payloads tab, select the Payload type = Numbers then specify the sequence in the From/To field and strip the check digit if it was already included. i.e. if the original value was 8003, use 800 to e.g. 899
  • Under Payload Processing, add a processor and select Invoke Burp Extension.
  • Select LuhnyDigit
  • Launch the attack. Values between 8003 to 8995 will be generated ('3' and '5' are the check digit that is automatically appended to the value).

TODO: Implement as a trivial Hackvertor tag too: e.g. <@_luhn>800<@/_luhn> -> 8003

JWTBuzz

JWTBuzz is a simple fuzzer for JSON Web Tokens. To use it, go to Intruder and mark the entire JWT in the payload and select the extension for the payload generator. It will try modifying the fields in the headers and various other attacks. Signature verification is not yet implemented.

burpsuite-extensions's People

Contributors

0xquad avatar

Watchers

 avatar  avatar  avatar

Forkers

ch355-fch

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.