mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-14 17:13:05 -07:00
6 lines
95 B
Python
Executable file
6 lines
95 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
import pm3
|
|
p=pm3.pm3()
|
|
p.console("hw status")
|
|
print("Device:", p.name)
|