mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
python script: making Fluke8 pleased
This commit is contained in:
parent
917427cb8c
commit
d0bd3266f2
2 changed files with 729 additions and 691 deletions
File diff suppressed because it is too large
Load diff
|
@ -623,7 +623,7 @@ def recovery(init_check=False, final_check=False, keep=False, debug=False, suppl
|
||||||
show("---- TOTAL: " + color(f"{minutes:2}", fg="yellow") + " minutes " +
|
show("---- TOTAL: " + color(f"{minutes:2}", fg="yellow") + " minutes " +
|
||||||
color(f"{seconds:2}", fg="yellow") + " seconds -----------")
|
color(f"{seconds:2}", fg="yellow") + " seconds -----------")
|
||||||
|
|
||||||
return {'keyfile':keyfile, 'found_keys':found_keys, 'dumpfile':dumpfile, 'data':data}
|
return {'keyfile': keyfile, 'found_keys': found_keys, 'dumpfile': dumpfile, 'data': data}
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue