Skip to content

Releases: harxhith/Ghost32

Initial Release v1.0.0

04 Mar 16:41

Choose a tag to compare

Ghost32 is a standalone ESP32-based Wi-Fi network scanner and targeted deauthentication tool featuring a custom OLED interface and 5-button hardware navigation.

✨ Key Features

  • Wi-Fi Scanner: Rapidly discover and list nearby 2.4GHz Wi-Fi access points.
  • Targeted Deauthentication: Disconnect clients from specific networks by transmitting raw 802.11 deauth frames (broadcast & fake client attacks).
  • OLED UI: Clean, minimal graphical user interface designed for 128x64 monochromatic OLED screens.
  • Hardware Controls: Intuitive 5-button navigation scheme (Up, Down, Left, Right, Center).

🛠️ Hardware Requirements

  • Microcontroller: ESP32 DevKit-V1 (compatible with any standard ESP32 Dev Board).
  • Display: SSD1306 0.96" 128x64 OLED Display (SH1106 also supported via I2C).
  • Controls: 5x Push Buttons (Active Low / INPUT_PULLUP).

🚀 Easy Installation (No IDE Required!)

You don't need to compile the code! Simply download the pre-compiled .bin files attached to this release and flash them directly from your Chrome/Edge browser using the Spacehuhn ESP Web Tool.

Flash Offsets:

File Offset
Ghost32.ino.bootloader.bin 0x1000
Ghost32.ino.partitions.bin 0x8000
Ghost32.ino.bin 0x10000

📖 For complete documentation, wiring guides, and flashing instructions, please refer to the README.


⚠️ Disclaimer: This project is strictly for educational purposes and authorized auditing. Utilizing these tools against networks without explicit permission from the network owner is illegal and unethical. The developer assumes no liability for malicious use.