This commit is contained in:
iceman1001 2024-09-15 13:16:35 +02:00
commit 32058894ea
3 changed files with 6 additions and 21 deletions

View file

@ -273,7 +273,6 @@ const static vocabulary_t vocabulary[] = {
{ 0, "hf iclass reader" }, { 0, "hf iclass reader" },
{ 0, "hf iclass restore" }, { 0, "hf iclass restore" },
{ 0, "hf iclass sniff" }, { 0, "hf iclass sniff" },
{ 0, "hf iclass spoof" },
{ 1, "hf iclass view" }, { 1, "hf iclass view" },
{ 0, "hf iclass wrbl" }, { 0, "hf iclass wrbl" },
{ 0, "hf iclass creditepurse" }, { 0, "hf iclass creditepurse" },

View file

@ -1384,7 +1384,7 @@
}, },
"hf 14a sniff": { "hf 14a sniff": {
"command": "hf 14a sniff", "command": "hf 14a sniff",
"description": "Sniff the communication between Hitag reader and tag. Use `hf 14a list` to view collected data.", "description": "Sniff the communication between reader and tag Use `hf 14a list` to view collected data.",
"notes": [ "notes": [
"hf 14a sniff -c -r" "hf 14a sniff -c -r"
], ],
@ -1598,7 +1598,7 @@
}, },
"hf 14b sniff": { "hf 14b sniff": {
"command": "hf 14b sniff", "command": "hf 14b sniff",
"description": "Sniff the communication between reader and tag. Use `hf 14b list` to view collected data.", "description": "Sniff the communication between reader and tag Use `hf 14b list` to view collected data.",
"notes": [ "notes": [
"hf 14b sniff" "hf 14b sniff"
], ],
@ -3605,7 +3605,7 @@
}, },
"hf iclass sniff": { "hf iclass sniff": {
"command": "hf iclass sniff", "command": "hf iclass sniff",
"description": "Sniff the communication reader and tag", "description": "Sniff the communication between reader and tag",
"notes": [ "notes": [
"hf iclass sniff", "hf iclass sniff",
"hf iclass sniff -j -> jam e-purse updates" "hf iclass sniff -j -> jam e-purse updates"
@ -3617,19 +3617,6 @@
], ],
"usage": "hf iclass sniff [-hj]" "usage": "hf iclass sniff [-hj]"
}, },
"hf iclass spoof": {
"command": "hf iclass spoof",
"description": "Watch 'nd Spoof, activates reader Waits until a Picopass tag gets presented then Proxmark3 tries to dump it and then starts simulating",
"notes": [
"hf iclass spoof"
],
"offline": false,
"options": [
"-h, --help This help",
"-v, --verbose Verbose output"
],
"usage": "hf iclass spoof [-hv]"
},
"hf iclass view": { "hf iclass view": {
"command": "hf iclass view", "command": "hf iclass view",
"description": "Print a iCLASS tag dump file (bin/eml/json)", "description": "Print a iCLASS tag dump file (bin/eml/json)",
@ -9886,7 +9873,7 @@
}, },
"lf hitag sniff": { "lf hitag sniff": {
"command": "lf hitag sniff", "command": "lf hitag sniff",
"description": "Sniff the communication between reader and tag. Use `lf hitag list` to view collected data.", "description": "Sniff the communication between reader and tag Use `lf hitag list` to view collected data.",
"notes": [ "notes": [
"lf hitag sniff" "lf hitag sniff"
], ],
@ -12915,8 +12902,8 @@
} }
}, },
"metadata": { "metadata": {
"commands_extracted": 745, "commands_extracted": 744,
"extracted_by": "PM3Help2JSON v1.00", "extracted_by": "PM3Help2JSON v1.00",
"extracted_on": "2024-09-14T18:53:04" "extracted_on": "2024-09-15T09:53:32"
} }
} }

View file

@ -396,7 +396,6 @@ Check column "offline" for their availability.
|`hf iclass reader `|N |`Act like a Picopass / iCLASS reader` |`hf iclass reader `|N |`Act like a Picopass / iCLASS reader`
|`hf iclass restore `|N |`Restore a dump file onto a Picopass / iCLASS tag` |`hf iclass restore `|N |`Restore a dump file onto a Picopass / iCLASS tag`
|`hf iclass sniff `|N |`Eavesdrop Picopass / iCLASS communication` |`hf iclass sniff `|N |`Eavesdrop Picopass / iCLASS communication`
|`hf iclass spoof `|N |`Watches for Picopass and replays them`
|`hf iclass view `|Y |`Display content from tag dump file` |`hf iclass view `|Y |`Display content from tag dump file`
|`hf iclass wrbl `|N |`Write Picopass / iCLASS block` |`hf iclass wrbl `|N |`Write Picopass / iCLASS block`
|`hf iclass creditepurse `|N |`Credit epurse value` |`hf iclass creditepurse `|N |`Credit epurse value`