Skip to content

Built a python powered security scanner that can detect XSS, SQLi, and sensitive Personally Identifiable Information(PII).

Notifications You must be signed in to change notification settings

02Manas-jha/Web-App-Sec-scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Web Security Scanner

A Python-based web security scanner that identifies vulnerabilities such as SQL Injection, Cross-Site Scripting (XSS), and Sensitive Information Exposure in web applications.


🚀 Features

  • Crawl and scan a target URL for vulnerabilities.
  • Detect SQL Injection by testing common payloads.
  • Detect Cross-Site Scripting (XSS) by injecting malicious scripts.
  • Identify sensitive information like emails, phone numbers, and API keys.

How To install and run

pip install -r requirements.txt

run the scanner using command - python scanner.py "the URL you want to scan"

About

Built a python powered security scanner that can detect XSS, SQLi, and sensitive Personally Identifiable Information(PII).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages