mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Fudan FM11R08* full-card recovery script; with Bambu tag support
This commit is contained in:
parent
e544bbc2a7
commit
3e1c21ac83
2 changed files with 943 additions and 1 deletions
|
@ -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 " +
|
||||
color(f"{seconds:2}", fg="yellow") + " seconds -----------")
|
||||
|
||||
return (found_keys, data)
|
||||
return {'keyfile':keyfile, 'found_keys':found_keys, 'dumpfile':dumpfile, 'data':data}
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue