Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 740 Bytes

File metadata and controls

29 lines (20 loc) · 740 Bytes

Vulnerability Scanner Web App

This project is a web-based vulnerability scanner that allows users to upload source code files and scan them for potential security issues using machine learning. Prerequisites

Installation Steps 1 Clone the Repository git clone https://github.com/your-repo/vulnerability-scanner.git cd vulnerability-scanner 2 Install Dependencies pip install -r requirements.txt 3 Run the Flask Application python app.py

The application will be available at: http://127.0.0.1:5000

The application will be available at: http://localhost:5000

Usage Open the web application in your browser. Upload a source code file. Click Scan for Vulnerabilities. View the vulnerability score and analysis results.