What is Kali? How to “install” Kali Linux from Debian
OneMarcFifty OneMarcFifty
53.9K subscribers
10,690 views
0

 Published On Jul 11, 2022

You know what Kali Linux does or what it's good for - but what is it ? Kali is a Linux Distro based on Debian. In this video I show how to build Kali from Debian. We will change the apt installation sources from Debian to Kali and hence tell the Linux distribution to pull everything from the Kali apt repositories. We will then install all the apt packages that make Kali Kali, i.e. kali-defaults, the kali-desktop package etc. On a side note, I'll show how to run X11 apps over ssh plus quickly talk about WSL2 on Windows 11. We will chose an alternate desktop environment (i.e. rather than using xfce4 we will use mate) #kalilinux #x11 #linux #debian

You may also like this video from @ChrisTitusTech :    • Stop using APT  


MANY THANKS TO ALL MY PATRONS on   / onemarcfifty   !!!



###################################


Chapters:

0:00 What is Kali Linux?
1:18 Kali vs. Debian - the apt sources
2:30 This video is not about hacking xyz with Kali!
3:25 Turning Debian into Kali
4:35 do not make a Frankendebian
5:25 installing Kali Meta Packages
6:30 xfce4, xrdp - but why ? The X11 subsystem
9:30 Installing a Desktop Environment
11:30 Installing Remote Access Software
12:15 DO NOT LOG IN AS ROOT
12:40 creating a non-root user
13:20 xrdp certificates
14:20 @NetworkChuck creates a free aws instance
15:50 Installing the Kali Tools


The video from @NetworkChuck :    • FREE Kali Linux in the Cloud (AWS)  


###################################
An overview of the commands can be found in the blog article https://www.onemarcfifty.com/blog/vid...

Commands used in the video:

apt-cache search kali
sudo apt install kali-defaults
sudo apt install
echo 'deb http://kali.download/kali kali-rolling main non-free contrib' (gt) /etc/apt/sources.list
replace (gt) with the greater sign



first method to get the key

apt update && apt install -y wget curl gnupg2
apt-key adv --keyserver hkp: //keyserver.ubuntu.com:80 --recv-keys ED444FF07D8D0BF6

remove space after hkp

second method (shown in the video)
wget https: //archive.kali.org/archive-key.asc -O /etc/apt/trusted.gpg.d/kali-archive-keyring.asc

remove space after https

Link to the Kali meta package list:
https://www.kali.org/docs/general-use...
sudo apt install xorg xorgxrdp xrdp

vi /etc/xrdp/xrdp.ini
adding certificates to xrdp.ini
certificate=/usr/local/acme.sh/example.com/fullchain.cer

key_file=/usr/local/acme.sh/example.com/example.com.key
adding a user
useradd -m -G sudo -s /bin/bash kaliuser
This adds the user kaliuser, adds it to the sudo group (-G), creates a home directory (-m)
and defines a shell (-s)
###################################

KALI LINUX (TM) is a trademark of Offensive Security. The original Kali Dragon is a Trademark of Offensive Security (https://www.kali.org) and is used with friendly permission of kali.org and Offensive Security


The free Debian Logo has been copied from https://www.debian.org/logos/ and is licensed under the GNU Lesser General Public License https://www.gnu.org/licenses/lgpl-3.0...



Please visit my channel page:    / onemarcfifty  
Want to talk to me? Join my Discord Server:   / discord  
Shopping on Amazon ? Please bookmark my affiliate link https://www.amazon.com/?tag=onemarcfi...

Marc on Patreon:   / onemarcfifty  
Marc's channel on youtube:    / onemarcfifty  
Marc on Twitter:   / onemarcfifty  
Marc on Facebook:   / onemarcfifty  
Marc on Reddit:   / onemarcfifty  
Chat with me on Discord:   / discord  

show more

Share/Embed