mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
pm3_console() in Python/Lua/C: replace passthru by capture and quiet
This commit is contained in:
parent
57ec287ab0
commit
de96479d80
16 changed files with 4341 additions and 4193 deletions
|
@ -538,7 +538,7 @@ if args.final_check:
|
|||
cmd = f"hf mf fchk -f keys_{uid:08x}.dic --no-default --dump"
|
||||
if args.debug:
|
||||
print(cmd)
|
||||
p.console(cmd, passthru=True)
|
||||
p.console(cmd, capture=False, quiet=False)
|
||||
else:
|
||||
print()
|
||||
print(plus + color("found keys:", fg="green"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue