diff --git a/Generic-ISO15693-Ops.md b/Generic-ISO15693-Ops.md index 856fb47..dd73987 100644 --- a/Generic-ISO15693-Ops.md +++ b/Generic-ISO15693-Ops.md @@ -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: