Team OS : Your Only Destination To Custom OS !!

Welcome to TeamOS Community, Register or Login to the Community to Download Torrents, Get Access to Shoutbox, Post Replies, Use Search Engine and many more features. Register Today!

Tutorials [tutorial]kali Linux Tools In Linux Mint!

Archeon

Linux Power User
✅ Verified Member
Member
Downloaded
110.6 GB
Uploaded
334.9 GB
Ratio
3.03
Seedbonus
96
Upload Count
5 (5)
Member for 7 years
Kali Tools install for Linux Mint!

Hello all and welcome to the tutorial for installing Kali linux tools in just about any Ubuntu distribution. Being Kali linux is a system for Penertation testers only it lacks many internal security features as this is usually used by people hired to do pen testing work on behalf of corporations.

As a result if you tried to use this by itself you'll be picked up in most cases.

DISCLAIMER: THIS IS FOR EDUCATIONAL AND FOR TESTING YOUR OWN SYSTEM/NETWORK SECURITY OR FOR NETWORK DIAGNOSTICS. IN NO WAY DO I CONDONE YOU (The User) TO USE THIS FOR ANY UNLAWFUL ACTIVITIES!

With that being said lets continue!

We will be using an automated tool called "Katoolin" from LionSec.

So firstly in your linux distribution UPDATE EVERYTHING BEFORE INSTALLING THE KALI REPOSITORIES OR YOU WILL COMPLICATE THINGS!

THEN YOU MUST CHANGE THE REFRESH TIME FOR YOUR PACKAGES OTHERWISE IT WILL UPDATE YOUR SYSTEM WHILE INSTALLING THE TOOLS AND ROYALLY MESS THINGS UP!


As seen here.



So firstly:
Code:
sudo apt-get update && sudo apt-get upgrade

Then Reboot the system.

Next you will then want to open a terminal and type the following:


Code:
sudo su
Code:
git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin
Code:
chmod +x /usr/bin/katoolin
Code:
sudo katoolin

NOTE: You may not have the git package installed by default.

as seen here.



this can easily be done by typing the following

Code:
sudo apt-get update && sudo apt-get install git

As seen here.



This will update your package source files, install the github package.

Now you may try again with the git command onwards as seen here.




Next step



Once this is done you are ready to start!

USAGE:

back - Go back to previous menu
gohome - Go back to the main menu

CRTL+Z - ONLY use this once you are finished to exit the script

Now we can begin installing the repositories as seen here.



In the interest of time i only installed 2 sets of tools.



You may also now install the Kali menu inside the Ubuntu Distro! This can be done by typing

Code:
gohome

And then selecting option 4)

Now for the clean up process as seen here.



And a view of the kali menu :)

Seen Here.



I hope this has been informative and educational, With great power comes great responsibility.

NOTE: After the clean-up process make sure to set your auto-update refresh times back to their defaults :)

And no I WILL NOT TEACH YOU HOW TO BE AN El1t3 H4x0r So DON'T ASK!

Credits go to LionSec for this lovely python script.
 

Gollapudi

No time for myself due to work load
Uploader
✅ Verified Member
Member
Downloaded
2.1 TB
Uploaded
429.7 TB
Ratio
204.63
Seedbonus
153,000
Upload Count
843 (830)
Member for 7 years
thanks for this wonderful tutorial
Bookmarked for future use
 

*Maestro*

Power User
Member
Downloaded
368.9 GB
Uploaded
81.8 TB
Ratio
226.97
Seedbonus
711,487
Upload Count
0 (0)
Member for 9 years
This is the future so Thank you .
These tools will just make it easier for me to adapt.
 

slevin___24

Member
Downloaded
45.4 GB
Uploaded
49.9 GB
Ratio
1.1
Seedbonus
1,915
Upload Count
0 (0)
Member for 6 years
Can this tutorial be performed on Manjaro Linux?
 

Archeon

Linux Power User
✅ Verified Member
Member
Downloaded
110.6 GB
Uploaded
334.9 GB
Ratio
3.03
Seedbonus
96
Upload Count
5 (5)
Member for 7 years
@slevin___24, Now that is a interesting question. from what i can tell you is this was tested on Ubuntu package base. It also uses the apt package manager. so long as the distro uses Ubuntu as its base package and apt, not yum or pacman then i cannot see why it would not work ;) TEST IN A VM and report back do not damage the host system trying.
 
Top