mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Merge pull request #2613 from csBlueChip/master
Fudan FM11R08* full-card recovery script; with Bambu tag support
This commit is contained in:
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 " +
|
||||
color(f"{seconds:2}", fg="yellow") + " seconds -----------")
|
||||
|
||||
return (found_keys, data)
|
||||
return {'keyfile':keyfile, 'found_keys':found_keys, 'dumpfile':dumpfile, 'data':data}
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user