mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Fix typos in help from hf_mf_uidbruteforce script
This commit is contained in:
parent
48c531b927
commit
b626288a0d
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@ desc =[[
|
|||
This script bruteforces 4 or 7 byte UID Mifare classic card numbers.
|
||||
]]
|
||||
example =[[
|
||||
Bruteforce a 4 byte UID Mifare classic card number, starting at 11223344, ending at 11223346.
|
||||
Bruteforce a 4 bytes UID Mifare classic card number, starting at 11223344, ending at 11223346.
|
||||
|
||||
script run hf_mf_uidbruteforce -s 0x11223344 -e 0x11223346 -t 1000 -x mfc
|
||||
|
||||
Bruteforce a 7 byte UID Mifare Ultralight card number, starting at 11223344556677, ending at 11223344556679.
|
||||
Bruteforce a 7 bytes UID Mifare Ultralight card number, starting at 11223344556677, ending at 11223344556679.
|
||||
|
||||
script run hf_mf_uidbruteforce -s 0x11223344556677 -e 0x11223344556679 -t 1000 -x mfu
|
||||
]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue