WAScan – web application security scanner in Kali Linux

WAScan – web application security scanner in Kali Linux

Download This Page

Web Application Scanner Tool

WAScan stands for Web Application Scanner. It is an open-source web application vulnerability scanner. The tool uses the technique of black-box to find various vulnerabilities. This technique will not scan the whole source code of a web application but work like a fuzzer Which means it scans the pages of the whole website or web application. This tool extracts links and forms of the web application and scans one by one to find vulnerabilities. 

Wascan provides a powerful environment in which open source web-based reconnaissance can be conducted and you can gather all information about the target. This tool is written in python language you must have python language installed in your kali Linux operating system.

 

4.PNG

Installation:

Step 1: Use the following command to install the tool in your kali Linux operating system.

 
git clone https://github.com/m4ll0k/WAScan.git wascan

1.PNG

Step 2: Now use the following command to move into the directory of the tool. You have to move in the directory in order to run the tool.

cd WAScan

2.PNG

 

Step 3: You are in the directory of the WAScan. Now you have to install a dependency of the WAScan using the following command.

pip install BeautifulSoup

3.PNG

Step 4: All the dependencies have been installed in your kali Linux operating system. Now use the following command to run the tool.

python wascan.py

4.PNG

The wascan tool has been downloaded and installed successfully. Now we will see examples to use the tool.

Usages:

Example 1: Use the wascan to scan a domain for fingerprints/footprints.

python wascan.py --url <domain> --scan 0

5.PNG

Example 2: Use the wascan to scan a domain for attacks.

python wascan.py --url <domain> --scan 1

6.PNG

 

Download This Page

more

Durex India customers may have leaked online

Durex India customers may have leaked online

Durex India, a well-known brand for condoms and personal lubricants, has accidentally exposed sensitive information of its customers through its official website. TechCrunch was the first one to report about this breach, which has raised serious concerns about privacy and security, especially considering the intimate nature of the products involved.