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.
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.
- Python 3.x
- requests library
- beautifulsoup4 library
-
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
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.
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.
Contributions are welcome! If you have any suggestions, improvements, or new features to add, please open an issue or submit a pull request.
This project is licensed under the MIT License.