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
- Host: GitHub
- URL: https://github.com/kobepower/kobepower-fork
- Owner: kobepower
- License: mit
- Created: 2025-03-24T07:53:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T08:09:37.000Z (over 1 year ago)
- Last Synced: 2025-03-24T09:25:10.250Z (over 1 year ago)
- Topics: brute-force, embedded-c, esp32, firmware, hacking-tool, nfc, nfc-card-reader, proxmark3, proxmark3-rdv4, python, rfid, rfid-reader
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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