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
Release files for vulnersx 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vulnersx-1.0.0.tar.gz | 2.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vulnersx-1.0.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 5.5 kB
Release files / vulnersx-1.0.0.tar.gz
| Download URL | vulnersx-1.0.0.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0677496737a4cc1e9855e7f0039ce7999b82afea1001364d83d2b4eac367e311
|
|
BLAKE2b-256 checksum How to use checksums |
b8c55713e9fa31cf8facc1ebe658cb05ab55f4fbe32a1ecb09e1fa2aef80a727
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.31.0
|
Release files / vulnersx-1.0.0-py2.py3-none-any.whl
| Download URL | vulnersx-1.0.0-py2.py3-none-any.whl |
|---|---|
| Size | 3.0 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
634b661c5ecc9027ea3d6915c8dd0ad70499e8b17707bcdb1c0e079561ab4abd
|
|
BLAKE2b-256 checksum How to use checksums |
c65e3f1bce8fdc63ad21fa2ca4f621d96b993f0e975fcbb483cc947616d01c70
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.31.0
|