mirror of
https://github.com/wiire-a/pixiewps.git
synced 2025-07-24 14:25:19 +02:00
Removed print of N1 if not found
This commit is contained in:
parent
c7a237e3a2
commit
d29099449e
@ -1367,7 +1367,10 @@ usage_err:
|
||||
printf(" (%s UTC)", buffer);
|
||||
}
|
||||
else {
|
||||
printf("\n [*] Seed N1: 0x%08x", nonce_seed);
|
||||
if (found_p_mode = RT && nonce_seed == 0)
|
||||
printf("\n [*] Seed N1: -");
|
||||
else
|
||||
printf("\n [*] Seed N1: 0x%08x", nonce_seed);
|
||||
printf("\n [*] Seed ES1: 0x%08x", s1_seed);
|
||||
printf("\n [*] Seed ES2: 0x%08x", s2_seed);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user