This project is a vulnerability verification tool that uses Python and PyQt6 to provide an interactive user interface. It allows users to upload files, run checks, and visualize the results in an easy-to-read table. It also includes features such as a search engine and the ability to export new vulnerabilities.
- Interactive User Interface: Uses PyQt6 to provide a user interface that is easy to use and intuitive.
- Vulnerability Verification: Allows users to upload files and run vulnerability checks.
- Results Visualization: Displays the results of the checks in an easy-to-read table.
- Search Engine: Includes a search engine to help users find specific information.
- Export New Vulnerabilities: Allows users to export new vulnerabilities for review.
To install the necessary dependencies for this project, you can use the following command:
```bash pip install -r requirements.txt ```
To use this tool, follow these steps:
- Run the main Python script.
- Use the user interface to upload your files.
- Run the vulnerability check.
- Review the results in the table.
- Use the search engine to find specific information.
- Export new vulnerabilities if necessary.
This project is licensed under the MIT license.
Contributions are welcome. Please open an issue or a pull request to contribute.
If you have any questions or comments, please open an issue in this repository.