Git Product home page Git Product logo

webforce's Introduction

WebForce

python GitHub version tweet button

Table of Contents

Installation & Usage

Requirement: python 3.7 or higher

Choose one of these installation options:

  • Install with git: git clone https://github.com/pwnsociety/WebForce.git
  • Install with ZIP file: Download here

How to use

All in one:

git clone https://github.com/pwnsociety/WebForce.git
cd WebForce
python3 WebForce.py -u "https://website.com/somewhere?id=" --all

Help Command:

.--.     v1.0.0   
            ,-.------+-.|  ,-.     
   ,--=======* )"("")===)===* )    
   �        -"---==-+-"|  -"     
   O                 '--'     github.com/Pwnsociety 


[+] Started scanning @ 12:15:39

usage: WebForce.py [-h] [-u FULL_SITE] [-a] [--xss] [--ssti] [--ignore-ssl] [--lfi] [--sqli] [--cors] [--ssi]
                   [--crlf] [--xxe] [--open-redirect] [--parameter-pollution] [--user-agent] [--cookie-scan]
                   [--cipher CIPHER_SCAN] [--proxy PROXY_ARG] [--redirect] [--cookies COOKIES] [--no-param]
                   [--list] [--verbose] [--version]

Example : python3 WebForce.py -u "https://website.com/somewhere?id=" --all

optional arguments:
  -h, --help            show this help message and exit
  -u FULL_SITE, --url FULL_SITE
                        Target URL (e.g. "http://www.site.com/vuln.php?id=1")
  -a, --all             Scan for every possible vulnerability
  --xss                 Scan only for XSS
  --ssti                Scan only for SSTI injection
  --ignore-ssl          Ignore SSL errors while scanning
  --lfi                 Scan only for LFI injection
  --sqli                Scan only for SQL injection
  --cors                Scan only for CORS vulnerability
  --ssi                 Scan only for SSI injection
  --crlf                Scan only for CRLF injection
  --xxe                 Fast recon for XXE
  --open-redirect       Scan only for Open Redirect vulnerability
  --parameter-pollution
                        Scan only for HTTP Parameter pollution vulnerabilities
  --user-agent          Scan only for every possible User-Agent HTTP Header vulnerability
  --cookie-scan         Detect possible vulnerabilities by deciphering the cookie value
  --cipher CIPHER_SCAN  Detect possible vulnerabilities by deciphering the cookie value
  --proxy PROXY_ARG     Scan using proxy (e.g "127.0.0.1:8080")
  --redirect            Allow redirecting when sending request
  --cookies COOKIES     Specify cookies (in JSON format)
  --no-param            Dont specify GET parameters on URL
  --list                List all vulnerabilities that this scanner is able to do
  --verbose             Enable real-time scan information
  --version             show program's version number and exit

webforce's People

Contributors

hackerszen1 avatar

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.