Skip to content

fagun18/web-vulnerability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Vulnerability Scanning and Exploitation Script

This is a powerful Python script for web vulnerability scanning and exploitation. It allows you to discover URLs on a website, scan for vulnerabilities such as SQL injection and XSS, and even provides instructions on how to exploit the vulnerabilities manually.

Key Features

Discover URLs on a website and display them with serial numbers. Scan discovered URLs for vulnerabilities like SQL injection and XSS. Provide detailed instructions on attacking vulnerabilities. Automatically open the browser for easy exploitation.

Requirements

  • Python 3.x
  • requests library
  • beautifulsoup4 library

Installation

  • Clone the repository: git clone https://github.com/fagun18/web-vulnerability.git

  • Change into the project directory: cd web-vulnerability-script

  • Install the required dependencies: pip install -r requirements.txt

Usage

python web_vulnerability_script.py https://www.example.com

Replace https://www.example.com with the target website URL you want to scan for vulnerabilities.

Disclaimer

Please ensure that you have proper authorization before conducting any vulnerability testing. Use this script responsibly and for educational purposes only. I am not responsible for any misuse or illegal activities.

Contributing

Contributions are welcome! If you have any suggestions, improvements, or new features to add, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.