A simple, fast multi-threaded port scanner built with Python and CustomTkinter. Wrote this tool to mess around with network sockets and desktop GUI development.
Note: This project is currently a work in progress (WIP). More features and UI cleanups are coming.
- Fast multi-threaded scanning using
concurrent.futures.ThreadPoolExecutor. - Clean modern UI via CustomTkinter.
- Direct output display inside the application window with execution timing.
- Python 3.x
customtkinter
- Clone the repository:
git clone https://github.com/mockthemighty/Port_Scanner.git cd Port_Scanner - Install the required dependency:
pip install customtkinter
- Run the script:
python scanner.py
This tool is provided for educational and authorized testing purposes only. The author assumes no liability and is not responsible for any misuse or damage caused by this program.

