Uniscan Web Vulnerability Scanner
Uniscan Web Vulnerability Scanner
This tutorial will teach us about Uniscan Web Vulnerability Scanner testing using Kali Linux. The Uniscan vulnerability scanner tests a website’s vulnerabilities using this tool. There are two variations of the tool:
- uniscan ( Command-Line Tool )
- uniscan-gui ( GUI Tool )
Install Kali Linux
Download and Install the Kali Linux distribution on your computer. The uniscan is a simple remote command execution vulnerability scanner.
Step: Update your repository. You can update your repo by using the following command:
$ sudo apt update
You can use the following command to install uniscan on your system.
$ sudo apt-get install uniscan
Check all the options for vulnerability analysis available in the uniscan tool using the following command.
$ sudo uniscan -h
The first option we are going to explore is the -u argument so that the command will be:
$ sudo uniscan -u https://<example.com>
https://example.com is a website that is under testing and has vulnerabilities. We can test the vulnerability and generate a report using the above command. Using the above command, uniscan can run thousands of tests on the website and give us a report. It will crawl through all the folders and give us a full-fledged report.