An open API service indexing awesome lists of open source software.

https://github.com/kobepower/kobepower-fork

Proxmark3 Ultimate Edition - RFID/NFC AI & BruteForce Toolkit
https://github.com/kobepower/kobepower-fork

brute-force embedded-c esp32 firmware hacking-tool nfc nfc-card-reader proxmark3 proxmark3-rdv4 python rfid rfid-reader

Last synced: about 2 months ago
JSON representation

Proxmark3 Ultimate Edition - RFID/NFC AI & BruteForce Toolkit

Awesome Lists containing this project

README

          

# KobePower Fork – Proxmark3 Ultimate Firmware v3.0

πŸ”§ Advanced RFID/NFC Research Firmware
πŸ”₯ Replaces Iceman fork with a faster, cleaner, Python-integrated toolchain

---

## βœ… Features

- LF / HF / UHF RFID tag support (EM410x, MIFARE, ISO14443A/B, EPC Gen2)
- Command-line interface with history, help, and tab-completion
- Signal analysis: RSSI, noise, modulation detection
- Flash memory config, tag database, wear leveling
- AI tag classification (basic offline model)
- Brute-force engine for MIFARE Classic
- Python toolchain + Makefile automation
- Firmware flashing, CLI control, signal plots
- Emergency save, watchdog, voltage protection
- SWIG interface for Python scripting & automation
- MIT licensed, 100% open source

---

## 🐍 Python Tools Included (in `Python_Tools/`)

| File | Description |
|------|-------------|
| `kobe_flash.py` | Flash firmware over serial |
| `kobe_cli.py` | Command-line shell to send commands |
| `kobe_analyzer.py` | Visualize signal data (RSSI + Noise) |
| `kobe_wrapper.i` | SWIG interface for Python integration |
| `test_communication.py` | Basic test suite for command pipeline |

---
This firmware is for educational & research use only.
Do NOT use it on tags or systems you don't own or have explicit permission to test.
Violating laws in your country is your responsibility.
Don't be stupid. Don't be illegal.

MIT License Β© 2025 KobePower
Feel free to fork, mod, or build on it β€” just give credit where it’s due.

## 🧰 Build & Python Bindings

```bash
make python_bindings