ticarpi / jwt_tool

:snake: A toolkit for testing, tweaking and cracking JSON Web Tokens
GNU General Public License v3.0
5.46k stars 670 forks source link

Implement no redirect option. #77

Closed TheREK3R closed 2 years ago

TheREK3R commented 2 years ago

Add a redir option to the config. Add a --noredir (-nr) option to the arguments.

This is useful when checking a status code where the redirect code is interesting. I saw an issue in the current behavior when working on this portswigger lab.

This commit will not change default behavior but allow the default allow_redirect behavior from the requests library to be turned off.