mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Rename hf_mfc_uidbruteforce.lua -> hf_mf_uidbruteforce.lua
This commit is contained in:
parent
6946a558e3
commit
8cda2e3a29
2 changed files with 7 additions and 7 deletions
|
@ -312,12 +312,12 @@ pm3 --> hf mfu sim t 7 u hf-mfu-XXXX-dump.eml
|
|||
|
||||
Bruteforce MIFARE Classic card numbers from 11223344 to 11223346
|
||||
```
|
||||
pm3 --> script run hf_mfc_uidbruteforce -s 0x11223344 -e 0x11223346 -t 1000 -x mfc
|
||||
pm3 --> script run hf_mf_uidbruteforce -s 0x11223344 -e 0x11223346 -t 1000 -x mfc
|
||||
```
|
||||
|
||||
Bruteforce MIFARE Ultralight EV1 card numbers from 11223344556677 to 11223344556679
|
||||
```
|
||||
pm3 --> script run hf_mfc_uidbruteforce -s 0x11223344556677 -e 0x11223344556679 -t 1000 -x mfu
|
||||
pm3 --> script run hf_mf_uidbruteforce -s 0x11223344556677 -e 0x11223344556679 -t 1000 -x mfu
|
||||
```
|
||||
|
||||
## Wiegand manipulation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue