Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 2.75 KB

README.md

File metadata and controls

47 lines (37 loc) · 2.75 KB

cveseeker

Codacy Badge CodeFactor FOSSA Status FOSSA Status

This tool functions similarly to SearchSploit, allowing to search for known vulnerabilities by utilizing keywords and integrating multiple online services.

How to use

pip3 install -r requirements.txt

python3 cveseeker.py <keywords>
python3 cveseeker.py windows smbv1
python3 cveseeker.py windows remote code execution
python3 cveseeker.py cve-2024
python3 cveseeker.py cve-2024 --max-per-provider 2000 # max results per provider, default 100
python3 cveseeker.py cve-2024 --report # generate CSV, JSON and HTML report

Sources

Reporting

The tool supports formats such as JSON, CSV and HTML. It can generate HTML reports for nice review that can be printed as PDFs.

python3 cveseeker.py smbghost --report

License

FOSSA Status