From 092927f38e99665524d9f7bf0113c93527f5b562 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 11 Oct 2020 23:19:10 +0200 Subject: [PATCH] tearoff tips --- client/luascripts/lf_em_tearoff_protect.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/client/luascripts/lf_em_tearoff_protect.lua b/client/luascripts/lf_em_tearoff_protect.lua index d07d68f32..49ee99cec 100644 --- a/client/luascripts/lf_em_tearoff_protect.lua +++ b/client/luascripts/lf_em_tearoff_protect.lua @@ -11,10 +11,18 @@ desc = [[ This is scripts loops though a tear attack and reads expected value. ]] example = [[ + Full automatic, with password: + script run lf_em_tearoff_protect -p 50524F58 + + Manual fix increment over specified range: script run lf_em_tearoff_protect -n 2 -s 200 -e 400 Trying repeatedly for a fixed timing, forever or till success: script run lf_em_tearoff_protect -s 400 -e 400 + + Tips: + Use a low Q antenna + Move card somehow away from the antenna to a position where it still works ]] usage = [[ script run lf_em_tearoff_protect [-h] [-n ] [-p ] [-s ] [-e ]