VulnersX : powerful tool for efficiently searching and analyzing software vulnerabilities.
Project description
VulnersX
VulnersX is a powerful tool for efficiently searching and analyzing software vulnerabilities. It provides comprehensive results with both SQLite database and text file outputs, ensuring flexibility and ease of use for security professionals and developers alike.
Features:
- Flexible Search: Users can specify the name of the package they want to search vulnerabilities for and the date after which they want to find vulnerabilities.
- Database Integration: The tool stores the fetched vulnerabilities in a SQLite database, allowing for easy access and management of vulnerability data.
- Text File Output: In addition to the database, the tool also saves the search results in a text file for quick reference and sharing.
- Detailed Reporting: Each vulnerability entry includes the CVE ID and a summary of the vulnerability, providing users with comprehensive information about the identified issues.
- Cross-Platform Compatibility: The tool is designed to run on both Windows and Linux systems, with appropriate notifications and data storage mechanisms based on the operating system.
- Progress Bar: During the search process, users are presented with a progress bar that visually indicates the status of the search operation.
Installation:
- Clone the repository to your local machine.
- Ensure you have Python installed.
- Install the required dependencies using
pip install requests
.
Usage:
- Run the script using Python:
python3 VulnersX.py
. - Follow the on-screen prompts to enter the package name and the date for vulnerability search.
- View the search results in the database and text files.
Notes
if you use VulnersX tool, you can use this command to just extract the CVE's ID from cves.txt file.
grep -oP 'CVE-\d{4}-\d{4}' cves.txt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vulnersx-1.0.0.tar.gz
(2.5 kB
view details)
Built Distribution
File details
Details for the file vulnersx-1.0.0.tar.gz
.
File metadata
- Download URL: vulnersx-1.0.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0677496737a4cc1e9855e7f0039ce7999b82afea1001364d83d2b4eac367e311 |
|
MD5 | 52976e8a712f5f2a13eb5e57435c0f71 |
|
BLAKE2b-256 | b8c55713e9fa31cf8facc1ebe658cb05ab55f4fbe32a1ecb09e1fa2aef80a727 |
File details
Details for the file vulnersx-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: vulnersx-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 634b661c5ecc9027ea3d6915c8dd0ad70499e8b17707bcdb1c0e079561ab4abd |
|
MD5 | 60283d0b76c57b39b9d0b983001258e8 |
|
BLAKE2b-256 | c65e3f1bce8fdc63ad21fa2ca4f621d96b993f0e975fcbb483cc947616d01c70 |