ReconX GUI 0.1.0
================

First PySide6 GUI conversion of ReconX Basic CLI.

Functions retained:
- Domain to IPv4 resolution
- Common subdomain checks
- Basic TCP port scan
- SSL certificate retrieval
- SAN extraction
- Save results to text file

Run from source:
    chmod +x launch.sh
    ./launch.sh

Build standalone GUI binary:
    chmod +x build.sh
    ./build.sh

Output:
    dist/ReconX_GUI

The PyInstaller build uses --windowed, so the packaged GUI launches without a CLI terminal window.
