https://github.com/amiscreant/badkitty
Bad Kitty is a compact ESP32-based research device that automates wireless scanning and session capture for offline analysis. It’s built as a field-friendly, portable box that logs session captures to a micro-SD for later review in standard tools.
https://github.com/amiscreant/badkitty
esp32 esp32-arduino esp32-wroom-32d esp32deauth wireless-penetration-testing wireless-pentesting
Last synced: about 1 month ago
JSON representation
Bad Kitty is a compact ESP32-based research device that automates wireless scanning and session capture for offline analysis. It’s built as a field-friendly, portable box that logs session captures to a micro-SD for later review in standard tools.
- Host: GitHub
- URL: https://github.com/amiscreant/badkitty
- Owner: aMiscreant
- License: mit
- Created: 2025-09-23T18:51:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-23T19:02:50.000Z (9 months ago)
- Last Synced: 2025-09-23T20:38:17.206Z (9 months ago)
- Topics: esp32, esp32-arduino, esp32-wroom-32d, esp32deauth, wireless-penetration-testing, wireless-pentesting
- Language: C++
- Homepage: https://amiscreant.github.io/projects/BadKitty
- Size: 8.79 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# BadKitty v0.1
Bad Kitty is a compact ESP32-based research device that automates wireless scanning and session capture for offline analysis. It’s built as a field-friendly, portable box that logs session captures to a micro-SD for later review in standard tools.
`DOCS: http://amiscreant.github.io/projects/BadKitty`
### KNOWN CURRENT ISSUES:
- SD CARD {ERROR WRITING}
**TFT 123x160 RGB_TFT to esp8266**
| TFT Pin | ESP8266 Pin |
| ------- | ------------ |
| GND | GND |
| VCC | 3.3V |
| SCL | D18 |
| SDA | D23 |
| RST | D4 |
| DC | D17 |
| CS | D16 |
| BLK | — (not used) |
**Micro SD Card Adapter to esp8266**
| SD Pin | ESP8266 Pin |
| ------ | ----------- |
| GND | GND |
| VCC | 3.3V |
| MISO | D12 |
| MOSI | D13 |
| SCK | D14 |
| CS | D5 |
_Flashing Notes:_
**You must disconnect MISO "On the Micro SD Card Adapter when flashing the binary, Reconnect after flash is complete."**