> For the complete documentation index, see [llms.txt](https://hertz.ziphers.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hertz.ziphers.space/overview.md).

# HERTZ OVERVIEW

<figure><img src="/files/NBmCE6GQcS7VnL2g3O5x" alt=""><figcaption></figcaption></figure>

## HERTZ MINI คืออะไร?

อุปกรณ์ทดสอบความปลอดภัยเครือข่ายไร้สายขนาดเล็ก สำหรับทดสอบ WiFi, Bluetooth และ RF 2.4GHz

***

## ความแตกต่างจาก HERTZ RF

| คุณสมบัติ   | HERTZ MINI       | HERTZ RF         |
| ----------- | ---------------- | ---------------- |
| ขนาด        | เล็ก (Compact)   | ใหญ่ (Full-size) |
| หน้าจอ      | OLED 72×40       | ไม่มี            |
| E01-2G4M27D | 1 ตัว            | 2 ตัว            |
| กำลังส่ง    | 500mW+           | 1000mW+          |
| MCU         | ESP32-C3         | ESP32            |
| การใช้งาน   | มีหน้าจอ ใช้ง่าย | กำลังส่งสูง      |

***

## ใช้ทำอะไรได้?

### WiFi

* สแกนและดูข้อมูล WiFi
* ทดสอบ Deauth Attack
* จับ Handshake (PCAP)
* สร้าง Evil Portal
* ส่ง Beacon ปลอม

### Bluetooth

* รบกวนสัญญาณ BLE (Spam)
* จำลองคีย์บอร์ด (BadBLE)

### RF 2.4GHz

* วิเคราะห์ Spectrum
* รบกวนสัญญาณ (Jammer)
* ทดสอบ MouseJack

***

## ฮาร์ดแวร์

* **MCU**: ESP32-C3
* **RF**: nRF24L01+ (E01C) × 1
* **Display**: OLED SSD1306 72×40
* **Button**: CONTROL + REBOOT
* **Power**: USB-C 5V 2A+

***

{% hint style="warning" %}
ข้อควรระวัง
{% endhint %}

<details>

<summary>กฎหมาย</summary>

* ใช้เฉพาะกับเครือข่ายที่คุณเป็นเจ้าของหรือได้รับอนุญาต
* การใช้งานที่ผิดกฎหมายอาจมีโทษทางอาญา
* ใช้เพื่อการศึกษาและทดสอบเท่านั้น

</details>

<details>

<summary>เทคนิค</summary>

* รองรับเฉพาะ WiFi 2.4GHz (ไม่รองรับ 5GHz)
* JAM Mode ไม่รับปุ่ม CONTROL (ต้องกด REBOOT)
* ไม่ควรใช้งานต่อเนื่องเกิน 2-3 ชั่วโมง

</details>

***

## การอัปเดต Firmware

อัปเดตผ่านเว็บ: **<https://ziphers.space/>**

***

## ติดต่อและสนับสนุน

* **Discord**: <https://discord.gg/UXV38s6wAc>
* **เว็บไซต์**: <https://ziphers.space/>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://hertz.ziphers.space/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
