bytebutcher / decoder-plus-plus

An extensible application for penetration testers and software developers to decode/encode data into various formats.
GNU General Public License v3.0
101 stars 24 forks source link

Error for JWT Decode Plugin #55

Closed bytebutcher closed 7 months ago

bytebutcher commented 1 year ago

The JWT-Decoder may throw an error stating "It is required that you pass in a value for the 'algorithms' argument when calling decode()". It would be nice if the user would have the chance to actually do that. However, if i'm not mistaken, only scripts may have user-input. This would require that the decoder would be required to be transformed to a script or the architecture would require some changes.