RS256-2-HS256 – JWT Attack To Change The Algorithm RS256 To HS256
JWT Attack to change the algorithm RS256 to HS256
Usage
usage: RS256_2_HS256_JWT.py [-h] payload pubkey
positional arguments:
payload JSON payload from JWT to attack
pubkey Public key file to use for signing
optional arguments:
-h, --help show this help message and exit
Example
Download RS256-2-HS256