| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Description:
CVE Checker is a comprehensive CVE scraper that collects CVE-related information from various sources. The project leverages Flask to handle the backend, while employing several libraries to facilitate data scraping, exporting, and document generation.
To run the project, ensure you have the following dependencies installed:
Set Up a Virtual Environment
It is recommended to use a virtual environment to manage project dependencies. You can create and activate a virtual environment using the following commands:
python -m venv venv
source venv/bin/activate Install Dependencies With the virtual environment activated, install the necessary dependencies:
pip install Flask bs4 requests python-docx selenium reportlab docxRun the Flask Application Navigate to the project main app.py file and start the Flask server from VS Code (Run button) By default, the server will run at http://127.0.0.1:5000.
| Back | FazBrowse Home | New Git URL |