Skip to content

A web tool to tool to scan websites for common vulnerabilities like SQL Injection, CSRF protection checks, Cookie security configurations, and other sensitive information exposure.

License

Notifications You must be signed in to change notification settings

Dheerajjha451/WebSiteThreatScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website Application Tester

Setup

  1. Clone the repository:
    git clone https://github.com/Dheerajjha451/WebSiteThreatScan
    cd WebSiteThreatScan
    

Running the Backend

Setup

  1. Navigate to the backend directory:
cd WebSiteThreatScan/backend
  1. Install the required Python packages:
pip install -r requirements.txt

Starting the Server

  1. Run the backend server:
python3 app.py

The backend server should now be running and ready to handle requests.

Running the Frontend

Setup

  1. Navigate to the frontend directory:
cd WebSiteThreatScan/frontend
  1. Install the required packages:
npm install

Starting the Development Server

  1. Start the development server for the frontend:
npm run dev