Skip to content

Commit 3205889

Browse files
committed
style
1 parent 3ea655c commit 3205889

File tree

3 files changed

+6
-21
lines changed

3 files changed

+6
-21
lines changed

client/src/pm3line_vocabulary.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ const static vocabulary_t vocabulary[] = {
273273
{ 0, "hf iclass reader" },
274274
{ 0, "hf iclass restore" },
275275
{ 0, "hf iclass sniff" },
276-
{ 0, "hf iclass spoof" },
277276
{ 1, "hf iclass view" },
278277
{ 0, "hf iclass wrbl" },
279278
{ 0, "hf iclass creditepurse" },

doc/commands.json

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@
13841384
},
13851385
"hf 14a sniff": {
13861386
"command": "hf 14a sniff",
1387-
"description": "Sniff the communication between Hitag reader and tag. Use `hf 14a list` to view collected data.",
1387+
"description": "Sniff the communication between reader and tag Use `hf 14a list` to view collected data.",
13881388
"notes": [
13891389
"hf 14a sniff -c -r"
13901390
],
@@ -1598,7 +1598,7 @@
15981598
},
15991599
"hf 14b sniff": {
16001600
"command": "hf 14b sniff",
1601-
"description": "Sniff the communication between reader and tag. Use `hf 14b list` to view collected data.",
1601+
"description": "Sniff the communication between reader and tag Use `hf 14b list` to view collected data.",
16021602
"notes": [
16031603
"hf 14b sniff"
16041604
],
@@ -3605,7 +3605,7 @@
36053605
},
36063606
"hf iclass sniff": {
36073607
"command": "hf iclass sniff",
3608-
"description": "Sniff the communication reader and tag",
3608+
"description": "Sniff the communication between reader and tag",
36093609
"notes": [
36103610
"hf iclass sniff",
36113611
"hf iclass sniff -j -> jam e-purse updates"
@@ -3617,19 +3617,6 @@
36173617
],
36183618
"usage": "hf iclass sniff [-hj]"
36193619
},
3620-
"hf iclass spoof": {
3621-
"command": "hf iclass spoof",
3622-
"description": "Watch 'nd Spoof, activates reader Waits until a Picopass tag gets presented then Proxmark3 tries to dump it and then starts simulating",
3623-
"notes": [
3624-
"hf iclass spoof"
3625-
],
3626-
"offline": false,
3627-
"options": [
3628-
"-h, --help This help",
3629-
"-v, --verbose Verbose output"
3630-
],
3631-
"usage": "hf iclass spoof [-hv]"
3632-
},
36333620
"hf iclass view": {
36343621
"command": "hf iclass view",
36353622
"description": "Print a iCLASS tag dump file (bin/eml/json)",
@@ -9886,7 +9873,7 @@
98869873
},
98879874
"lf hitag sniff": {
98889875
"command": "lf hitag sniff",
9889-
"description": "Sniff the communication between reader and tag. Use `lf hitag list` to view collected data.",
9876+
"description": "Sniff the communication between reader and tag Use `lf hitag list` to view collected data.",
98909877
"notes": [
98919878
"lf hitag sniff"
98929879
],
@@ -12915,8 +12902,8 @@
1291512902
}
1291612903
},
1291712904
"metadata": {
12918-
"commands_extracted": 745,
12905+
"commands_extracted": 744,
1291912906
"extracted_by": "PM3Help2JSON v1.00",
12920-
"extracted_on": "2024-09-14T18:53:04"
12907+
"extracted_on": "2024-09-15T09:53:32"
1292112908
}
1292212909
}

doc/commands.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ Check column "offline" for their availability.
396396
|`hf iclass reader `|N |`Act like a Picopass / iCLASS reader`
397397
|`hf iclass restore `|N |`Restore a dump file onto a Picopass / iCLASS tag`
398398
|`hf iclass sniff `|N |`Eavesdrop Picopass / iCLASS communication`
399-
|`hf iclass spoof `|N |`Watches for Picopass and replays them`
400399
|`hf iclass view `|Y |`Display content from tag dump file`
401400
|`hf iclass wrbl `|N |`Write Picopass / iCLASS block`
402401
|`hf iclass creditepurse `|N |`Credit epurse value`

0 commit comments

Comments
 (0)