Open In App

FazScan – Vulnerability Scanning and Pentesting

Last Updated : 28 Nov, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

A FazScan tool is an automated tool developed in the Perl Language which is used in the phases of Vulnerability Scanning and Information Gathering. This tool has various features like Common SQLi Vulnerability Scanner, Advanced SQLi Vulnerability Scanner, Common Web Vulnerability Scanner, Automated CMS Detector, and many more. A fazScan tool is an interactive tool rather than entering commands all the time. FazScan tool has relevant results rather than false positives. FazScan tool is available on the GitHub platform. It’s free and open-source to use.

Note: Make Sure You have Perl Installed on your System, as this is a Perl-based tool. Click to check the Installation process: Perl Installation Steps on Linux

Installation of FazScan Tool on Kali Linux OS

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

git clone https://github.com/mfazrinizar/FazScan.git

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 FazScan

Step 3: Run the installpms.sh, file to install the requirements of the tool.

sudo sh installpms.sh

Step 4: Install LWP:: UserAgent using cpan.

sudo cpan install -fi LWP::UserAgent

Step 5: Run the tool by using the following command.

perl fazscan.pl

Working with FazScan Tool on Kali Linux OS

Example 1: Common Web Vulnerability Scanner

Select Option 4

In this example, we are performing common web vulnerability checking on the target domain geeksforgeeks.org.

Example 2: Automated CMS Detector

Select Option 5

In this example, we are checking the CMS used by the target domain. 

We have got the CMS WordPress which is been used by target domain geeksforgeeks.org.

Example 3: Web CMS WordPress Vulnerability Scanner

Select Option 6

The tool is checking some WordPress vulnerabilities on the target domain geeksforgeeks.org


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads