The Windows Toolkit Project is a C++ application designed to provide various system utilities, such as scanning open ports on a Windows system. This project is particularly focused on refining and applying C++ skills that have been dormant since university. The application is built using the Qt framework, leveraging its rich set of libraries for GUI development and system interaction.
- Open Port Finder: Scans all ports on the Windows system to identify and list open ports. It's useful for network diagnostics and monitoring system security.
- Qt 5.x or later.
- C++11 or later.
- A Windows environment to compile and run the application.
- Clone the repository to your local machine.
- Open the project in Qt Creator or your preferred Qt IDE.
- Build and run the project.
- Launch the application.
- Navigate through the tabs to access different functionalities.
- Use the "Open Port Finder" to scan and display open ports on your system.
- The project is a work-in-progress, aiming to enhance C++ skills.
- Future updates may include more network utilities and possibly cross-platform support.