File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -364,19 +364,19 @@ def main():
364364 Examples:
365365
366366 - Collect 1000 challenges and use 4 threads for cracking:
367- $ pm3 -y 'ulcg -t 4'
367+ $ pm3 -y 'mfulc_counterfeit_recovery -t 4'
368368 or, from the client:
369- pm3 --> script run ulcg -t 4
369+ pm3 --> script run mfulc_counterfeit_recovery -t 4
370370
371371 - Collect 1000 challenges and save them in a file for later offline processing:
372- $ pm3 -y 'ulcg -j challenges.json'
372+ $ pm3 -y 'mfulc_counterfeit_recovery -j challenges.json'
373373 or, from the client:
374- pm3 --> script run ulcg -j challenges.json
374+ pm3 --> script run mfulc_counterfeit_recovery -j challenges.json
375375
376376 - Recover key from previously collected challenges (doesn't require the Proxmark3 client):
377- $ python3 ulcg .py -j challenges.json -o -t 4
377+ $ python3 mfulc_counterfeit_recovery .py -j challenges.json -o -t 4
378378 or, nevertheless from the client:
379- pm3 --> script run ulcg -j challenges.json -o -t 4
379+ pm3 --> script run mfulc_counterfeit_recovery -j challenges.json -o -t 4
380380 """
381381 parser = argparse .ArgumentParser (
382382 description = main .__doc__ ,
You can’t perform that action at this time.
0 commit comments