mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
update scripts with new keri syntax
This commit is contained in:
parent
67da4e6b36
commit
bc34aba175
2 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ lf search
|
||||||
|
|
||||||
rem Test of keri clone & read
|
rem Test of keri clone & read
|
||||||
lf t55xx wipe
|
lf t55xx wipe
|
||||||
lf keri clone 1337
|
lf keri clone --id 1337
|
||||||
lf keri read
|
lf keri read
|
||||||
lf search
|
lf search
|
||||||
|
|
||||||
|
|
|
@ -56,15 +56,15 @@ lf jablotron clone 112233
|
||||||
lf read s 16000
|
lf read s 16000
|
||||||
data save f lf_t5577_jablotron
|
data save f lf_t5577_jablotron
|
||||||
|
|
||||||
lf keri clone 112233
|
lf keri clone --id 112233
|
||||||
lf read s 10000
|
lf read s 10000
|
||||||
data save f lf_t5577_keri
|
data save f lf_t5577_keri
|
||||||
|
|
||||||
lf keri clone t i fc 6 cn 12345
|
lf keri clone -t i --fc 6 --id 12345
|
||||||
lf read s 10000
|
lf read s 10000
|
||||||
data save f lf_t5577_keri_internalid
|
data save f lf_t5577_keri_internalid
|
||||||
|
|
||||||
lf keri clone t m f 6 c 12345
|
lf keri clone -t m --fc 6 --id 12345
|
||||||
lf read s 10000
|
lf read s 10000
|
||||||
data save f lf_t5577_keri_msid
|
data save f lf_t5577_keri_msid
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue