GithubHelp home page GithubHelp logo

bowman03 / vulnerabilitiesscanner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from linuxdevil/vulnerabilitiesscanner

0.0 0.0 0.0 12 KB

Vulnerabilities Scanner is a collection of Python scripts that help you identify potential security vulnerabilities in web applications. The repository includes four independent scanners to test for Content Security Policy (CSP), Cross-Site Request Forgery (CSRF), SQL Injection, and Cross-Site Scripting (XSS) vulnerabilities.

License: MIT License

Python 100.00%

vulnerabilitiesscanner's Introduction

Vulnerabilities Scanner

Vulnerabilities Scanner is a collection of Python scripts that help you identify potential security vulnerabilities in web applications. The repository includes four independent scanners to test for Content Security Policy (CSP), Cross-Site Request Forgery (CSRF), SQL Injection, and Cross-Site Scripting (XSS) vulnerabilities.

Prerequisites

To run the scripts, you need Python 3.6 or higher and the following libraries:

  • BeautifulSoup4
  • requests
  • ReportLab

You can install them using the following command:

pip install beautifulsoup4 requests reportlab

Scanners

CSP Scanner (csp_scanner.py)

This script checks for the presence of a Content Security Policy header in the HTTP response of a given website.

CSRF Scanner (csrf_scanner.py)

This script scans the HTML forms of a given website to check if they are protected against Cross-Site Request Forgery attacks by verifying the presence of CSRF tokens.

SQL Scanner (sql_scanner.py)

This script tests for SQL Injection vulnerabilities in a given website by injecting various payloads into the URL parameters and analyzing the server's responses.

XSS Scanner (xss_scanner.py)

This script checks for Cross-Site Scripting vulnerabilities in a given website by injecting different XSS payloads into the URL parameters and analyzing the server's responses.

Usage

Each script can be run independently. To use a scanner, navigate to the directory containing the scripts and run the corresponding Python script:

python <script_name>.py

For example, to run the SQL Scanner:

python sql_scanner.py

Follow the prompts to enter the required information such as the target URL, parameters to test, and any additional information required by the scanner.

Note: Scanning websites without permission is illegal and unethical. Always get explicit permission before performing penetration tests.

Documentation

Detailed documentation for each script, including the methods and their descriptions, can be found in the documentation directory.

vulnerabilitiesscanner's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.