mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
add doc
This commit is contained in:
parent
8a63b33561
commit
7622a60111
1 changed files with 29 additions and 0 deletions
|
@ -120,6 +120,35 @@ select it with display output in raw and tlv views options
|
|||
```hf cipurse delete --aid 4144204631 --chfid 0102```
|
||||
|
||||
|
||||
### How read file
|
||||
^[Top](#top)
|
||||
|
||||
with default key and aid
|
||||
```hf cipurse read --fid 0102```
|
||||
|
||||
with default key and specified aid
|
||||
```hf cipurse read --aid a0000005070100```
|
||||
|
||||
with default key and aid without authentication
|
||||
```hf cipurse read --fid 0102 --no-auth```
|
||||
|
||||
|
||||
### How write file
|
||||
^[Top](#top)
|
||||
|
||||
with default key and aid
|
||||
```hf cipurse read --fid 0102 -d abbbccdd```
|
||||
|
||||
with default key and specified aid
|
||||
```hf cipurse read --aid a0000005070100 -d abbbccdd```
|
||||
|
||||
with default key and aid without authentication
|
||||
```hf cipurse read --fid 0102 -d abbbccdd --no-auth```
|
||||
|
||||
with default key and aid, perform commit (works for files with transactions mechanism switched on)
|
||||
```hf cipurse read --fid 0102 -d abbbccdd --commit```
|
||||
|
||||
|
||||
### How to personalize card
|
||||
^[Top](#top)
|
||||
|
||||
|
|
Loading…
Reference in a new issue