mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
text
This commit is contained in:
parent
17bfed94da
commit
3ea655c86d
5 changed files with 5 additions and 5 deletions
|
@ -914,7 +914,7 @@ int CmdHF14ASim(const char *Cmd) {
|
|||
int CmdHF14ASniff(const char *Cmd) {
|
||||
CLIParserContext *ctx;
|
||||
CLIParserInit(&ctx, "hf 14a sniff",
|
||||
"Sniff the communication between Hitag reader and tag.\n"
|
||||
"Sniff the communication between reader and tag\n"
|
||||
"Use `hf 14a list` to view collected data.",
|
||||
" hf 14a sniff -c -r"
|
||||
);
|
||||
|
|
|
@ -886,7 +886,7 @@ static int CmdHF14BSniff(const char *Cmd) {
|
|||
|
||||
CLIParserContext *ctx;
|
||||
CLIParserInit(&ctx, "hf 14b sniff",
|
||||
"Sniff the communication between reader and tag.\n"
|
||||
"Sniff the communication between reader and tag\n"
|
||||
"Use `hf 14b list` to view collected data.",
|
||||
"hf 14b sniff"
|
||||
);
|
||||
|
|
|
@ -80,7 +80,7 @@ static int CmdHFCryptoRFSim(const char *Cmd) {
|
|||
static int CmdHFCryptoRFSniff(const char *Cmd) {
|
||||
CLIParserContext *ctx;
|
||||
CLIParserInit(&ctx, "hf cryptorf sniff",
|
||||
"Sniff the communication reader and tag",
|
||||
"Sniff the communication between reader and tag",
|
||||
"hf cryptorf sniff\n"
|
||||
);
|
||||
|
||||
|
|
|
@ -711,7 +711,7 @@ static int CmdHFiClassSniff(const char *Cmd) {
|
|||
|
||||
CLIParserContext *ctx;
|
||||
CLIParserInit(&ctx, "hf iclass sniff",
|
||||
"Sniff the communication reader and tag",
|
||||
"Sniff the communication between reader and tag",
|
||||
"hf iclass sniff\n"
|
||||
"hf iclass sniff -j --> jam e-purse updates\n"
|
||||
);
|
||||
|
|
|
@ -1854,7 +1854,7 @@ static int CmdLFHitagSim(const char *Cmd) {
|
|||
static int CmdLFHitagSniff(const char *Cmd) {
|
||||
CLIParserContext *ctx;
|
||||
CLIParserInit(&ctx, "lf hitag sniff",
|
||||
"Sniff the communication between reader and tag.\n"
|
||||
"Sniff the communication between reader and tag\n"
|
||||
"Use `lf hitag list` to view collected data.",
|
||||
" lf hitag sniff"
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue