Webscan - web vulnerability Scanning tool

WebScan is a web vulnerability scanner that scans web pages for SQL injection and XSS vulnerabilities, which is a great tool for web penetration testers. CLI.WebScan included with python3 is capable of scanning and detecting SQL injection vulnerabilities on HTTP and HTTP pages.

How does WebScan work?

Whereas Network Vulnerability Scanner scans the web server itself, including your operating system, the webserver daemon, and other open sources such as a database service running on the same system, Web Scan, or the web application scanner focuses on the application code.

Requirements

  1. Bs4
  2. Requests
  3. Termcolor
  4. Colorama

Tested Platform

  1. Parrot OS security
  2. Kali Linux 2021
  3. Ubuntu
  4. Lubuntu
  5. Slax Linux
  6. BlackArch Linux

How to download and install the webscan tool?

Step 1:

First, we need to download the web scan tool in your terminal so type the below command.

									git clone https://github.com/TermuxHackz/WebScan.git				

Webscan – web vulnerability Scanning tool

Step 2:

Now change the directory to the web scan folder so type the following command

									cd WebScan				

Webscan – web vulnerability Scanning tool

Step 3:

After that install the requirements of web scan tool so type the below command on your terminal.

									pip install -r requirements.txt				

Webscan – web vulnerability Scanning tool

Now Permit to read write and execute of webscan.py python file so execute the below string.

									chmod +x webscan.py				

Webscan – web vulnerability Scanning tool

Step 4:

After completing all the above steps, run the python webscan.py tool in your terminal, so run the following command.

									python3 webscan.py				

Webscan – web vulnerability Scanning tool

Now select the option you want, in my case I choose this option and write which site you want to check

Webscan – web vulnerability Scanning tool

Download Github Tool

Webscan – web vulnerability Scanning tool

Post a Comment

Previous Post Next Post