File tree 5 files changed +463
-124
lines changed 5 files changed +463
-124
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<p align =" center " >
8
8
<img src =" https://github.com/Fr4nkFletcher/Adafruit_WebSerial_ESPTool/actions/workflows/pages.yml/badge.svg " alt =" GitHub Actions Badge " />
9
- <img src =" https://img.shields.io/badge/version-1.4.2 -000000?style=flat " alt =" GitHub Release Version Badge " />
9
+ <img src =" https://img.shields.io/badge/version-1.4.3 -000000?style=flat " alt =" GitHub Release Version Badge " />
10
10
<img src =" https://img.shields.io/github/issues/Fr4nkFletcher/ESP32-Marauder-Cheap-Yellow-Display?style=flat&color=2EA44F " alt =" GitHub Issues " />
11
11
<br >
12
12
<img src =" https://img.shields.io/github/commits-since/Fr4nkFletcher/ESP32-Marauder-Cheap-Yellow-Display/latest?style=flat&color=1F285E " />
@@ -20,8 +20,11 @@ The aim of this project is to port the ESP32-Marauder firmware to the Cheap Yell
20
20
21
21
---
22
22
23
- ## 🏴☠️ Latest Update Highlights — v1.4.2 (04/13 /25) 🏴☠️
23
+ ## 🏴☠️ Latest Update Highlights — v1.4.3 (04/16 /25) 🏴☠️
24
24
25
+ - Add security check to AP scanning
26
+ - Add WPS and Manufacturer check for AP scan
27
+ - Add more stats to Raw Capture
25
28
- Add WiFi analyzer
26
29
- Add quick names to channel analyzer graph
27
30
- Fix evil portal AP name character limit
Original file line number Diff line number Diff line change @@ -55,6 +55,9 @@ struct AccessPoint {
55
55
int8_t rssi;
56
56
LinkedList<uint16_t >* stations;
57
57
uint16_t packets;
58
+ uint8_t sec;
59
+ bool wps;
60
+ String man;
58
61
};
59
62
60
63
class CaptiveRequestHandler : public AsyncWebHandler {
You can’t perform that action at this time.
0 commit comments