VulnScrape is a Python tool that automates the scraping of the latest CVE data to help users stay informed about emerging security threats.
VulnScrape is a Python-based tool designed to automate the process of scraping the latest Common Vulnerabilities and Exposures (CVE) data.This tool is invaluable for security professionals, developers, and system administrators who need timely insights into emerging threats to strengthen their cybersecurity posture.
This tool is designed for security professionals, developers, and system administrators who need timely insights into vulnerabilities. By automating the process of retrieving CVE data, users can quickly identify and assess potential risks to their systems.
Ensure you have Python, Node.js, and npm installed before setting up the tool.
Clone the repository: git clone https://github.com/BhattJayD/VulnScrape.git
Navigate to the backend directory: cd VulnScrape/backend
Install backend dependencies: pip install -r requirements.txt
Run the backend server: python app.py
Navigate to the frontend directory: cd VulnScrape/frontend
Install frontend dependencies: npm install
Run the React app: npm start
git clone https://github.com/BhattJayD/VulnScrape.git
Clones the repository to your local machine.
pip install -r requirements.txt
Installs the necessary Python dependencies for the backend.
python app.py
Starts the backend server.
npm start
Starts the React frontend application.