diff --git a/armsrc/Standalone/hf_14asniff.c b/armsrc/Standalone/hf_14asniff.c index 56a7c0cab..cd4c10c97 100644 --- a/armsrc/Standalone/hf_14asniff.c +++ b/armsrc/Standalone/hf_14asniff.c @@ -37,8 +37,8 @@ * 2. trace load trace.trc * Loads trace data from a file into PC-side buffers. * - * 3. For ISO14a: trace list 14a 1 - * For MIFARE Classic: trace list mf 1 + * 3. For ISO14a: trace list -t 14a -1 + * For MIFARE Classic: trace list -t mf -1 * * Lists trace data from buffer without requesting it from PM3. * diff --git a/armsrc/hitag2.c b/armsrc/hitag2.c index 07feb80e0..72211b037 100644 --- a/armsrc/hitag2.c +++ b/armsrc/hitag2.c @@ -1897,7 +1897,7 @@ void ReaderHitag(hitag_function htf, hitag_data *htd) { LogTrace(rx, nbytes(rxlen), response_start, response_start + response_duration, NULL, false); -// TODO when using cumulative time for command_start, pm3 doesn't reply anymore, e.g. on lf hitag read 23 4F4E4D494B52 +// TODO when using cumulative time for command_start, pm3 doesn't reply anymore, e.g. on lf hitag reader --23 -k 4F4E4D494B52 // Use delta time? // command_start = response_start + response_duration; command_start = 0; diff --git a/client/src/cmdhf14b.c b/client/src/cmdhf14b.c index ebce7126a..45777fdce 100644 --- a/client/src/cmdhf14b.c +++ b/client/src/cmdhf14b.c @@ -263,7 +263,7 @@ static int CmdHF14BSniff(const char *Cmd) { WaitForResponse(CMD_HF_ISO14443B_SNIFF, &resp); PrintAndLogEx(HINT, "Try `" _YELLOW_("hf 14b list") "` to view captured tracelog"); - PrintAndLogEx(HINT, "Try `" _YELLOW_("trace save h") "` to save tracelog for later analysing"); + PrintAndLogEx(HINT, "Try `" _YELLOW_("trace save -h") "` to save tracelog for later analysing"); return PM3_SUCCESS; } diff --git a/client/src/cmdhf15.c b/client/src/cmdhf15.c index cf083332c..6c3a854fb 100644 --- a/client/src/cmdhf15.c +++ b/client/src/cmdhf15.c @@ -954,7 +954,7 @@ static int CmdHF15Sniff(const char *Cmd) { WaitForResponse(CMD_HF_ISO15693_SNIFF, &resp); PrintAndLogEx(HINT, "Try `" _YELLOW_("hf 15 list") "` to view captured tracelog"); - PrintAndLogEx(HINT, "Try `" _YELLOW_("trace save h") "` to save tracelog for later analysing"); + PrintAndLogEx(HINT, "Try `" _YELLOW_("trace save -h") "` to save tracelog for later analysing"); return PM3_SUCCESS; } diff --git a/client/src/cmdhffelica.c b/client/src/cmdhffelica.c index 7a576c946..d2ce89fa6 100644 --- a/client/src/cmdhffelica.c +++ b/client/src/cmdhffelica.c @@ -1935,7 +1935,7 @@ static int CmdHFFelicaDumpLite(const char *Cmd) { iceman 2021, Why does this command say it dumps a FeliCa lite card and then tries to print a trace?!? - Is this a trace list or a feclia dump cmd? + Is this a trace list or a FeliCa dump cmd? */ diff --git a/doc/cloner_notes.md b/doc/cloner_notes.md index 77edc244b..78f7b360e 100644 --- a/doc/cloner_notes.md +++ b/doc/cloner_notes.md @@ -79,4 +79,4 @@ lf t55xx sniff -1 It uses the existing `lf sniff` command to collect the data, so setting that first as per normal sniffing is recommended. Once you have a sniff, you can "re-sniff" from the stored sniffed data and try different settings, if you think the data is not clean. -As normal, the cloner may write data past the end of the 40K sample buffer. So using the `lf config s ` then re-run the sniff to see if there is more data. \ No newline at end of file +As normal, the cloner may write data past the end of the 40K sample buffer. So using the `lf config -s ` then re-run the sniff to see if there is more data. \ No newline at end of file diff --git a/doc/magic_cards_notes.md b/doc/magic_cards_notes.md index dc3a5f564..8e1edbaac 100644 --- a/doc/magic_cards_notes.md +++ b/doc/magic_cards_notes.md @@ -195,7 +195,7 @@ hf mf csetuid -u 11223344 -a 0044 -s 18 ``` ``` -script run run hf_mf_magicrevive +script run hf_mf_magicrevive ``` To execute commands manually: @@ -499,9 +499,9 @@ BCC1 Int LCK0 LCK1 UID is made of SN0..SN6 bytes -Computing BCC0 on UID 04112233445566: `analyse lcr 88041122` = `bf` +Computing BCC0 on UID 04112233445566: `analyse lcr -d 88041122` = `bf` -Computing BCC1 on UID 04112233445566: `analyse lcr 33445566` = `44` +Computing BCC1 on UID 04112233445566: `analyse lcr -d 33445566` = `44` Int is internal, typically 0x48 @@ -538,7 +538,7 @@ When "soft-bricked" (by writing invalid data in block0), these ones may help: ``` hf 14a config -h -script run run hf_mf_magicrevive -u +script run hf_mf_magicrevive -u ``` ## MIFARE Ultralight DirectWrite diff --git a/tools/hitag2crack/README.md b/tools/hitag2crack/README.md index 2d38de395..72fd6baa6 100644 --- a/tools/hitag2crack/README.md +++ b/tools/hitag2crack/README.md @@ -167,7 +167,7 @@ response pairs for the same tag UID. **TODO** will be ht2 sim or sniff with actual tag ? ``` -pm3 --> lf hitag sniff l +pm3 --> lf hitag sniff ``` It creates a file `Hitag2____collection.txt`. @@ -184,7 +184,7 @@ Attack 4 requires the same information as attack 3, but only 16-32 encrypted nonce and challenge response pairs are required. ``` -pm3 --> lf hitag sniff l +pm3 --> lf hitag sniff ``` It creates a file `Hitag2____collection.txt`.