CHG: output when finding key it the same as from the client.

This commit is contained in:
iceman1001 2016-05-10 07:51:05 +02:00
commit 8085377413

View file

@ -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)