mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
text
This commit is contained in:
parent
4b92118f1f
commit
eecdad7ac8
2 changed files with 6 additions and 8 deletions
|
@ -3285,15 +3285,14 @@
|
|||
"command": "hf iclass creditepurse",
|
||||
"description": "Credit the epurse on an iCLASS tag. The provided key must be the credit key. The first two bytes of the epurse are the debit value (big endian) and may be any value except FFFF. The remaining two bytes of the epurse are the credit value and must be smaller than the previous value.",
|
||||
"notes": [
|
||||
"hf iclass creditepurse -d FEFFFFFF -k 001122334455667B",
|
||||
"hf iclass creditepurse -d FEFFFFFF --ki 0"
|
||||
"hf iclass creditepurse --ki 0 -d FEFFFEFF"
|
||||
],
|
||||
"offline": false,
|
||||
"options": [
|
||||
"-h, --help This help",
|
||||
"-k, --key <hex> Credit key as 8 hex bytes",
|
||||
"--ki <dec> Key index to select key from memory 'hf iclass managekeys'",
|
||||
"-d, --data <hex> data to write as 8 hex bytes",
|
||||
"-d, --data <hex> data to write as 4 hex bytes",
|
||||
"--elite elite computations applied to key",
|
||||
"--raw no computations applied to key",
|
||||
"-v, --verbose verbose output",
|
||||
|
@ -13355,6 +13354,6 @@
|
|||
"metadata": {
|
||||
"commands_extracted": 767,
|
||||
"extracted_by": "PM3Help2JSON v1.00",
|
||||
"extracted_on": "2025-05-24T19:13:03"
|
||||
"extracted_on": "2025-05-25T12:38:36"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue