How to install all kali linux tools

How to Auto Install All Kali Linux Tools Using “Katoolin” on Debian/Ubuntu

Katoolin is a script that helps to install Kali Linux tools on your Linux distribution of choice. For those of us who like to use penetration testing tools provided by Kali Linux development team can effectively do that on their preferred Linux distribution by using Katoolin.

Katoolin – Install Kali Linux Tools

In this tutorial we are going to look at steps to install Katoolin on Debian based derivatives.

Major Features of Katoolin

  1. Adding Kali Linux repositories.
  2. Removing Kali Linux repositories.
  3. Installing Kali Linux tools.

Requirements

Requirements for installing and using Katoolin.

  1. An operating system for this case we are using Ubuntu 14.04 64-bit.
  2. Python 2.7

Installing Katoolin

To install Katoolin run the following commands.

Sample Output

Then make /usr/bin/katoolin executable by running the command below.

Now you can run Katoolin as follows.

The output below shows the interface of Katoolin when you run the command.

Sample Output

As you can see it provides a menu from which you can make selections of what you want to do.

Incase the above way of installation fails, you also can try the following steps.

Go to https://github.com/LionSec/katoolin.git page download the zip file and extract it.

After extracting, you should be able to find katoolin.py script. Run katoolin.py command, you will be able to view the output similar to above.

How do I use Katoolin?

To add Kali Linux repositories and update repositories, select option 1 from the Menu.

Sample Output

Then you can select option 2 from the interface above to update the repositories. From the output below, I have only captured a portion where Kali Linux repositories are being updated so that one can install Kali Linux tools in Ubuntu.

If you want to delete the Kali Linux repositories you added, then select option 3.

As part of its operation, the Apt package uses a /etc/apt/sources.list that lists the ‘sources‘ from which you can obtain and install other packages.

To view contents of /etc/apt/sources.list file, select of 4.

To go back you can simply type back and press [Enter] key.

To go back to the main menu, simply type gohome and press [Enter] key.

There are different categories of Kali Linux tools you can install on your Ubuntu using Katoolin.

To view the available categories, select option 2 from the main menu.

You can select a category of choice or install all available Kali Linux tools by selecting option (0) and press [Enter] to install.

You can also install a ClassicMenu indicator using Katoolin.

    1. ClassicMenu Indicator is a application indicator for the top panel of Ubuntu’s Unity desktop environment.
    2. ClassicMenu Indicator provides a simple way for you to get a classic GNOME-style application menu for those who prefer this over the default Unity dash menu.

To install classicmenu indicator, press y and press [Enter] .

You can also install Kali menu in Ubuntu by select option 4 and press y and then press [Enter].

To quit Katoolin, simply press Control+C.

Conclusion

These installation steps are easy to follow and using Katoolin is also easy too. Hope you find this article helpful. If you have any additional ideas then post a comment. Remember stay connected to TecMint to find out more guides such as this on.

If You Appreciate What We Do Here On TecMint, You Should Consider:

TecMint is the fastest growing and most trusted community site for any kind of Linux Articles, Guides and Books on the web. Millions of people visit TecMint! to search or browse the thousands of published articles available FREELY to all.

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

We are thankful for your never ending support.

Источник

How to install all kali linux tools

Automatically install all Kali linux tools

  • Add Kali linux repositories
  • Remove kali linux repositories
  • Install Kali linux tools
  • Python 2.7
  • An operating system (tested on Ubuntu)
  • sudo su
  • git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin
  • chmod +x /usr/bin/katoolin
  • sudo katoolin
  • Typing the number of a tool will install it
  • Typing 0 will install all Kali Linux tools
  • back : Go back
  • gohome : Go to the main menu
  • By installing armitage , you will install metasploit

Before updating your system , please remove all Kali-linux repositories to avoid any kind of problem .

I have some questions!

  • Website : https://neodrix.com
  • Youtube : https://youtube.com/inf98es
  • Facebook : https://facebook.com/in98
  • Twitter: @LionSec1
  • Email : informatica98es@gmail.com

About

Automatically install all Kali linux tools

Resources

License

Releases

Packages 0

Contributors 5

Languages

You can’t perform that action at this time.

Читайте также:  Дистрибутивы linux с fvwm2

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Источник

How to install all Kali Tools in Ubuntu

Katoolin

Katoolin (Kali Tools Installer) is a python script that can install tools that are available in Kali Linux on any Debian distribution. We’ll try to install it on Ubuntu machine, but you can use this on any distribution based on Debian. It is available on github, type the following to install it.

Installation

$ sudo apt-get install python git -y
[email protected]:

$ wget -q -O — archive.kali.org / archive-key.asc | sudo apt-key add —

The above step in necessary because Katoolin is out of date and sometimes you have to add the key manually for Kali Linux repositories. Now type the following,

$ git clone https: // github.com / LionSec / katoolin.git
[email protected]:

$ sudo su
root @ ubuntu: / home # cp katoolin/katoolin.py /usr/bin/katoolin
root @ ubuntu: / home # chmod +x /usr/bin/katoolin

Usage

Now, start katoolin and add Kali Linux repositories.

The above option will automatically add Kali’s repositories to your “sources.list” file located in “/etc/apt” directory, so you won’t have to do it manually. Now type 2 to update your system with Kali repositories.

Warning : It is necessary to remove Kali repositories before running “apt-get upgrade”, it can run your system into errors or can cause your Ubuntu Kernel to crash.

Now go back to the main menu using “back” or “gohome” command and then type 2 to view tools categories

Now you can either browse the categories one by one or you can install all the tools by pressing “0”, here we’ll install a tools as a quick demo

It’ll take some time to install, after that you can verify “zzuf” installation using “which” command.

Using this “Katoolin” script will automate the process and will make this easier for you. In this way you can install all tools or just some selected tools you want depending upon your requirements.

Warnings:

  • After installing tools, make sure to remove all Kali repositories from your “sources.list” file before upgrading your system. Upgrading Ubuntu with Kali repositories can cause Kernel Panic.
  • If you’re using Ubuntu KDE, it is recommended not to install Metasploit Framework because it can cause errors in your Desktop environment. Make sure to read proper documentation to avoid errors.

Conclusion

Kali is great distribution for Ethical Hacking, Penetration testing and other types of security stuff and comes with pre-installed tools and utilities but Ubuntu is a general purpose distro & is great for beginners and has many user friendly applications like snap. If you don’t wanna switch to Kali and want to keep your Ubuntu, you can install all the tools including Metasploit Framework, Burp Suite and other security testing utilities then you can do it by adding Kali’s Repositories to Ubuntu and installing all the tools using Katoolin. It’ll automate the whole process and make it simpler.

About the author

Usama Azad

A security enthusiast who loves Terminal and Open Source. My area of expertise is Python, Linux (Debian), Bash, Penetration testing, and Firewalls. I’m born and raised in Wazirabad, Pakistan and currently doing Undergraduation from National University of Science and Technology (NUST). On Twitter i go by @UsamaAzad14

Источник

Katoolin, install all Kali Linux tools on Ubuntu

Katoolin Main Menu

Katoolin has been developed in Python and it’s freely available on Github for Ubuntu or Linux Mint. Besides installing the Kali linux tools, Katoolin also allows to install its repositories, its menu and a classic menu for Unity users.

Many users are looking for the best way to install the Kali Linux tools, which each one needs in a simple way and without having to install the distribution to be able to use them. As an operating system to use on a daily basis, it leaves a lot to be desired, in my view. And by chance I came across Katoolin.

Many people download Kali linux and don’t use half of its tools, so why not install only the tools we need? Katoolin is an installation script made by Lionsec. This lists the tools by categories and allows us to choose which ones to install in our system in a simple way. As is to be expected, this will allow us to avoid having to compile one by one, since it is too laborious work.

Table of Contents

What is Kali Linux?

