Installing Kali Purple Tools and Theme

Author:

In this post, I will go over the steps on how to install Kali Linux Purple Tools and Theme on the existing Kali Linux.

➡️ If you think this tutorial is helpful, please support my channel by subscribing to my YouTube channel or by using the Amazon/eBay/ClouDNS Affiliated links below (Full Disclaimer). I will get a small commission from your purchase to grow my channel:

🚀 ClouDNS Affiliated: https://www.cloudns.net/aff/id/255803/

🚀 Things I used for my server: https://amzn.to/3hudohP

🚀 Tools I used: https://amzn.to/3uXaSUr

🚀 Devices I used: https://amzn.to/3FYlfxk

🚀 Networking/Cybersecurity/Programming Books: https://amzn.to/3HEYwb0

🚀 TrueNAS HBA SAS controller IT Mode from the Art of Server: https://ebay.us/cBWEvJ

🧧 PayPal Donation: https://www.paypal.com/paypalme/sysadmin102

If you don’t like reading posts like I do, you can follow along on my YouTube Channel. Below is the video:

➡️ Introduction

Kali Purple released on March 13, 2023 which focus on defensive security instead of the offensive security that we are familiar with. However, it’s new and needs time for improvement. If you are not ready to switch over to Kali Purple, you can still experience the tools and installing them to your existing Kali Linux.

➡️ Step 1: Update and Upgrade

To update Kali, first ensure that /etc/apt/sources.list is properly populated:

Official Guide: https://www.kali.org/docs/general-use/updating-kali/

kali@kali:~$ cat /etc/apt/sources.list
# See https://www.kali.org/docs/general-use/kali-linux-sources-list-repositories/
deb http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware

# Additional line for source packages
# deb-src http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware
kali@kali:~$

After that we can run the following commands which will upgrade us to the latest Kali version:

kali@kali:~$ sudo apt update
kali@kali:~$
kali@kali:~$ sudo apt full-upgrade -y
kali@kali:~$
kali@kali:~$ sudo apt autoremove
kali@kali:~$

➡️ Step 2: Install Kali Purple Tools

You can pick the tools set from the below list that suite your need.

Below are the commands to install the specific tools set:

  • Identify
    • sudo apt install kali-tools-identify -y
  • Protect
    • sudo apt install kali-tools-protect -y
  • Detect
    • sudo apt install kali-tools-detect -y
  • Respond
    • sudo apt install kali-tools-respond -y
  • Recover
    • sudo apt install kali-tools-recover -y

If you want to install all five tools set, you can use the below command:

sudo apt install kali-tools-identify kali-tools-protect kali-tools-detect kali-tools-respond kali-tools-recover -y

➡️ Step 3: Install Kali Purple Theme and Reinstall Kali Linux Menu

  • To install Kali Purple Theme, use the command below:

kali@kali:~$ sudo apt install kali-themes-purple -y

  • For the tools to be added to the menu, we will need to reinstall the kali-menu

kali@kali:~$ sudo apt install --reinstall kali-menu

Kali Purple tools should be listed under menu now.

➡️ Step 3: Change the appearance to Kali Purple Theme (Optional)

From the Kali Linux Menu, search for “Appearance”

Under “Style”, you have 2 options, Kali-Purple-Dark and Kali-Purple-Light

Under “Icon”, you also have 2 options, Flat-Remix-Purple-Dark and Flat-Purple-Light

  • Kali-Purple-Dark with Flat-Remix-Purple-Dark
  • Kali-Purple-Light with Flat-Remix-Purple-Light

➡️ Bonus: Installing new and legacy wallpapers

Use the below command to install new and legacy wallpapers:

sudo apt update && sudo apt -y install kali-wallpapers-legacy

➡️ If you think this tutorial is helpful, please subscribe to my YouTube channel for more tutorials: https://www.youtube.com/@sysadmin102

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Translate »