hacktricks/todo/radio-hacking/flipper-zero/fz-ibutton.md

70 lines
3.6 KiB
Markdown
Raw Normal View History

2022-12-24 19:19:02 +00:00
# FZ - iButton
{% hint style="success" %}
Learn & practice AWS Hacking:<img src="/.gitbook/assets/arte.png" alt="" data-size="line">[**HackTricks Training AWS Red Team Expert (ARTE)**](https://training.hacktricks.xyz/courses/arte)<img src="/.gitbook/assets/arte.png" alt="" data-size="line">\
Learn & practice GCP Hacking: <img src="/.gitbook/assets/grte.png" alt="" data-size="line">[**HackTricks Training GCP Red Team Expert (GRTE)**<img src="/.gitbook/assets/grte.png" alt="" data-size="line">](https://training.hacktricks.xyz/courses/grte)
2022-12-24 19:19:02 +00:00
<details>
2022-12-24 19:19:02 +00:00
<summary>Support HackTricks</summary>
2024-01-02 18:28:27 +00:00
* Check the [**subscription plans**](https://github.com/sponsors/carlospolop)!
* **Join the** 💬 [**Discord group**](https://discord.gg/hRep4RUj7f) or the [**telegram group**](https://t.me/peass) or **follow** us on **Twitter** 🐦 [**@hacktricks\_live**](https://twitter.com/hacktricks\_live)**.**
* **Share hacking tricks by submitting PRs to the** [**HackTricks**](https://github.com/carlospolop/hacktricks) and [**HackTricks Cloud**](https://github.com/carlospolop/hacktricks-cloud) github repos.
2022-12-24 19:19:02 +00:00
</details>
{% endhint %}
2022-12-24 19:19:02 +00:00
## Intro
2022-12-24 23:50:44 +00:00
iButton에 대한 더 많은 정보는 다음을 확인하세요:
2022-12-24 23:50:44 +00:00
{% content-ref url="../ibutton.md" %}
[ibutton.md](../ibutton.md)
{% endcontent-ref %}
## Design
2022-12-24 19:19:02 +00:00
다음 이미지의 **파란색** 부분은 Flipper가 **읽을 수 있도록 실제 iButton을 어떻게 놓아야 하는지**입니다. **녹색** 부분은 Flipper Zero로 **리더에 접촉해야 하는 방법**입니다 **iButton을 올바르게 에뮬레이트**하기 위해서입니다.
2022-12-24 19:19:02 +00:00
<figure><img src="../../../.gitbook/assets/image (565).png" alt=""><figcaption></figcaption></figure>
2022-12-24 19:19:02 +00:00
## Actions
2022-12-24 19:19:02 +00:00
### Read
2022-12-24 19:19:02 +00:00
읽기 모드에서 Flipper는 iButton 키가 접촉하기를 기다리며, **Dallas, Cyfral, Metakom**의 세 가지 유형의 키를 소화할 수 있습니다. Flipper는 **키의 유형을 스스로 파악합니다**. 키 프로토콜의 이름은 ID 번호 위의 화면에 표시됩니다.
2022-12-24 19:19:02 +00:00
### Add manually
2022-12-24 19:19:02 +00:00
**Dallas, Cyfral, Metakom** 유형의 iButton을 **수동으로 추가**할 수 있습니다.
2022-12-24 19:19:02 +00:00
### **Emulate**
2022-12-24 19:19:02 +00:00
저장된 iButton(읽기 또는 수동 추가)을 **에뮬레이트**할 수 있습니다.
2022-12-24 19:19:02 +00:00
2022-12-24 19:34:46 +00:00
{% hint style="info" %}
Flipper Zero의 예상 접촉이 리더에 닿지 않는 경우 **외부 GPIO를 사용할 수 있습니다:**
2022-12-24 19:34:46 +00:00
{% endhint %}
<figure><img src="../../../.gitbook/assets/image (138).png" alt=""><figcaption></figcaption></figure>
2022-12-24 19:34:46 +00:00
## References
2022-12-24 19:34:46 +00:00
* [https://blog.flipperzero.one/taming-ibutton/](https://blog.flipperzero.one/taming-ibutton/)
{% hint style="success" %}
Learn & practice AWS Hacking:<img src="/.gitbook/assets/arte.png" alt="" data-size="line">[**HackTricks Training AWS Red Team Expert (ARTE)**](https://training.hacktricks.xyz/courses/arte)<img src="/.gitbook/assets/arte.png" alt="" data-size="line">\
Learn & practice GCP Hacking: <img src="/.gitbook/assets/grte.png" alt="" data-size="line">[**HackTricks Training GCP Red Team Expert (GRTE)**<img src="/.gitbook/assets/grte.png" alt="" data-size="line">](https://training.hacktricks.xyz/courses/grte)
2022-12-24 19:19:02 +00:00
<details>
2022-12-24 19:19:02 +00:00
<summary>Support HackTricks</summary>
2024-01-02 18:28:27 +00:00
* Check the [**subscription plans**](https://github.com/sponsors/carlospolop)!
* **Join the** 💬 [**Discord group**](https://discord.gg/hRep4RUj7f) or the [**telegram group**](https://t.me/peass) or **follow** us on **Twitter** 🐦 [**@hacktricks\_live**](https://twitter.com/hacktricks\_live)**.**
* **Share hacking tricks by submitting PRs to the** [**HackTricks**](https://github.com/carlospolop/hacktricks) and [**HackTricks Cloud**](https://github.com/carlospolop/hacktricks-cloud) github repos.
2022-12-24 19:19:02 +00:00
</details>
{% endhint %}