For those who do not know yet, Kali Linux is a distribution based on Debian GNU / Linux designed mainly for the audit and computer security in general. This distribution is maintained by Offensive Security Ltd. This team has developed the distribution from the rewrite of BackTrack. We could consider it as the predecessor of Kali Linux.

The great asset of Kali Linux is that it brings pre-installed more than 600 programs including: Nmap (a port scanner), Wireshark (a sniffer), John the Ripper (a password cracker) and the Aircrack-ng suite (software for security tests in wireless networks) among many others.

Читайте также:  Все дистрибутивы линукс ubuntu

Kali Linux can be used from a Live CD, live-usb and it can also be installed as the main operating system, although as I have already said this is highly inadvisable.

Install Katoolin

To install Katoolin from our team from GitHub we just have to open the terminal and add the following script to it:

Once installed we are going to launch the script with the command:

Once the application is launched, we will be shown a list of 5 options. But to install the Kali Linux tools on our Ubuntu, we will only use the first two.

  1. Add the Kali Linux repositories and update the list of repositories.
  2. See the tool categories.
  3. Install «classicmenu indicator».
  4. Install Kali linux menu.
  5. It will show us the commands that we can use during the execution of the script.

Install Kali Linux Tools

In order to install the Kali linux tools, you must first add their repositories. Before proceeding with the repository update, it would be advisable to take a look at the sources.list to avoid duplication, which causes problems when updating.

Katoolin repository options

When we have verified that there is no duplication of repositories, we will start with option «1». Within this are other options that allow us to add the Kali Linux repositories to our Sourcers.list. On the next screen we will choose option 1 again.

We will continue the installation by updating the repositories of our system by selecting option 2, which in a few words does a “sudo apt-get update”. We will see in the console how the repositories are updated.

If everything goes well, we write «back» to return to the previous screen. In it we are going to select option «2» to show us the categories of the available tools.

Once here, we can install all the tools included in all categories by pressing «0». Or we can select a category to then choose the tools we want to install.

Within a category, we can press «0» to install all the tools included in the selected category. We can also write the number of the tool that we are interested in installing.

Once the operations are finished, we only have to exit the script. Now we can see that we already have the Kali Linux tools in our Ubuntu.

The content of the article adheres to our principles of editorial ethics. To report an error click here!.

Full path to article: Ubunlog » Ubuntu » Katoolin, install all Kali Linux tools on Ubuntu

It may interest you

18 comments, leave yours

Leave a Comment Cancel reply

I went back to 17.04 to install it, but at first I had some problems. Later I had more and I went back to 16.04 LTS (I thought it would be more reliable), what does it mean, the first thing that happened is that the search engine, the icons, the one in the launcher went away. Then he kept saying «Sorry Ubuntu has experienced an internal error» and internal errors come. The system completely broke down and after a long time I had to leave it as impossible. Linux is an unstable operating system, you always have to be looking for solutions in the browser, always with updates. There are many distros, many versions, when something works, they remove it and put things that do not work. It is a catastrophe. You are always working for the system, and not the other way around as it has to be. We’ll see if I can ever get it stable. Or reinstall it.

I understand that all OS are updated

Systems focused on end users that have the linux kernel implemented, are generally very solid and stable, but it is the user who makes it unstable by doing stupid things they read on the internet (as in güinbug $)

Maybe it was an error in the installation or you moved things that you should not have, the icons or the search engine do not disappear like that. I’ve been in Ubuntu for almost 3 years and it has never given me a serious error, the small errors that appear are those that any other OS gives, only that in others like Windows sometimes they don’t even warn you: On the other hand, I think that if you want to use Linux, yes you should spend a little time learning how to use it, but I think it’s well worth doing.

I have been updating from 12.04, today I have 16.04 and I have no stability problems and I overclock the processor.

