mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
cmdhficlass: expand sam examples
This commit is contained in:
parent
098e3765c0
commit
97aa1ff598
1 changed files with 2 additions and 0 deletions
|
@ -5399,6 +5399,8 @@ static int CmdHFiClassSAM(const char *Cmd) {
|
||||||
CLIParserInit(&ctx, "hf iclass sam",
|
CLIParserInit(&ctx, "hf iclass sam",
|
||||||
"Extract PACS via a HID SAM\n",
|
"Extract PACS via a HID SAM\n",
|
||||||
"hf iclass sam\n"
|
"hf iclass sam\n"
|
||||||
|
"hf iclass sam -p -d a005a103800104 -> get PACS data, but ensure that epurse will stay unchanged\n"
|
||||||
|
"hf iclass sam --break-on-nr-mac -> get Nr-MAC for extracting encrypted SIO\n"
|
||||||
);
|
);
|
||||||
|
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue