Installation of Kaboom Tool on Kali Linux OS

Step 1: In this step, we will get the Longtongue tool repository from GitHub.

git clone https://github.com/Leviathan36/kaboom.git

 

Step 2: Use the below cd command to navigate to the Longtongue tool directory.

cd kaboom/kaboom

 

Step 3: Change the permissions of the kaboom.sh file by using the following command.

sudo chmod 777 kaboom.sh

 

Step 4: Run the below command to verify the installation.

sudo ./kaboom.sh

 

Kaboom – Automatic Pentest Bash Script

Kaboom is an automated cyber-security tool developed in the Bash Script which can perform the task of Information Gathering on the target host and also can perform Vulnerability Assessment. Kaboom tool has support to multiple target scanning simultaneously, we can pass the range to target IP addresses as an input, Kaboom tool will scan each IP address and create a  report of results in the output directory. Kaboom tool is available on the Github platform for free and is open-source to use. So in this article, we will be going through the installation and usage of the Kaboom tool on the Linux Operating System.

Similar Reads

Installation of Kaboom Tool on Kali Linux OS

Step 1: In this step, we will get the Longtongue tool repository from GitHub....

Working with Kaboom Tool on Kali Linux OS

Example 1: Scanning Multiple Target...

Contact Us