Skip to content

Commit 6b795ba

Browse files
committed
v1.4.3
1 parent 29f12e3 commit 6b795ba

File tree

5 files changed

+463
-124
lines changed

5 files changed

+463
-124
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<p align="center">
88
<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" />
1010
<img src="https://img.shields.io/github/issues/Fr4nkFletcher/ESP32-Marauder-Cheap-Yellow-Display?style=flat&color=2EA44F" alt="GitHub Issues" />
1111
<br>
1212
<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
2020

2121
---
2222

23-
## 🏴‍☠️ Latest Update Highlights — v1.4.2 (04/13/25) 🏴‍☠️
23+
## 🏴‍☠️ Latest Update Highlights — v1.4.3 (04/16/25) 🏴‍☠️
2424

25+
- Add security check to AP scanning
26+
- Add WPS and Manufacturer check for AP scan
27+
- Add more stats to Raw Capture
2528
- Add WiFi analyzer
2629
- Add quick names to channel analyzer graph
2730
- Fix evil portal AP name character limit

esp32_marauder/EvilPortal.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ struct AccessPoint {
5555
int8_t rssi;
5656
LinkedList<uint16_t>* stations;
5757
uint16_t packets;
58+
uint8_t sec;
59+
bool wps;
60+
String man;
5861
};
5962

6063
class CaptiveRequestHandler : public AsyncWebHandler {

0 commit comments

Comments
 (0)