mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
text
This commit is contained in:
parent
4f3447a4ab
commit
fde48cd916
3 changed files with 17 additions and 13 deletions
|
@ -329,7 +329,7 @@ Android compatible
|
|||
### Proxmark3 commands
|
||||
|
||||
```
|
||||
hf mf wrbl 0 A FFFFFFFFFFFF 11223344440804006263646566676869
|
||||
hf mf wrbl --blk 0 -k FFFFFFFFFFFF -d 11223344440804006263646566676869
|
||||
```
|
||||
|
||||
When "soft-bricked" (by writing invalid data in block0), these ones may help:
|
||||
|
@ -342,8 +342,8 @@ e.g. for 4b UID:
|
|||
|
||||
```
|
||||
hf 14a config --atqa force --bcc ignore --cl2 skip --rats skip
|
||||
hf mf wrbl 0 A FFFFFFFFFFFF 11223344440804006263646566676869 # for 1k
|
||||
hf mf wrbl 0 A FFFFFFFFFFFF 11223344441802006263646566676869 # for 4k
|
||||
hf mf wrbl --blk 0 -k FFFFFFFFFFFF -k 11223344440804006263646566676869 # for 1k
|
||||
hf mf wrbl --blk 0 -k FFFFFFFFFFFF -k 11223344441802006263646566676869 # for 4k
|
||||
hf 14a config --std
|
||||
hf 14a reader
|
||||
```
|
||||
|
@ -352,8 +352,8 @@ e.g. for 7b UID:
|
|||
|
||||
```
|
||||
hf 14a config --atqa force --bcc ignore --cl2 force --cl3 skip --rats skip
|
||||
hf mf wrbl 0 A FFFFFFFFFFFF 04112233445566084400626364656667 # for 1k
|
||||
hf mf wrbl 0 A FFFFFFFFFFFF 04112233445566184200626364656667 # for 4k
|
||||
hf mf wrbl --blk 0 -k FFFFFFFFFFFF -k 04112233445566084400626364656667 # for 1k
|
||||
hf mf wrbl --blk 0 -k FFFFFFFFFFFF -k 04112233445566184200626364656667 # for 4k
|
||||
hf 14a config --std
|
||||
hf 14a reader
|
||||
```
|
||||
|
@ -585,7 +585,7 @@ Issue three regular MFU write commands in a row to write first three blocks.
|
|||
### Proxmark3 commands
|
||||
|
||||
```
|
||||
hf mfu setuid
|
||||
hf mfu setuid -h
|
||||
```
|
||||
|
||||
Equivalent: don't use `hf mfu wrbl` as you need to write three blocks in a row, but do, with proper BCCx:
|
||||
|
@ -605,7 +605,7 @@ hf 14a config -h
|
|||
E.g.:
|
||||
```
|
||||
hf 14a config --atqa force --bcc ignore --cl2 force --cl3 skip --rats skip
|
||||
hf mfu setuid 04112233445566
|
||||
hf mfu setuid --uid 04112233445566
|
||||
hf 14a config --std
|
||||
hf 14a reader
|
||||
```
|
||||
|
@ -825,7 +825,7 @@ It accepts longer UID but that doesn't affect BCC/ATQA/SAK
|
|||
The same effect (with better ATQA!) can be obtained with a MFC Gen1A that uses SAK defined in block0:
|
||||
|
||||
```
|
||||
hf mf csetblk 0 1122334444204403A1A2A3A4A5A6A7A8
|
||||
hf mf csetblk --blk 0 -d 1122334444204403A1A2A3A4A5A6A7A8
|
||||
hf 14a info
|
||||
[+] UID: 11 22 33 44
|
||||
[+] ATQA: 03 44
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue