文件名称:sn号的获取方法
文件大小:9KB
文件格式:XLSX
更新时间:2021-04-18 11:06:09
SN Password
sn号的获取方法 def findDevs(): foundDevs = discover_devices(lookup_names=True) for (addr, name) in foundDevs: if addr not in alreadyFound: print "[*] Found Bluetooth Device : " + str(name) print "[+] MAC address : " + str(addr) alreadyFound.append(addr)