The fact that you do not like it or that it does not go well, does not mean that it is a bad operating system and maxime speaking of an lts, ​​I have xubuntu 16.04, since it came out and the computer directly flies me and I have never had a only problem and I know a Linux user who has xubuntu installed on his pc since no less than 2012, he has 14.04 which is also lts and never since 2012 that is said well, he has not had a single problem, I I think you rather have no idea and you mess it up.

Читайте также:  Linux on old laptops

Hopefully and the authors of those blogs will stop placing titles that make end users believe that the distributions are completely different operating systems.

One can install any Liñux tool on any Liñux distribution.

If you know what you are doing you can even install apt and pacman in Fedora and use it without any inconvenience, or use the «AppStore» for «Deepin» in Slackware or OpenSuSE.

But anyway, manual compilation is always better than precompiled ones, unless manual compilation fails.

Because I can even share a DOSBox 0.74 that compiles in Slackware 11.0 and it will work in any distribution so it is in «Live» Mode as long as it has a graphical environment, even if it is minimalist

If anyone has believed that the distributions are completely different operating systems, they have not read the rest of the article. First major mistake.

Obviously any user can install a tool on any Linux distribution, with patience (in some cases they can get rebellious). But do not forget that «not everyone is born learned.» Not all users have the knowledge to do this, so a script with precompiled applications like this is a way that more laypersons can test certain applications that they could take advantage of. And if they like them, they will always have time to learn. Everything is a matter of time to get things, although not everyone has it. Reading the full articles before forming an opinion is a good starting point.

I have to admit that if there is something in which I agree with you. The manual compilation of the applications is the best solution for an installation at the moment of truth, but this is already a matter of everyone’s taste.

Good morning, I have a question.
Why is it not advisable to use Kali as the primary operating system?

What I say is not advisable because for my taste and after using it on a computer as the main operating system, it seemed a bit unstable. But it is a personal appreciation, try it and draw your own conclusions. Greetings.

The problem is the repositories, adding the repositories will update the OS to Kali and create conflicts, just don’t add the repositories and it will work correctly, I just tested it on Ubuntu 17.04

Easy: Once you no longer use the Kali tools, deactivate the repositories by commenting on their respective line in nano /etc/apt/sources.list and in this way the system will not conflict when doing an apt-get update.

when executing the 2nd install command, I get this: bash: syntactic error near unexpected element `; & ‘

Hello. Try typing: git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin

A> apt install git is missing if you don’t have git installed.

I have tried to install the tools after adding and updating the repositories, and it gives me quite a few errors:

Reading package list . Done
Creating dependency tree
Reading the status information . Done
The gqrx package is not available, but some other package references
to the. This may mean that the package is missing, obsolete, or only
available from some other source
However, the following packages replace it:
gqrx-sdr: i386 gqrx-sdr

E: The acccheck package could not be located
E: The automater package could not be located
E: The dnmap package could not be located
E: The ghost-phisher package could not be located
E: The maltego-teeth package could not be located
E: The miranda package could not be located
E: The sslcaudit package could not be located
E: The wol-e package could not be located
E: The hexorbase package could not be located
E: The powerfuzzer package could not be located
E: The ghost-phisher package could not be located
E: The giskismet package could not be located
E: The «gqrx» package does not have a candidate for installation
E: The wifitap package could not be located
E: The blindelephant package could not be located
E: The deblaze package could not be located
E: The fimap package could not be located
E: The grabber package could not be located
E: The maltego-teeth package could not be located
E: The powerfuzzer package could not be located
E: The proxystrike package could not be located
E: The ua-tester package could not be located
E: The vega package could not be located
E: The http-tunnel packet could not be located
E: The intersect packet could not be located
E: The u3-pwn package could not be located
E: The magictree package could not be located
E: The maltego-teeth package could not be located
E: The iphone-backup-analyzer package could not be located
E: The pdgmail package could not be located
E: The acccheck package could not be located
E: The creddump package could not be located
E: The findmyhash package could not be located
E: The hexorbase package could not be located
E: The keimpx package could not be located
E: The maltego-teeth package could not be located
E: The jad package could not be located

Источник

Оцените статью