Giter VIP home page Giter VIP logo

jwtxploiter's People

Contributors

auror007 avatar dontpanico 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

jwtxploiter's Issues

AttributeError if jwks file does not contain the verifier key

Describe the bug
Running --find-key-from-jwks raise AttributeError if jwks file does not contain a key that can verify the token

To Reproduce

  1. Get a token
  2. Get a JWKS file that does not contain the key that can verify the token signature
  3. run jwtxpl <token> --find-key-from-jwks <jwks_file>

Expected behavior
No AttributeError should be raised

Additional context
This is due to a typo an attribute has been typed incorrectly), and not for an unhandled exception

FileNotFoundError when passing non existing key file to -k/--key

Describe the bug
Exception FileNotFoundError not properly handled, when passing a non existing key file to -k/--key.
This happen only with asymmetric algorithms, since it's been handled with HS*

To Reproduce

  1. Get a valid JWT (you can grab it from jwt.io)
  2. Run an attack using an asymmetric algorithm and passing a non existing key file to -k
    jwtxpl <token> -a rs256 -p <key>:<value> -k /path/to/non/existing

Expected behavior
The script should properly handle this exception and return a custom error

JWKS file not properly generated

Describe the bug
Jku and x5u attacks that return jwks files miss to generates it.

To Reproduce
Run a jku/x5u attack against a valid target (not --jku-inbody and --x5u-inbody, since they does not returns jwks files)

Expected behavior
The tool should return the crafted jwks file

CLOSED!!! UnboundLocalError with none algortihm

  • Before time of writing, selecting alg none will raise an exceptions. This is due since during validation the script converts algorithms
    to uppercase, but the method which select the signature only look for 'none' or 'None'.

  • SOLVED, converting algorithm to uppercase only if its lowercase differ from 'none'.

  • I WILL LEAVE THE ISSUE OPENED 3 DAYS IN ORDER TO MAKE IT MORE VISIBLE TO PEOPLE RAN INTO THAT ERROR.

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.