Commit Graph
348 Commits
Author SHA1 Message Date
Just Call Me Koko 52b181a8cc Give other sniffers buttons 2026-02-24 11:31:48 -05:00
Just Call Me Koko 50ad31aa5c Fix sniffer button touch 2026-02-24 10:29:36 -05:00
Just Call Me Koko 0c820ab2fc More efficient sniffer buttons 2026-02-24 00:51:33 -05:00
Just Call Me Koko c6ab4702b3 toggle channel hop beacon sniff 2026-02-23 21:30:29 -05:00
Just Call Me Koko 6c96db0cdb Add setting for channel hopping 2026-02-23 18:31:13 -05:00
Just Call Me Koko 8cb3791254 Add channel to deauth sniff output 2026-02-23 14:56:11 -05:00
Just Call Me Koko c0c65b7a9f clean up the bat cave 2026-02-20 13:55:04 -05:00
tropicsquirrelandClaude Opus 4.6 963bb700e1 Fix ODR violations in headers and null pointer in shutdownBLE()
- Add `inline` to 15 function definitions in utils.h that cause
  multiple-definition linker errors when included by multiple TUs
- Add `static` to 5 text_table pointer arrays in lang_var.h (const
  char[] strings have internal linkage in C++, but const char* arrays
  do not)
- Move apName definition from EvilPortal.h to EvilPortal.cpp and
  declare as extern in the header
- Add null checks for pAdvertising and pBLEScan in shutdownBLE() —
  pAdvertising is only assigned during BT attack modes (Sour Apple,
  Swiftpair, etc.) via pServer->getAdvertising(), not during scan-only
  modes like BT_SCAN_ALL where it remains nullptr

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 01:04:31 -06:00
Just Call Me Koko 1fdc405b67 Non-UI channel hops for EAPOL 2026-02-06 13:50:55 -05:00
Just Call Me Koko d333ce54c0 EAPOL sniffer tracks complete EAPOLs 2026-02-04 19:24:29 -05:00
Just Call Me Koko f19796bdc1 Fix BLE scan for non GPS 2026-02-03 23:20:24 -05:00
Just Call Me Koko 5d3cdc9c08 Overhaul EAPOL sniffer 2026-02-03 15:50:06 -05:00
Just Call Me Koko 01f21e0459 Reduce frame buffer size for non-PSRAM 2026-01-30 15:27:24 -05:00
Just Call Me Koko 4a3fa3812f Fix station wardrive and sniff title 2026-01-29 10:56:16 -05:00
Just Call Me Koko 2eb5974a69 Verbose 2026-01-29 09:36:34 -05:00
Just Call Me Koko d3d76a1fc4 Add soft display buffer cap 2026-01-28 14:45:09 -05:00
Just Call Me Koko 9148a52a92 Clear some space 2026-01-26 23:44:06 -05:00
Just Call Me Koko 419dd434e5 Remove verbose print statements 2026-01-25 17:16:15 -05:00
Just Call Me Koko 832e99cccd Only v6 NimBLE update 2026-01-24 11:06:50 -05:00
Just Call Me Koko 1648effcb2 Add prints 2026-01-23 22:31:53 -05:00
Just Call Me Koko f82b6c5ce3 Update all standard ESP32 NimBLE 2026-01-23 15:21:15 -05:00
Just Call Me Koko e689858891 Fix airtag sniffing crash 2026-01-22 18:58:08 -05:00
Just Call Me Koko 9173785218 Bluetooth can deinit on ESP32 C5 2026-01-22 09:17:16 -05:00
Just Call Me Koko 6d2d1d7a0d Update NimBLE for ESP32-C5 2026-01-21 21:24:20 -05:00
Just Call Me Koko 1ed63e3386 Output SAE attack stats 2026-01-19 22:49:28 -05:00
Just Call Me Koko 6456527f5f Sniff SAE tokens while attacking 2026-01-19 19:15:18 -05:00
Just Call Me Koko e7e8fc7d80 Add SAE commit sniff and attack 2026-01-19 16:20:27 -05:00
Just Call Me Koko 5fdf09c8fa Adjust capture of ACT 2026-01-18 14:23:18 -05:00
Just Call Me Koko 14e18a12bf Capture and parse SAE commit frames 2026-01-17 10:14:51 -05:00
Just Call Me Koko 2fa969552a Remove frame check print 2026-01-13 15:23:48 -05:00
Just Call Me Koko e4528d9dea Fix tracking not saving PCAPs 2026-01-13 14:33:31 -05:00
Just Call Me Koko bab011e618 Refactor sour apple 2026-01-13 07:37:59 -05:00
Just Call Me Koko cbb2d33f24 Following MACs save PCAPs 2026-01-11 14:01:19 -05:00
Just Call Me Koko 3bb45c1ff3 Fix not saving APs during wardrive 2026-01-11 13:01:32 -05:00
Just Call Me Koko b09be1c093 Fix distance threshold 2026-01-10 22:32:30 -05:00
Just Call Me Koko 0ff6411407 Oopsie 2026-01-09 22:57:35 -05:00
Just Call Me Koko 7a19fcb458 MAC track BLE and revamp wardrive UI 2026-01-09 17:32:56 -05:00
Just Call Me Koko cb4a6cd51e Fix eviction criteria and work mini displays 2026-01-06 13:47:06 -05:00
Just Call Me Koko 7a7c01512b Fix non-display hardware 2026-01-05 20:29:42 -05:00
Just Call Me Koko 60f446245d Add location for MAC tracking 2026-01-05 19:02:02 -05:00
Just Call Me Koko fb73afd359 Add backend for MAC tracking 2026-01-05 00:17:49 -05:00
Just Call Me Koko 337cf18dac Add menu item for mac monitor 2026-01-04 03:03:50 -05:00
Just Call Me Koko 1862a5b812 Fix crash during BT wardrive 2025-12-12 18:06:07 -05:00
Just Call Me Koko 2910addb8a Ensure async wardrive 2025-12-08 16:32:25 -05:00
Just Call Me Koko be3971d081 Wardriving is async 2025-12-08 15:40:24 -05:00
Just Call Me Koko 431fa175a0 Update WiFiScan.cpp 2025-12-08 15:04:09 -05:00
Just Call Me Koko 976687980c Add wifi to flock wardrive 2025-12-08 14:53:55 -05:00
Just Call Me Koko d7d2b28f9e Add 5ghz channels for c5 packet injection 2025-12-01 18:37:43 -05:00
Just Call Me Koko 576601fd21 Fix non-UI hardware 2025-11-30 22:38:47 -05:00
Just Call Me Koko dc2dd414eb Clean up dead code 2025-11-30 22:03:34 -05:00