43 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# FZ - iButton
{{#include ../../../banners/hacktricks-training.md}}
## 介绍
有关iButton的更多信息请查看
{{#ref}}
../ibutton.md
{{#endref}}
## 设计
下图中的**蓝色**部分是您需要**放置真实iButton**的位置以便Flipper可以**读取它。** **绿色**部分是您需要用Flipper Zero**接触读卡器**以**正确模拟iButton**的位置。
<figure><img src="../../../images/image (565).png" alt=""><figcaption></figcaption></figure>
## 操作
### 读取
在读取模式下Flipper等待iButton密钥接触并能够处理三种类型的密钥**Dallas, Cyfral, 和 Metakom**。Flipper将**自动识别密钥类型**。密钥协议的名称将显示在ID号码上方的屏幕上。
### 手动添加
可以**手动添加**类型为:**Dallas, Cyfral, 和 Metakom**的iButton。
### **模拟**
可以**模拟**已保存的iButton读取或手动添加
> [!NOTE]
> 如果您无法使Flipper Zero的预期接触点接触读卡器您可以**使用外部GPIO**
<figure><img src="../../../images/image (138).png" alt=""><figcaption></figcaption></figure>
## 参考
- [https://blog.flipperzero.one/taming-ibutton/](https://blog.flipperzero.one/taming-ibutton/)
{{#include ../../../banners/hacktricks-training.md}}