-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNOTEPAD++OR_VSCODE_READ_ME_FOR_LINUX&WINDOWS.txt
80 lines (80 loc) · 5.56 KB
/
NOTEPAD++OR_VSCODE_READ_ME_FOR_LINUX&WINDOWS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
#################################################################################################################################
################ THIS IS FOR VMs AND DEBIAN CAPABLE PCs #####################################################################
#PREREQUISITES: #
#1 Your PC should have the Windows Features - Virtual Machine Platform Turned On #
#2 Turn off your Virus Protection For Windows 10 or Windows 11 or excude the folder which you are going #
# install VMWare and your VM ISO import - for example: If I store my VM HDD on C Drive: find that #
# folder and exclude it on your virus scan. It is better to turn off the Virus Protection before you #
# install Debian 12 Kali-Tools or even installing any Forensic and Hacking OS like Parrot, Kali, BackBox, etc #
#3 A minimum of 4GB ram (the more the better!), #
#4 A minimum of 20GB hard disk space for installation, depending on the version. I am using Version 2024.2 #
# I really recommend getting at least 150 GB for future installations and updates! #
#5 A minimum of 2GB RAM for i386 and AMD64 architectures. (I really don't like using 2GB RAM, the more the better!) #
# #
# Please Check Kali Linux Documentation at : #
# https://www.kali.org/docs/installation/hard-disk-install/ , https://www.kali.org/get-kali/#kali-platforms #
# This is for hard-disk-install & VM install, pls test it on VMs first #
##KALI IS A HACKING SOFTWARE, IT WILL DETECT AS A VIRUS AGENT ON YOUR PC. IT IS A FALSE ALARM, BUT BE SURE TO DOWNLOAD IT ON #
# https://www.kali.org/get-kali/#kali-platforms #
# #
# But for VMWare, Qemu, HyperVisor and Oracle Virtualbox, #
# Download the torrent/ISO here: #
# https://www.kali.org/get-kali/#kali-virtual-machines #
# Do not skip anything, read instructions carefully. #
# I'm not responsible for your illegal actions if you decide to use this illegally. #
#################################################################################################################################
# Before you launch this script, please grant +x permission on your installed Debian 12 copy. #
# #
# GO TO your download folder where you stored/downloaded this file #
# #
# sudo _user_ or sudo su #
# ~~~~~Enter Your Password~~~~~~~ #
# #
# cd Downloads/path_to_this_file #
# chmod +x makingdebian12kali4Linux&VMs.sh #
# ./makingdebian12kali4Linux&VMs.sh #
# Then wait execute what you want for Debian 12 - Kali Tools! #
# Done #
# Thank you! #
#################################################################################################################################
#
# Manual Terminal based installation (thru shell/cli) commands:
sudo apt update -y
sudo apt install wget gnupg dirmngr -y
sudo wget -q -O - https://archive.kali.org/archive-key.asc | gpg --import
sudo gpg --keyserver hkp://keys.gnupg.net --recv-key 44C6513A8E4FB3D30875F758ED444FF07D8D0BF6
sudo echo "deb http://http.kali.org/kali kali-rolling main non-free contrib" >> /etc/apt/sources.list
sudo gpg -a --export ED444FF07D8D0BF6 | sudo apt-key add -
sudo apt update -y
sudo apt full-upgrade -y
sudo apt dist-upgrade -y
sudo apt autoremove --purge
# If you don't have enough hard drive/sdd space for kali-everything version, then you can do download the minimalized, default
# and top10 version, and change the "kali-linux-everything" portion of this code: PLEASE INSTALL KALI-LINUX-CORE FIRST
#
#
apt install kali-linux-core -y
#
# After installing the kali-linux-core, install your desire kali.
# here, it is up to you to decide
#apt install kali-linux-(Whatever you want on the repo)
#
#For example: apt install kali-linux-default -y
#
#
#
#
#
# I recommend looking at the kali metapackages to see which one suites you. Your PC has to have enough storage
# https://www.kali.org/docs/general-use/metapackages/
#
#
#
#
#
# YOUR OPTIONS:
#kali-linux-core: Base Kali Linux System – core items that are always included
#kali-linux-headless: Default install that doesn’t require GUI
#kali-linux-default: “Default” desktop images include these tools
#kali-linux-arm: All tools suitable for ARM devices
#