15 Things You MUST DO After Installing Kali Linux

preview_player
Показать описание
In this video, I will show you 15 things you should do after installing Kali Linux.

Kali Linux is mainly used for advanced Penetration Testing and Security Auditing. Kali contains several hundred tools that are geared towards various information security tasks, such as Penetration Testing, and Security research.

Enjoy the video!

⏰Timestamps⏰

00:00 Intro
00:47 #01 Update Kali Linux
01:33 #02 Install Git
03:39 #03 Create a Low-Level User
05:29 #04 Terminal Multiplexer
07:03 #05 Desktop & File Settings
08:06 #06 Add New Panel Items
09:04 #07 Set Root User Password
09:29 #08 Install HTOP
11:28 #09 Check Default Repository
13:00 #10 Install Python
13:58 #11 Install JAVA
15:14 #12 Install Archive Manager
15:48 #13 Add a Standard User
17:28 #14 Install Tor
18:22 #15 Install VLC
19:11 Bonus
19:56 Outro

✔️Commands✔️

Update Kali Linux:
sudo apt update

Install Git:
apt-get install git

Create a Low-Level User:
sudo adduser ‘name’
sudo usermod -aG sudo ‘name’

Terminal Multiplexer:
sudo apt install tilix

Set Root User Password:
sudo passwd root

Install HTOP:
sudo apt install htop

Check Default Repository:

Install Python:
sudo apt install python
python3 --version

Install JAVA:
sudo apt install default-jdk
Sudo apt-cache search openjdk

Install Archive Manager:
apt-get install unrar unace rar unrar p7zip zip unzip p7zip-full p7zip-rar file-roller -y

Add Standard User:
useradd -m user1
sudo passwd user1
sudo usermod -a -G user1
Sudo chsh -s /bin/bash user1

Install Tor:
sudo apt install tor
sudo service tor start

Install VLC:
sudo apt install vlc

Install GDebi Package Manager:
sudo apt-get install gdebi -y

Download Kali Linux


Be sure to leave any questions or comments below!

See More Videos and Subscribe:
Рекомендации по теме
Комментарии
Автор

1:25 Sudo apt update command will only update the list of new packages that needs to be installed and it will not actually install them ! So after this we must also run another command "sudo apt that all the new packages can actually be installed !!

pratyaksh
Автор

Great tutorial. Thanks you so much for the considerable effort making the video. Many weeks of learning basics on kali linux. Multiple setbacks, family issues mostly. Now have excellent running kali linux. Had problems getting an alfa wireless card installed. Many weeks of frustration just on the card. Decided to try a Panda. It installed easily. Couple weeks ago I ran my first first tool in kali. Just scanned for networks using airodump. I still have alot to learn. I need to figure out how to hide myself. My isp can watch everything I do. I was able to tour the room that monitors all users. They can see everything the customers do. They probably have kali linux running and technicians that know how to use it better than I do.

joelstolarski
Автор

I just had to subscribe. Very useful knowledge and very easy to follow. Thanks!

mrnlng
Автор

Awsome video man, thanks for awesome straight forward easy to follow video. Really helpful thank you.

marshallwages
Автор

Thank you sir. Your professor style of instruction is very concise, to the point, orderly, and easy to digest. SUBSCRIBED.

archemicon
Автор

Wow. I love this channel a lot. Great presentation. Thankyou😊

ammuhpillai
Автор

This is a good guide and tutorial video. No turning back, FOLLOW!

indradarni
Автор

Quick note: One of his items was to check repositories. This is best done before updating/installing, because if it is missing or bad you will get unknown candidate error. So do that straight after changing the root password (modern builds force admin pwd change anyway on install). A lot of the tools mentioned are in the default build now too (Tilix isn't because it is no longer needed with the updated Terminal).

wolf
Автор

Awesome! This video was really helpful.

pavan
Автор

Thanks, man! Liked, subscribed, commented.

Shiyounin
Автор

Thank you for your great help. I did most of them successfully.

reksmeyok
Автор

Great presentation with simple usage explanations. I subscribed 👍

StellarStoic
Автор

Thanks for every information you are great I really learned a lot thanks 🎉🎉❤

lindajackson
Автор

fantastic video
very well explained
I really like your videos

qojobriam
Автор

Thanks good information and video. I ran into this problem only Python, archive manager: E: Package 'rar' has no installation candidate, E: unable to locate package roller. Obsolete or available from another source? Sudo apt upgrade fix this error!

kb
Автор

Thanks alot for sharing very knowledgeable video from Kenya

danielkariuki
Автор

Thank you so much for this instruction

mohammed-wirp
Автор

after installing successfully tor browser and services are also started, how we will work on it or open as other browser?

furrukh
Автор

For those of you wondering why you are unable to install tilix, it is because tilix packages have been removed from the Kali Linux repositories. So the package manager won't find them and won't be able to locate them.

cyborgudk
Автор

Thank you so much for explaing step by step, ive tried a lot but i got lost in the process but with your video i was able to follow.

lukasfilemon