mirror of
https://github.com/V4bel/dirtyfrag.git
synced 2026-05-16 10:50:10 +00:00
Merge 5360f6b33f into aab16fcada
This commit is contained in:
commit
e90406e71f
1 changed files with 8 additions and 7 deletions
1
exp.c
1
exp.c
|
|
@ -445,6 +445,7 @@ struct rxkad_challenge {
|
|||
/* Attacker-chosen 8-byte session key used for the rxkad token.
|
||||
* Mutable because the LPE brute-force iterates over keys looking for
|
||||
* one that decrypts the file's UID field to a "0:" prefix. */
|
||||
|
||||
static uint8_t SESSION_KEY[8] = {
|
||||
0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue