Releases: justcallmekoko/ESP32Marauder
Releases · justcallmekoko/ESP32Marauder
v0.9.18
v0.9.17
- Allow users to specify destination MAC address for deauthentication attack
attack -t deauth -d <dst_mac>
- Improve UI for Marauder Mini when selecting access points for targeted attacks
- You can now use
Select APs
from the WiFiGeneral
menu on the Marauder Mini
- You can now use
See Update Firmware for update instructions
v0.9.16
- Add
Raw Capture
function to menu.- This can be used with the
sniffraw
command - This function will capture ALL wifi traffic including data so it can be analyzed with wireshark later
- This can be used with the
- Allow manual deauthentication using specified source mac address.
- This will allow the user to specify a source mac address for deauthentication attack rather than having to scan APs and select from a list. This can be done from the CLI with the following command
attack -t deauth -s <src mac>
- This will allow the user to specify a source mac address for deauthentication attack rather than having to scan APs and select from a list. This can be done from the CLI with the following command
See Update Firmware for update instructions
v0.9.15
- Fix SD card failure to initialize with certain SD card specs/brands
Note:
- This will not work if you build from source and don't replace the arduino-esp32 v2.0.0-rc2 SD lib with the SD lib from arduino-esp32 v2.0.4
- Precompiled bins will work just fine
Since there are so many types of SD cards, I can't promise this will work with EVERY single one of them. I can verify this update corrected all initialization issues I had with any SD cards in my possession that previously failed.
See Update Firmware for update instructions
v0.9.14
- Fix empty PCAP files from scan results
See Update Firmware for update instructions
v0.9.13
- Fix PMKID sniff not sending deauths after receiving EAPOL
- Fix MarauderOTA AP showing while sniffing PMKID
- Add
settings
command switches - Add RSSI to AP characteristic when scanning for APs
- Show RSSI when listing APs
Notes:
- For
settings -s
to work, you must update your settings format withsettings -r
. This will reset your settings but update them to the new format
See Update Firmware for update instructions
v0.9.13-rc1
- Bug fix for #137
v0.9.12
- Add
settings
command - Add proper CS pin for SD Card on Flipper Zero WiFi Dev Board
- PCAPs now save to SD card on WiFi Dev Board with mod installed
- Add documentation for installing MicroSD card mod on Flipper Zero WiFi Dev Board
See Update Firmware for instructions
v0.9.11
- Marauder Mini screen formatting for sniffers
- Marauder Mini screen formatting for info
- Marauder Mini channel scrolling for EAPOL and Packet Monitor
- Select/Deselect all APs with
select -a all
- Flipper Zero WiFi Dev Board LED indicator for sniffing and attacking