-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNOTEPAD++OR_VSCODE_READ_ME_FOR_MAC.txt
81 lines (81 loc) · 6.12 KB
/
NOTEPAD++OR_VSCODE_READ_ME_FOR_MAC.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
81
#################################################################################################################################
################################# THIS IS FOR VMs AND DEBIAN CAPABLE PCs ###############################################
# PREREQUISITES: #
# I'm sorry, you're on your own on this one for MAC, I don't use mac so don't blame me for errors, pls do your own research. #
# however, you can use VMWare on MAC machines #
# #
# Doc 4 hard-disk install: https://www.kali.org/docs/installation/hard-disk-install-on-mac/ #
# Software 4 VMWare Mac: https://blogs.vmware.com/teamfusion/2024/05/fusion-pro-now-available-free-for-personal-use.html #
# More resources: https://www.kali.org/docs/virtualization/install-vmware-silicon-host/ #
# # #
##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 or su - #
# ~~~~~Enter Your Password~~~~~~~ #
# #
# cd /path/to/directory or cd "YourFolder" #
# chmod 777 _file_ or chmod +x script.sh #
# ./makingdebian12kali4mac.sh or sudo ./makingdebian12kali4mac.sh #
# Then wait, execute & choose what you want for Debian 12 - Kali Tools! #
# Done #
# Thank you! #
#################################################################################################################################
# Additional Notes #
# Ensure you trust the source of the .sh file before running it. #
# You can view the contents of the script using: #
# #
# bash #
# Concatenate: cat script.sh #
#################################################################################################################################
#
# 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
#
#
sudo 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
#