# HARDWARE HACKING

- [Flipper Zero](https://hamcodes.gitbook.io/hackersnotes/hardware-hacking/flipper-zero.md)
- [Signal reading](https://hamcodes.gitbook.io/hackersnotes/hardware-hacking/flipper-zero/signal-reading.md)
- [RFID card reading](https://hamcodes.gitbook.io/hackersnotes/hardware-hacking/flipper-zero/rfid-card-reading.md)
- [Key extraction with MFKey32](https://hamcodes.gitbook.io/hackersnotes/hardware-hacking/flipper-zero/key-extraction-with-mfkey32.md)
- [Unlocking cards with passwords](https://hamcodes.gitbook.io/hackersnotes/hardware-hacking/flipper-zero/unlocking-cards-with-passwords.md)
- [Writing data on Magic Cards](https://hamcodes.gitbook.io/hackersnotes/hardware-hacking/flipper-zero/writing-data-on-magic-cards.md)
- [Bad USB](https://hamcodes.gitbook.io/hackersnotes/hardware-hacking/flipper-zero/bad-usb.md)
- [Pin Bruteforce](https://hamcodes.gitbook.io/hackersnotes/hardware-hacking/flipper-zero/pin-bruteforce.md)
- [RatLocker](https://hamcodes.gitbook.io/hackersnotes/hardware-hacking/flipper-zero/ratlocker.md)
- [WiFi Password Cracking](https://hamcodes.gitbook.io/hackersnotes/hardware-hacking/flipper-zero/wifi-password-cracking.md)
- [Evil Portal](https://hamcodes.gitbook.io/hackersnotes/hardware-hacking/flipper-zero/evil-portal.md)
- [Firmware Analysis](https://hamcodes.gitbook.io/hackersnotes/hardware-hacking/firmware-analysis.md)
- [Gerber (GBR) Files](https://hamcodes.gitbook.io/hackersnotes/hardware-hacking/gerber-gbr-files.md)
- [MQTT Pentesting](https://hamcodes.gitbook.io/hackersnotes/hardware-hacking/mqtt-pentesting.md)
- [NETGEAR Pentesting](https://hamcodes.gitbook.io/hackersnotes/hardware-hacking/netgear-pentesting.md)
- [SAL Logic Analysis](https://hamcodes.gitbook.io/hackersnotes/hardware-hacking/sal-logic-analysis.md)


---

# Agent Instructions: 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:

```
GET https://hamcodes.gitbook.io/hackersnotes/hardware-hacking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
