C5LabC5LabOfficialยท1 Agent Skills Included

projectZero

Wireless pentesting firmware for ESP32-C5 and Flipper devices

Runs WiFi security audits on ESP32-C5 hardware, including network scanning, deauth attacks, Evil Twin portals, handshake capture, and wardriving. Builds LVGL touchscreen apps that control the JanOS firmware over UART with simple text commands. Eliminates manual packet analysis by parsing scan results, host lists, and captured passwords automatically. Includes Flipper Zero apps and pre-built binaries for fast deployment.
npx skills add C5Lab/projectZero --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install projectZero?โ–ผ

Run `npx skills add C5Lab/projectZero --all -g -y` in your terminal to install all skills in this repository globally.

What does projectZero do?โ–ผ

It is a wireless pentesting platform for ESP32-C5 hardware that performs WiFi scanning, deauth attacks, Evil Twin portals, handshake capture, and wardriving.

How do I control JanOS firmware over UART?โ–ผ

Send plain-text commands like scan_networks or start_deauth over UART at 115200 baud, then parse the line-based text responses using the patterns in the skill guide.

Does projectZero work with Flipper Zero?โ–ผ

Yes. The repository includes Flipper Zero apps with screens for deauth attacks, Evil Twin, ARP poisoning, and Bluetooth scanning.

Can I build a touchscreen UI for projectZero?โ–ผ

Yes. The skill guides you through building LVGL touchscreen apps for devices like Tab5, CoreS3, and Cardputer that send UART commands to the firmware.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’