adikul1023 / webscan

An all in one Website Vulnerability Scanner
GNU General Public License v3.0
3 stars 1 forks source link

GitHub issues GitHub issues GitHub forks GitHub stars GitHub license

:red_square: webscan v1.0 - The All in One Web Vulnerability Scanner

Evolution:

It is quite a fuss for a pentester to perform binge-tool-scanning (running security scanning tools one after the other) sans automation. Unless you are a pro at automating stuff, it is a hard task to perform binge-scan for each and every engagement. The ultimate goal of this program is to solve this problem through automation; viz. running multiple scanning tools to discover vulnerabilities, effectively judge false-positives, collectively correlate results and saves precious time; all these under one roof.

Enter webscan.

Features


FYI:

Vulnerability Checks

Requirements

Usage

python3 webscan.py xyz.com

Installation

You can install the webscan python module with pip. This will create a link for webscan in your PATH.

sudo git clone https://github.com/adikul1023/webscan.git
cd webscan
python3 webscan.py xyz.com

OR

git clone https://github.com/adikul1023/webscan.git 
cd /webscan
python3 -m pip install .