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

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.

Awesome Lists containing this project

README

          

![Bad Kitty](https://anopik.org/eb0013c494170cb248e9f015c44045c71758649717.png)

# 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."**