1706 Commits

Author SHA1 Message Date
Just Call Me Koko
52fc146ca8 Merge pull request #1126 from justcallmekoko/develop
Give other sniffers buttons
2026-02-24 11:40:57 -05:00
Just Call Me Koko
de3a90fb25 Add hop button for raw capture 2026-02-24 11:40:50 -05:00
Just Call Me Koko
52b181a8cc Give other sniffers buttons 2026-02-24 11:31:48 -05:00
Just Call Me Koko
550869c29e Merge pull request #1125 from justcallmekoko/develop
Fix sniffer button touch behavior
2026-02-24 10:38:10 -05:00
Just Call Me Koko
50ad31aa5c Fix sniffer button touch 2026-02-24 10:29:36 -05:00
Just Call Me Koko
ede26d0385 Merge pull request #1124 from justcallmekoko/develop
toggle channel hop for beacon sniff
2026-02-24 01:00:49 -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
8a91247763 Merge pull request #1123 from justcallmekoko/develop
Add setting for channel hopping
nightly_8a91247
2026-02-23 19:14:15 -05:00
Just Call Me Koko
6c96db0cdb Add setting for channel hopping 2026-02-23 18:31:13 -05:00
Just Call Me Koko
1fcf1e0d45 Merge pull request #1121 from justcallmekoko/develop
Develop
2026-02-23 15:40:16 -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
3759826122 Merge pull request #1117 from sophiedeziel/add_ap_cli
Adding a CLI command to add an AP
2026-02-23 13:43:04 -05:00
Just Call Me Koko
0b3fbb277e Merge pull request #1118 from justcallmekoko/develop
Fix ODR violations in headers and null pointer in shutdownBLE
nightly_0b3fbb2
2026-02-20 15:13:28 -05:00
Just Call Me Koko
88979467ac Fix kit SD config 2026-02-20 14:03:01 -05:00
Just Call Me Koko
c0c65b7a9f clean up the bat cave 2026-02-20 13:55:04 -05:00
Sophie Déziel
ee2a3f71ff Add MAC format validation 2026-02-20 00:49:42 -05:00
Sophie Déziel
e6dbb74cf5 Adding a CLI command to manually add an AP 2026-02-20 00:02:35 -05:00
Just Call Me Koko
698c81f1a4 Merge pull request #1110 from tropicsquirrel/fix/odr-and-null-ptr
Fix ODR violations in headers and null pointer in shutdownBLE()
2026-02-12 11:34:20 -05:00
tropicsquirrel
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
bb3b4583b2 Merge pull request #1105 from justcallmekoko/develop
Non-UI channel hops for EAPOL
v1.10.2 nightly_bb3b458
2026-02-06 13:57:37 -05:00
Just Call Me Koko
1fdc405b67 Non-UI channel hops for EAPOL 2026-02-06 13:50:55 -05:00
Just Call Me Koko
b020e65288 Merge pull request #1101 from justcallmekoko/develop
EAPOL sniffer tracks complete EAPOLs
nightly_b020e65
2026-02-04 21:36:40 -05:00
Just Call Me Koko
d333ce54c0 EAPOL sniffer tracks complete EAPOLs 2026-02-04 19:24:29 -05:00
Just Call Me Koko
75006016d1 Merge pull request #1100 from justcallmekoko/develop
Fix nightly build release condition
nightly_7500601
2026-02-04 10:16:16 -05:00
Just Call Me Koko
f94d1fdcea Merge branch 'develop' of https://github.com/justcallmekoko/ESP32Marauder into develop 2026-02-04 10:08:43 -05:00
Just Call Me Koko
4f85958f26 Fix nightly build release condition 2026-02-04 10:08:29 -05:00
Just Call Me Koko
9f83e7b4eb Merge pull request #1099 from justcallmekoko/develop
Fix BLE scan for non GPS
2026-02-03 23:35:10 -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
2930daef2b Merge pull request #1098 from justcallmekoko/develop
Overhaul EAPOL sniffer
nightly_2930dae
2026-02-03 16:02:34 -05:00
Just Call Me Koko
5d3cdc9c08 Overhaul EAPOL sniffer 2026-02-03 15:50:06 -05:00
Just Call Me Koko
2b405e40a5 Merge pull request #1096 from justcallmekoko/develop
Add Marauder Mini v3 configuration
2026-02-03 00:23:07 -05:00
Just Call Me Koko
e9b037e087 Add Marauder Mini v3 configuration 2026-02-02 18:28:06 -05:00
Just Call Me Koko
0491b4a798 Merge pull request #1093 from justcallmekoko/develop
Reduce frame buffer size for non-PSRAM
nightly_0491b4a
2026-01-30 15:53:58 -05:00
Just Call Me Koko
29b6783168 Fix for LDDB 2026-01-30 15:43:20 -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
ef6aec0b38 Merge pull request #1090 from justcallmekoko/develop
Fix Station Wardrive and Sniff titles
nightly_ef6aec0
2026-01-29 11:03:17 -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
a7bc611ede Merge pull request #1089 from justcallmekoko/develop
Add soft display buffer cap
nightly_a7bc611
2026-01-28 16:03:59 -05:00
Just Call Me Koko
d3d76a1fc4 Add soft display buffer cap 2026-01-28 14:45:09 -05:00
Just Call Me Koko
b0a823ac6b Merge pull request #1086 from justcallmekoko/develop
Update version number
v1.10.1 nightly_b0a823a
2026-01-27 17:36:50 -05:00
Just Call Me Koko
68f2bd1636 Update version number 2026-01-27 17:28:51 -05:00
Just Call Me Koko
1e70c04894 Merge pull request #1085 from justcallmekoko/develop
Fix SD support for v7
2026-01-27 16:03:51 -05:00
Just Call Me Koko
fc55212c82 Fix SD support for v7 2026-01-27 15:51:39 -05:00
Just Call Me Koko
069ff0a475 Merge pull request #1084 from justcallmekoko/develop
Clear some space
v1.10.0
2026-01-27 09:27:50 -05:00
Just Call Me Koko
9148a52a92 Clear some space 2026-01-26 23:44:06 -05:00
Just Call Me Koko
4fb65cd186 Merge pull request #1081 from justcallmekoko/develop
Remove verbose print statements
nightly_4fb65cd
2026-01-25 17:46:33 -05:00
Just Call Me Koko
419dd434e5 Remove verbose print statements 2026-01-25 17:16:15 -05:00
Just Call Me Koko
44f51d2f70 Merge pull request #1077 from justcallmekoko/develop
Add prints
2026-01-25 01:18:47 -05:00