mirror of
https://github.com/Proxmark/proxmark3.git
synced 2026-03-02 05:34:48 +08:00
Updated Generic ISO15693 Ops (markdown)
parent
9191c4b6f9
commit
2cf928cac3
1 changed files with 26 additions and 1 deletions
|
|
@ -1,4 +1,29 @@
|
|||
## # ISO 15693
|
||||
### Introduction
|
||||
Commands related to generic ISO 15693 cards can be invoked from the "hf 15" and "hf 15 cmd" command subtree.
|
||||
|
||||
```ruby
|
||||
proxmark3> hf 15
|
||||
help This help
|
||||
demod Demodulate ISO15693 from tag
|
||||
read Read HF tag (ISO 15693)
|
||||
record Record Samples (ISO 15693)
|
||||
reader Act like an ISO15693 reader
|
||||
sim Fake an ISO15693 tag
|
||||
cmd Send direct commands to ISO15693 tag
|
||||
findafi Brute force AFI of an ISO15693 tag
|
||||
dumpmemory Read all memory pages of an ISO15693 tag
|
||||
```
|
||||
```ruby
|
||||
proxmark3> hf 15 cmd
|
||||
help This Help
|
||||
inquiry Search for tags in range
|
||||
read Read a block
|
||||
write Write a block
|
||||
readmulti Reads multiple Blocks
|
||||
sysinfo Get Card Information
|
||||
raw Send raw hex data to tag
|
||||
debug Turn debugging on/off
|
||||
```
|
||||
|
||||
### Some usage examples:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue