資源簡介
pn532軟件集
包涵驅動以及大量軟件
1.mfocGUI
2.NFC上位機
3.驅動
4.mfcuk
5.上位機
等等
適用于各Windows平臺
代碼片段和文件信息
#!/usr/bin/python
‘‘‘
#?Andrei?Costin??2011
#?pm3_eml2mfd.py
#?Converts?PM3?Mifare?Classic?emulator?EML?text?file?to?MFD?binary?dump?file
‘‘‘
from?__future__?import?with_statement
import?sys
import?binascii
def?main(argv):
????argc?=?len(argv)
????if?argc?3:
????????print?‘Usage:‘?argv[0]?‘input.eml?output.mfd‘
????????sys.exit(1)
????
????with?file(argv[1]?“r“)?as?file_inp?file(argv[2]?“wb“)?as?file_out:
????????for?line?in?file_inp:
????????????line?=?line.rstrip(‘\n‘).rstrip(‘\r‘)
????????????print?line
????????????data?=?binascii.unhexlify(line)
????????????file_out.write(data)
if?__name__?==?‘__main__‘:
????main(sys.argv)
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-12-05?22:32??pn532\
?????目錄???????????0??2018-01-10?22:33??pn532\NFC上位機\
?????文件?????7034880??2018-01-10?21:56??pn532\NFC上位機\NFC_上位機.exe
?????目錄???????????0??2018-12-05?19:40??pn532\NFC上位機\keys\
?????文件??????????96??2018-12-05?20:15??pn532\NFC上位機\keys\a1d41359b.dump
?????文件??????????96??2018-01-23?20:24??pn532\NFC上位機\keys\a9d733d90.dump
?????文件??????????96??2018-12-05?20:15??pn532\NFC上位機\keys\b1d41359b.dump
?????文件??????????96??2018-01-23?20:24??pn532\NFC上位機\keys\b9d733d90.dump
?????文件?????????128??2018-12-05?19:40??pn532\NFC上位機\register.dx
?????文件?????1891840??2018-01-10?21:56??pn532\NFC上位機\注冊器無時間限制版.exe
?????文件????????1024??2018-01-10?21:55??pn532\NFC上位機\空卡.dump
?????文件?????????250??2018-01-10?21:55??pn532\NFC上位機\說明-先注冊再打開上位機.txt
?????文件?????2951609??2018-12-05?19:38??pn532\NFC上位機.rar
?????目錄???????????0??2017-04-17?20:07??pn532\PL-2303驅動\
?????文件?????3148793??2012-08-03?12:31??pn532\PL-2303驅動\PL-2303?Driver?Installer(win7-win10).exe
?????文件?????1699559??2005-08-04?03:12??pn532\PL-2303驅動\PL-2303?Driver?Installer(xp).exe
?????文件??????????62??2015-11-26?19:24??pn532\PL-2303驅動\關于win8-win10驅動.txt
?????文件?????3715135??2018-12-05?19:38??pn532\PL-2303驅動.rar
?????文件??????847628??2018-12-05?19:54??pn532\PN532-mfoc-mfcuk(www.greenxf.com).zip
?????目錄???????????0??2018-12-05?19:53??pn532\PN532-mfoc-mfcuk-GUI?by?蛐蛐V2.0\
?????文件?????????246??2017-04-18?23:07??pn532\PN532-mfoc-mfcuk-GUI?by?蛐蛐V2.0\11684.COM.url
?????文件???????38400??2017-05-01?11:00??pn532\PN532-mfoc-mfcuk-GUI?by?蛐蛐V2.0\PN532破解全加密GUI?by?(蛐蛐V2.0).exe
?????目錄???????????0??2017-05-01?11:28??pn532\PN532-mfoc-mfcuk-GUI?by?蛐蛐V2.0\data\
?????目錄???????????0??2017-05-01?11:28??pn532\PN532-mfoc-mfcuk-GUI?by?蛐蛐V2.0\data\logs_proxmark3\
?????文件????????2968??2016-11-09?22:03??pn532\PN532-mfoc-mfcuk-GUI?by?蛐蛐V2.0\data\logs_proxmark3\trace1.txt
?????文件????????6249??2016-11-09?22:03??pn532\PN532-mfoc-mfcuk-GUI?by?蛐蛐V2.0\data\logs_proxmark3\trace2.txt
?????文件????????1222??2016-11-09?22:03??pn532\PN532-mfoc-mfcuk-GUI?by?蛐蛐V2.0\data\logs_proxmark3\trace3.txt
?????目錄???????????0??2017-05-01?11:28??pn532\PN532-mfoc-mfcuk-GUI?by?蛐蛐V2.0\data\tmpls_fingerprints\
?????文件????????8192??2016-11-09?22:03??pn532\PN532-mfoc-mfcuk-GUI?by?蛐蛐V2.0\data\tmpls_fingerprints\mfcuk_tmpl_oyster.mfd
?????文件????????8192??2016-11-09?22:03??pn532\PN532-mfoc-mfcuk-GUI?by?蛐蛐V2.0\data\tmpls_fingerprints\mfcuk_tmpl_ratb.mfd
?????文件????????8192??2016-11-09?22:03??pn532\PN532-mfoc-mfcuk-GUI?by?蛐蛐V2.0\data\tmpls_fingerprints\mfcuk_tmpl_skgt.mfd
............此處省略175個文件信息
評論
共有 條評論