mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
CHG: output when finding key it the same as from the client.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user