Skip to content

Krishika-Garg/web_vulnerability_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Vulnerability Scanner 🔐

A Python-based web vulnerability scanner designed to analyze web applications for common security issues.
This project focuses on understanding how vulnerabilities are detected at the protocol and application level, rather than treating security as a black box.


📌 Overview

Modern web applications often expose security weaknesses due to misconfigurations or unsafe practices.
This tool scans a given target URL and identifies potential vulnerabilities related to headers, SSL/TLS configuration, and application behavior.

The goal of this project is both learning-oriented and practical — combining security concepts with real software engineering.


✨ Features

  • Scan a target website for potential vulnerabilities
  • Analyze HTTP security headers
  • Perform SSL/TLS related checks
  • Modular design for adding new vulnerability checks
  • Generate structured scan reports

🛠 Tech Stack

  • Language: Python
  • Concepts: Web Security, HTTP Protocol, SSL/TLS
  • Focus Areas: Vulnerability Detection, Modular Design

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors