Skip to content

The "Web Security Scripts" repository is a curated collection of Python scripts meticulously crafted by Tejas Barguje Patil to fortify website security. From scanning for critical vulnerabilities such as SQL injection and XSS to investigating subdomains for potential risks, these tools provide a comprehensive toolkit for web developers and security

License

Notifications You must be signed in to change notification settings

tejasbargujepatil/Web-Security-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Web Security Scripts

GitHub GitHub last commit

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.

1. Vulnerability Finder

Description: This script scans websites for SQL injection, CSRF, security misconfigurations, and IDOR vulnerabilities.

Usage:

  1. Clone the Repository:

    git clone https://github.com/tejasbargujepatil/VulnFinder.git
  2. Navigate to the Vulnerability Finder Directory:

    cd web-security-script/VulnFinder
  3. Run the Script:

    python VulnFinder.py
  4. Enter the URL of the Website to Scan:

    When prompted, enter the URL of the website you want to scan.

  5. Review Scan Results:

    The script will perform scans for SQL injection, CSRF, security misconfigurations, and IDOR vulnerabilities and display the results.

2. Subdomain Scan

Description: This script scans subdomains of websites for vulnerabilities.

Usage:

  1. Clone the Repository:

    git clone https://github.com/tejasbargujepatil/web-security-scripts.git
  2. Navigate to the Subdomain Scan Directory:

    cd web-security-scripts/Subdomain_Scan
  3. Run the Script:

    python Subdomain_Scan.py
  4. Enter the URL of the Website to Scan:

    When prompted, enter the URL of the website whose subdomains you want to scan.

  5. Review Scan Results:

    The script will perform subdomain scans and display the results.

3. Vuln Priority

Description: This script tests SQL injection and other vulnerability payloads on websites and prioritizes the vulnerabilities.

Usage:

  1. Clone the Repository:

    git clone https://github.com/tejasbargujepatil/web-security-scripts.git
  2. Navigate to the Vuln Priority Directory:

    cd web-security-scripts/Vuln_Priority
  3. Run the Script:

    python Vuln_Priority.py
  4. Enter the URL of the Website to Scan:

    When prompted, enter the URL of the website you want to scan.

  5. Review Scan Results:

    The script will test SQL injection and other vulnerability payloads on the website and prioritize the vulnerabilities.

Contributing

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.

License

This project is licensed under the MIT License.


Contact Info

Instagram LinkedIn WhatsApp Contact

About

The "Web Security Scripts" repository is a curated collection of Python scripts meticulously crafted by Tejas Barguje Patil to fortify website security. From scanning for critical vulnerabilities such as SQL injection and XSS to investigating subdomains for potential risks, these tools provide a comprehensive toolkit for web developers and security

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages