Skip to content

Commit c7b4848

Browse files
committed
rename ulcg
1 parent 2a0c4e8 commit c7b4848

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

client/pyscripts/ulcg.py renamed to client/pyscripts/mfulc_counterfeit_recovery.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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__,

0 commit comments

Comments
 (0)