Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
RFIDIOt — 用于探索 RFID/NFC 标签和读卡器的 Python 库与工具:可对受支持的 ACG 串行硬件进行读取、写入、克隆和分析,以供研究和安全测试使用。 | Kitploit
工具/GitHubGitHub/adamlaurie/rfidiot
嵌入式系统安全物联网安全RFID/NFC工具无线安全硬件黑客硬件安全硬件与物联网安全
GitHubadamlaurie/rfidiot

RFIDIOt

用于探索 RFID/NFC 标签和读卡器的 Python 库与工具:可对受支持的 ACG 串行硬件进行读取、写入、克隆和分析,以供研究和安全测试使用。

查看仓库
1.1k2421年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
网站

/* RFIDIOt.py - RFID IO tools for python *

  • Adam Laurie [email protected]
  • http://rfidiot.org/
  • This code is free software; you can redistribute it and/or modify
  • it under the terms of the GNU General Public License as published by
  • the Free Software Foundation; either version 2 of the License, or
  • (at your option) any later version.
  • This code is distributed in the hope that it will be useful,
  • but WITHOUT ANY WARRANTY; without even the implied warranty of
  • MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  • GNU General Public License for more details. */

版权所有 (c) 2006-2011 Adam Laurie [email protected]

q: 什么是 RFIDIOt? a: 一套用于探索 RFID 技术的工具和库集合,使用 python 编写。

q: 为什么叫 RFIDIOt? a: 我喜欢搞笑的双关语。而且,我是以一个傻瓜的视角来做这件事的: 我对 RFID 标签一无所知,对 python 更是知之甚少。因此,刚开始时我感到 自己完全是个傻瓜。:)

q: 我怎样才能做出贡献? a: 给我发补丁、信息、新工具、咖啡、钱、药物和/或一首 Miles Davis 的歌 :)

q: 支持哪些硬件? a: 目前它可以配合 ACG 串口读卡器使用。我使用的是 CF 卡型号, 但将串口改为 /dev/ttyUSB0 后,它应该也能用于 USB 版本。 更多详情请参见这里:

http://www.acg.de

q: 那么这里到底有什么? a: 请参见 http://www.rfidiot.org/documentation.html

下载工具