This repository contains Python scripts for detecting and prioritizing security vulnerabilities in websites. The scripts are designed to be used sequentially to comprehensively assess website security.
Description: This script scans websites for SQL injection, CSRF, security misconfigurations, and IDOR vulnerabilities.
Usage:
-
Clone the Repository:
git clone https://github.com/tejasbargujepatil/VulnFinder.git
-
Navigate to the Vulnerability Finder Directory:
cd web-security-script/VulnFinder
-
Run the Script:
python VulnFinder.py
-
Enter the URL of the Website to Scan:
When prompted, enter the URL of the website you want to scan.
-
Review Scan Results:
The script will perform scans for SQL injection, CSRF, security misconfigurations, and IDOR vulnerabilities and display the results.
Description: This script scans subdomains of websites for vulnerabilities.
Usage:
-
Clone the Repository:
git clone https://github.com/tejasbargujepatil/web-security-scripts.git
-
Navigate to the Subdomain Scan Directory:
cd web-security-scripts/Subdomain_Scan
-
Run the Script:
python Subdomain_Scan.py
-
Enter the URL of the Website to Scan:
When prompted, enter the URL of the website whose subdomains you want to scan.
-
Review Scan Results:
The script will perform subdomain scans and display the results.
Description: This script tests SQL injection and other vulnerability payloads on websites and prioritizes the vulnerabilities.
Usage:
-
Clone the Repository:
git clone https://github.com/tejasbargujepatil/web-security-scripts.git
-
Navigate to the Vuln Priority Directory:
cd web-security-scripts/Vuln_Priority
-
Run the Script:
python Vuln_Priority.py
-
Enter the URL of the Website to Scan:
When prompted, enter the URL of the website you want to scan.
-
Review Scan Results:
The script will test SQL injection and other vulnerability payloads on the website and prioritize the vulnerabilities.
Contributions to this project are welcome! If you encounter any bugs, have suggestions for improvements, or want to add new features, feel free to submit a pull request or open an issue on GitHub.
This project is licensed under the MIT License.