mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
CHG: output when finding key it the same as from the client.
This commit is contained in:
parent
fed1227777
commit
8085377413
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ function main(args)
|
|||
-- two bytes, then six bytes actual key data
|
||||
-- We can discard first and second return values
|
||||
_,_,key = bin.unpack("H2H6",res)
|
||||
print("Key ", key)
|
||||
print("Found valid key: "..key);
|
||||
|
||||
-- Use nested attack
|
||||
nested(key,sak)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue