mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-26 10:01:07 +08:00
added cmd file to test current psk based clone commands
This commit is contained in:
parent
a06f1c8858
commit
be3c93c33b
1 changed files with 28 additions and 0 deletions
28
client/cmdscripts/test_psk_clone.cmd
Normal file
28
client/cmdscripts/test_psk_clone.cmd
Normal file
|
@ -0,0 +1,28 @@
|
|||
clear
|
||||
|
||||
rem Test of Motorola clone & read
|
||||
lf t55xx wipe
|
||||
lf motorola clone a0000000a0002021
|
||||
lf motorola read
|
||||
lf search
|
||||
|
||||
rem Test of Nexwatch clone & read
|
||||
lf t55xx wipe
|
||||
lf nexwatch clone c 1337 m 1 n
|
||||
lf nexwatch read
|
||||
lf search
|
||||
|
||||
rem Test of keri clone & read
|
||||
lf t55xx wipe
|
||||
lf keri clone 1337
|
||||
lf keri read
|
||||
lf search
|
||||
|
||||
rem Test of Indala clone & read
|
||||
lf t55xx wipe
|
||||
lf indala clone --fc 7 --cn 1337
|
||||
lf indala read
|
||||
lf search
|
||||
|
||||
rem done, just wiping your tag.
|
||||
lf t55xx wipe
|
Loading…
Reference in a new issue