POSEIDON's wireless drop-node. 5 GHz WiFi scan / deauth / PMKID + 802.15.4 Zigbee sniffer. ESP-NOW link to the Cardputer mothership.
esptool-js 0.5.7 which has a documented ESP32-C5
flashId() failure — clicks return "Failed to initialize"
after the port picker. Fix is merged in esptool-js 0.6.0 but
no esp-web-tools release has shipped with it yet
(issue #687).
c5_node\_flash.bat (Windows) or:
esptool.py --chip esp32c5 -p COM<n> --baud 460800 write_flash \ --flash_mode dio --flash_freq 80m --flash_size 4MB \ 0x2000 bootloader.bin \ 0x8000 partition-table.bin \ 0x10000 poseidon_c5_node.binBins are in bin/trident-c5/.
The main pentesting firmware. 80+ features across WiFi / BLE / Sub-GHz / LoRa / IR. Flashes onto the M5 Cardputer-Adv.
nRF52832 raw BLE scanner / sniffer / MITM. Uses Adafruit's serial DFU — different protocol; not WebSerial-compatible.