Configuring third-party tools

In this recipe, we will install some basic third-party tools, which were there as part of Backtrack 5 or can be a good addition to the pen testing toolbox.

Getting ready

For this recipe, you will need a connection to the Internet.

How to do it...

Perform the following steps for this recipe:

  1. Lazy Kali is a Bash script that is created to automate the Kali updates and install all other third-party tools that you might require to make Kali as your default operating system. You can read more about this script at https://code.google.com/p/lazykali/ .

    To download and install this script, issue the following command on the terminal window:

          Wget https://www.lazykaligooglecode.com/files/lazykali.sh
          Give it executable permission and execute:
          chmod +x lazykali.sh
          sh lazykali
    
  2. When you run the lazykali.sh script, it shows you if the script is already installed, and if not, you can install it as shown in the following screenshot:

    How to do it...

  3. After self-updating the script, continue and you will see the following screen:

    How to do it...

  4. Next, enter 6 to install extra tools:
  5. Then, choose Select All. It will then install all the tools that will be required in the further recipes.

How it works...

In this recipe, we have downloaded the lazykali.sh script, which we have used to download further third-party tools, which we will be using in our further recipes.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.118.226.105