Commit Graph
36 Commits
Author SHA1 Message Date
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 9148a52a92 Clear some space 2026-01-26 23:44:06 -05:00
Just Call Me Koko 30893adaa5 Bring bluetooth to ESP32-C5 2025-11-25 17:46:14 -05:00
Just Call Me Koko 24f3e18b69 Update ESPAsyncWebServer version 2025-09-24 16:19:06 -04:00
Just Call Me Koko 77117a4dae Select AP for EP but deauth multiple 2025-07-24 10:07:00 -04:00
Just Call Me Koko f1bcdad370 Add karma attack 2025-07-22 23:13:31 -04:00
Bartek Pokrywka a10bb164ac Added captive endopints redirection to index_html 2025-07-07 16:52:27 +02:00
Bartek Pokrywka b43a79e036 Added captive endopints redirection to index_html 2025-07-07 16:49:24 +02:00
Just Call Me Koko 526b01e343 Fix null pointer 2025-05-06 13:30:37 -04:00
Just Call Me Koko 16a0e60471 Memory is shown as percentage
Memory is shown as percentage in status bar. HTML and wardriving MACs are stored in PSRAM for available hardware
2025-05-06 13:04:41 -04:00
Just Call Me Koko 80f817660f Expose AP name for evil portal 2025-04-30 08:53:40 -04:00
Just Call Me Koko 695aed1710 Fix EP HTML file menu 2025-04-02 10:27:25 -04:00
Just Call Me Koko 5bd4b647b5 Add support for Adafruit Reverse Feather ESP32-S2 2024-02-22 23:54:03 -05:00
0xchocolate 23015fe49e Change EP default IP address 2024-02-11 10:37:08 -08:00
Willy-JL 9d92c5ceb5 Single buffer_obj.append() with overloads 2024-01-02 12:06:33 +00:00
Willy-JL bddc7e1d9d Send PCAP buffer on main UART console 2024-01-02 12:06:33 +00:00
Willy-JL f6c27ed216 Sd+Serial pcapAdd() and logAdd() in buffer_obj 2024-01-02 12:06:33 +00:00
Just Call Me Koko 786e1f69ac evil portal html selection one button 2023-11-22 19:08:39 -05:00
Just Call Me Koko 61861c83ab Check Marauder SD for HTML files 2023-11-22 16:32:17 -05:00
0xchocolate 4858b01f09 EP: allow loading HTML over serial 2023-11-17 23:22:04 -08:00
Just Call Me Koko bea6978098 Fix error output 2023-10-18 07:53:19 -04:00
Just Call Me Koko 66d0ae467d Add Swiftpair spam 2023-10-17 16:18:03 -04:00
Just Call Me Koko 32c118b0d5 Fix wardrive memory leak 2023-09-08 14:08:17 -04:00
Sjoer van der PloegandGitHub def6d2d277 Fix string copy
strncpy only copies the bytes specified, so if you set a name like "PORTAL" and then want to set a name like "HELLO" the result for apName would be "HELLOL".

Instead copy the size of MAX_AP_NAME_SIZE.
2023-08-21 19:23:03 +02:00
Just Call Me Koko 105a23b1f2 Fix captive portal not showing after AP connect 2023-07-25 21:04:17 -04:00
Just Call Me Koko dd998ceb07 Adjust verbiage 2023-07-21 09:41:32 -04:00
Just Call Me Koko 2b9f5c857c Display output and logs 2023-07-20 15:37:05 -04:00
Just Call Me Koko fa11a04ba5 Use SSID list for EvilPortal 2023-07-20 12:32:12 -04:00
Just Call Me Koko 71266ae650 Display things 2023-07-20 11:51:24 -04:00
Just Call Me Koko 11d8e95fb5 Add limit check 2023-07-19 11:16:16 -04:00
Just Call Me Koko 1de9dd76c6 Fix macros and specify lib ver 2023-07-18 20:51:58 -04:00
Just Call Me Koko 6f1db9176a Save evil portal logs 2023-07-18 18:15:23 -04:00
Just Call Me Koko 2685de86d1 Fix evil portal 2023-07-17 22:32:27 -04:00
Just Call Me Koko a51db0d8ae Add Evil Portal Scan mode 2023-07-14 14:43:06 -04:00
Just Call Me Koko 76f8ceb63f Upgrade arduino-ep32 to 2.0.9 2023-07-14 11:24:07 -04:00
Just Call Me Koko 50e99a62e9 Create files for evil portal 2023-07-14 10:44:36 -04:00