tobozo
tobozo
if it's compiled with m5stack-sd-updater, it works with the lovyan launcher
Thanks for reporting that, the reason Buttons are not working is that it wasn't intented to work on this device (M5Core2 support was only a proof of concept and M5Core...
[edit] Update available on [this fork](https://github.com/tobozo/ESP32-WiFi-Hash-Monster) (will soon PR) and ESP32-Chimera-Core library should be updated from the library manager too (see version 1.2.2). I've been adjusting the ESP32-Chimera-Core library for...
oh it finally happened, thanks for pointing this out ! [edit] doesn't look like it can be used out of the box with the WiFi-Hash-Monster
there's an ongoing discussion about some hybrid ESP32/ESP8266 build on [ESPMarauder](https://gitter.im/justcallmekoko/ESP32Marauder)'s gitter pwnagotchi is neat, but it constantly tries to call home and enroll, even with grid disabled I stopped...
This article highlights two new ways to achieve deauth on ESP32, the Rogue AP solution seems to be the best choice for Arduino as it doesn't need to be maintained...
from [https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2][hashcat.net wiki]: > hcxpcapngtool support new WPA-PBKDF2-PMKID+EAPOL hash format could it explain the difference ? this hints at updating the ReadMe and quoting the hashcat.net wiki: ``` Get hashcat-utils...
Without a RTC module, files are created with an inacurate timestamp, so the only chronological sorting that's left is by incrementing file names, zero-padded hexadecimal (%04x) seemed better at that...
The easiest way I can think of to test that is to create a `Buffer::setFolder( const char* macAddressStr )` and update the contents of `Buffer::folderName` with the stringified mac address...
would [this](https://github.com/1337ninja/UUIDGenerator) fit the need of generating UUIDs ?