/WiFiNugget

Binaries & source code for the Wi-Fi Nugget

Primary LanguagePythonMIT LicenseMIT

WiFiNugget

Binaries & source code for the Wi-Fi Nugget

Documentation: https://github.com/skickar/WiFiNugget/wiki

Hell yeah

Arduino Code:

CircuitPython Code: (S2 Nugget Only, Does Not Work On ESP8266 Nugget!)

  • CircuitNeopixelTest.py - CircuitPython Code to test and control the neopixel on the Wi-Fi nugget.

MicroPython Code:

Precompiled Binaries:

  • DeauthDetector.bin - Wi-Fi deauthentication & dissociation attack detector by @AlexLynd based on @spacehuhn's deauth detector (Precompiled, flash directly with esptool)

  • esp8266-20210902-v1.17.bin - Current, working MicroPython binary to flash to the Wi-Fi Nugget as of 9/30/21 (download the latest here: https://micropython.org/download/esp8266/)

  • Nugget_Deauther.bin - The Wi-Fi Deauther V2.5 by @spacehuhn, modified for Nugget by @AlexLynd

Helper Code:

  • pack_unpack_test.py - Compress Bitmap Images for MicroPython by @CRImier