From be3c93c33b75e974cc4f2c383c9751c0763d1aa3 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 8 Sep 2020 08:57:09 +0200 Subject: [PATCH] added cmd file to test current psk based clone commands --- client/cmdscripts/test_psk_clone.cmd | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 client/cmdscripts/test_psk_clone.cmd diff --git a/client/cmdscripts/test_psk_clone.cmd b/client/cmdscripts/test_psk_clone.cmd new file mode 100644 index 000000000..f37ddcfea --- /dev/null +++ b/client/cmdscripts/test_psk_clone.cmd @@ -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