Skip to content

Commit 28bfb1c

Browse files
author
0ldev
committed
Add library.properties for Arduino Library Manager
- Enable Arduino IDE library registry submission - Add metadata for library discovery - Include topics reference for GitHub
1 parent 4b37741 commit 28bfb1c

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

.github/TOPICS.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
GitHub Topics to Add (go to repo settings):
2+
3+
esp32
4+
esp32-c6
5+
wifi
6+
wifi-security
7+
wifi-auditing
8+
penetration-testing
9+
security
10+
wardriving
11+
pmkid
12+
handshake-capture
13+
wpa2
14+
wpa3
15+
802-11
16+
networking
17+
iot-security
18+
embedded
19+
arduino
20+
platformio
21+
cybersecurity
22+
wireless

library.properties

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name=Politician
2+
version=1.0.0
3+
author=0ldev
4+
maintainer=0ldev <no@email.com>
5+
sentence=Modern WiFi auditing library for ESP32 with PMKID extraction and CSA injection.
6+
paragraph=Advanced WiFi security auditing library for ESP32 microcontrollers. Captures WPA/WPA2/WPA3 handshakes using PMKID extraction and CSA injection to bypass Protected Management Frames. Harvests enterprise credentials from 802.1X networks. Supports dual-band ESP32-C6 (2.4GHz + 5GHz). Exports to PCAPNG and Hashcat formats. Professional C++ API with 9 working examples for wardriving, penetration testing, and network auditing.
7+
category=Communication
8+
url=https://github.com/0ldev/Politician
9+
architectures=esp32,esp32s2,esp32s3,esp32c3,esp32c6
10+
depends=
11+
includes=Politician.h

0 commit comments

Comments
 (0)