1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-03-06 18:16:12 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
Stig Palmquist
ebf2c154c2
Fix problems with Mojolicious "paWlpaWl" module
This commit fixes issues with the 16501 module for Mojolicious cookies.

- Fix parsing of message: The base64 encoded message has '=' characters
  replaced with '-' meaning that three such characters can be encountered
  at the end of the message. This commit sets a fixed size for the
  message and doesnt use a `sep` to parse it.

- Update self-test with real-world mojolicious cookie.

- Update the test module to reflect what's actually happening when
  Mojolicious generates a signed cookie.
2024-11-21 18:04:31 +01:00
Jakub Kramarz
0700efa015 Fixed padding format in Mojolicious session cookies 2024-10-31 09:16:10 +01:00
Jakub Kramarz
844f2a92d2 Add support for Mojolicious session cookies 2024-10-10 18:44:32 +02:00