Last updated: August 12, 2023
A comprehensive guide to the CVEMap tool, which scans network devices for vulnerabilities and provides real-time monitoring.
CVEMap is a network vulnerability scanner that continuously monitors devices on your network for potential security issues. It cross-references discovered vulnerabilities with the latest CVE (Common Vulnerabilities and Exposures) database to provide up-to-date security information.
The tool is built with a modular architecture consisting of three main components:
# Clone the repository
git clone https://github.com/jitendotexe/CVEMap.git
# Install dependencies
pip install -r requirements.txt
# Configure settings
cp config.example.yml config.yml
# Run the scanner
python cvemap.py --scan
python cvemap.py --scan --network 192.168.1.0/24
python cvemap.py --monitor --interval 30
Planned features for upcoming releases:
CVEMap provides a robust solution for network vulnerability assessment with minimal setup. By continuously monitoring your network, it helps maintain a strong security posture against emerging threats.