mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-23 04:40:07 +08:00
6 lines
104 B
Python
Executable file
6 lines
104 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
import pm3
|
|
p=pm3.device()
|
|
p.console("hw status")
|
|
print("Device:", p.get_name())
|