Skip to content

Releases: webdevtodayjason/mct2032

MCT2032 v1.0.2

02 Jun 03:08

Choose a tag to compare

MCT2032 Release v1.0.2

What's New

  • SD card support with BLE stack overflow fix
  • Improved memory management
  • Enhanced stability for long-running operations
  • Fixed GUI display issues for SD card test results

Firmware Installation

Using Web Installer (Recommended)

  1. Visit https://webdevtodayjason.github.io/mct2032/
  2. Connect your device via USB
  3. Click "Install MCT2032"
  4. Follow the prompts

Manual Installation

esptool.py --chip esp32s3 --port /dev/ttyUSB0 write_flash 0x0 mct2032_firmware_v1.0.2.bin

Full Flash (includes bootloader)

esptool.py --chip esp32s3 --port /dev/ttyUSB0 --baud 921600 write_flash 0x0 mct2032_full_v1.0.2.bin

Admin Console

Windows

Download and run MCT2032-Admin-windows.exe

macOS

Download and run MCT2032-Admin-macOS

Linux

chmod +x MCT2032-Admin-linux
./MCT2032-Admin-linux

Known Issues

  • Display text overlap on circular screen (fix in progress)
  • USB HID requires external CH9329 module

Hardware Requirements

  • Waveshare ESP32-S3-LCD-1.47
  • MicroSD card (FAT32, up to 32GB tested)
  • Computer with Bluetooth LE support

Support

Report issues at: https://github.com/webdevtodayjason/mct2032/issues

🚀 MCT2032 v1.0.0 - Initial Release

01 Jun 15:07

Choose a tag to compare

The Mega Cyber Tool 2032 is here! A portable WiFi security research device built on the Waveshare ESP32-S3-LCD-1.47.

✨ Features

Core Functionality

  • WiFi Scanner - Scan and analyze nearby networks with detailed information
    • SSID, BSSID, Channel, RSSI, Security type
    • Hidden network detection
    • Channel-specific scanning
    • Stop scan functionality
  • Bluetooth LE Admin Console - Control your device from any computer
    • Cross-platform Python application
    • Real-time network display
    • Dark hacker aesthetic UI
  • Circular Display - Beautiful 1.47" round LCD with cyberpunk interface
    • Real-time status updates
    • Connection indicators
    • Mode displays
    • Animated scanning effects

UI/UX

  • Deep dark background with purple gradient borders
  • Terminal-style status window
  • Color-coded signal strength indicators
  • Responsive admin console with stop scan button
  • Matrix rain effect on web installer

Technical

  • BLE chunked data transfer for large payloads
  • JSON-based command protocol
  • Proper WiFi state management
  • Timeout protection on scans

🔮 Advanced Features (Framework Ready)

  • Packet monitoring infrastructure
  • Deauth attack capability
  • Beacon spam framework
  • PCAP capture support
  • Evil portal ready
  • Probe flooding capability

📦 What's Included

🛠️ Installation

Easy Web Install

  1. Visit our Web Installer
  2. Connect your ESP32-S3 device via USB
  3. Click "Install" and follow the prompts

Manual Install

# Using esptool
esptool.py --chip esp32s3 --port /dev/ttyUSB0 write_flash 0x0 mct2032_firmware_v1.0.0.bin

# Using PlatformIO
pio run -t upload

🖥️ Admin Console

cd mct2032-admin
pip install -r requirements.txt
python main.py

⚠️ Legal Notice

This tool is designed for legitimate security research and testing on networks you own or have explicit permission to test. Users are
responsible for complying with all applicable laws and regulations. Unauthorized network scanning or attacks are illegal.

🐛 Known Issues

- BLE scanning not yet implemented (coming in v1.1.0)
- Advanced attack features are framework-only (not active)

🙏 Acknowledgments

Inspired by ESP32 Marauder and Bruce projects.

---Full Changelog: https://github.com/webdevtodayjason/mct2032/commits/v1.0.0