mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
tearoff tips
This commit is contained in:
parent
90a4f4d44c
commit
092927f38e
1 changed files with 8 additions and 0 deletions
|
@ -11,10 +11,18 @@ desc = [[
|
||||||
This is scripts loops though a tear attack and reads expected value.
|
This is scripts loops though a tear attack and reads expected value.
|
||||||
]]
|
]]
|
||||||
example = [[
|
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
|
script run lf_em_tearoff_protect -n 2 -s 200 -e 400
|
||||||
|
|
||||||
Trying repeatedly for a fixed timing, forever or till success:
|
Trying repeatedly for a fixed timing, forever or till success:
|
||||||
script run lf_em_tearoff_protect -s 400 -e 400
|
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 = [[
|
usage = [[
|
||||||
script run lf_em_tearoff_protect [-h] [-n <steps us>] [-p <pwd>] [-s <start us>] [-e <end us>]
|
script run lf_em_tearoff_protect [-h] [-n <steps us>] [-p <pwd>] [-s <start us>] [-e <end us>]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue