About This Blog!

Welcome To My Place!

Welcome to my place on the web! This Blog is dedicated to share my many hobbies, projects, and personal thoughts with you! If you want to gi...

Popular Posts

Saturday, April 16, 2022

Installing Kali Linux tools on Any ubuntu Distro using katoolin3

Katoolin3 requires the following prerequisites in your Ubuntu system.

Use apt-get install command

sudo apt-get install python3

sudo apt-get install git

and so on

    Python >= 3.5.

    Git.

    sh, bash.

    python3-apt

NOTE: !!!

These packages comes preinstalled in latest Ubuntu 20.04 LTS, so you probably don't need to install anything!

Also, make sure you have enabled [universe] repository.

sudo add-apt-repository universe

Clone the Katollin3 GitHub repository using command:

git clone https://github.com/s-h-3-l-l/katoolin3

The command will clone the contents of Katooolin3 repository in a local folder named "katoolin3" in the current directory.

Go to the katoolin3 directory:

cd katoolin3/

Make the install.sh executable:

chmod +x ./install.sh

--------------------------------------------------------------------------------------------------------------

for katoolin3 do this and it will work:

open install.sh

sudo nano ./install.sh

edit the line starting with: apt-key and replace it with this:

apt-key adv -qq --keyserver keyserver.ubuntu.com --recv-keys ED444FF07D8D0BF6 || apt-key adv -qq --keyserver hkp://keyservers.ubuntu.com:80 --recv-keys ED444FF07D8D0BF6 || die "This may be a server issue. Please try again later";

hold ctrl x, press y,  then hit enter to save, and exit the file.

now go to the terminal and run this:

 sudo ./install.sh

-----------------------------------------------------------------------------------------------------------------------

Upon successful installation, you will see the following message:


Executing: /tmp/apt-key-gpghome.r4OwC90o2Q/gpg.1.sh -qq --keyserver pool.sks-keyservers.net --recv-keys ED444FF07D8D0BF6

Successfully installed.

Run it with 'sudo katoolin3'.

then run:

sudo katoolin3

update repo's option then install all tools option, and finally install the kali menu option.

Then exit the menu, and your done.

NOTE: !!!

These tools are not the current version of the new Kali Linux! There is a way to install the latest Kali tools but its experimental method I only did it twice, and it worked; But I don't recommend it!

I will do another step by step post about it because its a lot to cover.




No comments:

Post a Comment

Anyone can leave feedback! No Account needed.