mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
text
This commit is contained in:
parent
4b92118f1f
commit
eecdad7ac8
2 changed files with 6 additions and 8 deletions
|
@ -2399,14 +2399,13 @@ static int CmdHFiClassCreditEpurse(const char *Cmd) {
|
||||||
"Credit the epurse on an iCLASS tag. The provided key must be the credit key.\n"
|
"Credit the epurse on an iCLASS tag. The provided key must be the credit key.\n"
|
||||||
"The first two bytes of the epurse are the debit value (big endian) and may be any value except FFFF.\n"
|
"The first two bytes of the epurse are the debit value (big endian) and may be any value except FFFF.\n"
|
||||||
"The remaining two bytes of the epurse are the credit value and must be smaller than the previous value.",
|
"The remaining two bytes of the epurse are the credit value and must be smaller than the previous value.",
|
||||||
"hf iclass creditepurse -d FEFFFFFF -k 001122334455667B\n"
|
"hf iclass creditepurse --ki 0 -d FEFFFEFF");
|
||||||
"hf iclass creditepurse -d FEFFFFFF --ki 0");
|
|
||||||
|
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
arg_param_begin,
|
arg_param_begin,
|
||||||
arg_str0("k", "key", "<hex>", "Credit key as 8 hex bytes"),
|
arg_str0("k", "key", "<hex>", "Credit key as 8 hex bytes"),
|
||||||
arg_int0(NULL, "ki", "<dec>", "Key index to select key from memory 'hf iclass managekeys'"),
|
arg_int0(NULL, "ki", "<dec>", "Key index to select key from memory 'hf iclass managekeys'"),
|
||||||
arg_str1("d", "data", "<hex>", "data to write as 8 hex bytes"),
|
arg_str1("d", "data", "<hex>", "data to write as 4 hex bytes"),
|
||||||
arg_lit0(NULL, "elite", "elite computations applied to key"),
|
arg_lit0(NULL, "elite", "elite computations applied to key"),
|
||||||
arg_lit0(NULL, "raw", "no computations applied to key"),
|
arg_lit0(NULL, "raw", "no computations applied to key"),
|
||||||
arg_lit0("v", "verbose", "verbose output"),
|
arg_lit0("v", "verbose", "verbose output"),
|
||||||
|
|
|
@ -3285,15 +3285,14 @@
|
||||||
"command": "hf iclass creditepurse",
|
"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.",
|
"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": [
|
"notes": [
|
||||||
"hf iclass creditepurse -d FEFFFFFF -k 001122334455667B",
|
"hf iclass creditepurse --ki 0 -d FEFFFEFF"
|
||||||
"hf iclass creditepurse -d FEFFFFFF --ki 0"
|
|
||||||
],
|
],
|
||||||
"offline": false,
|
"offline": false,
|
||||||
"options": [
|
"options": [
|
||||||
"-h, --help This help",
|
"-h, --help This help",
|
||||||
"-k, --key <hex> Credit key as 8 hex bytes",
|
"-k, --key <hex> Credit key as 8 hex bytes",
|
||||||
"--ki <dec> Key index to select key from memory 'hf iclass managekeys'",
|
"--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",
|
"--elite elite computations applied to key",
|
||||||
"--raw no computations applied to key",
|
"--raw no computations applied to key",
|
||||||
"-v, --verbose verbose output",
|
"-v, --verbose verbose output",
|
||||||
|
@ -13355,6 +13354,6 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"commands_extracted": 767,
|
"commands_extracted": 767,
|
||||||
"extracted_by": "PM3Help2JSON v1.00",
|
"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