JWTack is a JSON web token manipulation suite written in bash that allows for debugging and manipulation of Json web tokens
Allows for bruteforcing of the JWT by using a wordlist file. Allows for debugging of the JWT ALlows for forging of new tokens based on the header algorithm and secret ( symmetric HS256 & asymmetric RS256 supported) Allowing for converting of text to base64url without any \n generated. Striping of signature when user chosen header set to none.
JWTack built on jq joined using bash. It features the most powerful operations to be done on JWT bringing the Suite to and for the community