mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 18:33:18 +08:00
7 lines
95 B
Python
7 lines
95 B
Python
|
#!/usr/bin/env python3
|
||
|
|
||
|
import pm3
|
||
|
p=pm3.pm3()
|
||
|
p.console("hw status")
|
||
|
print("Device:", p.name)
|