Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions kali-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
for arg; do
case $arg in
-h) echo "[*] Waldo Kali Linux Deluxe Setup Script!"
echo "[*] Made special for my buddy Kawaxi to quickly setup his Kali Machine!!" #lazy bastard!
echo "[*] Made special for my buddy Kawaxi to quickly setup his Kali Machine!!"
echo "[*] Usage: $0 (-e)"
echo "options:"
echo "-h, --help show brief help"
echo "-e Express install - Bypasses all prompts and just installs the damn thing" #because if you're a typical Mexican you're extra lazy!
echo "-e Express install - Bypasses all prompts and just installs the damn thing"
exit 0;;
-e) echo "[*] Express Run!" ;;
-*) echo "[*] Waldo Kali Linux Deluxe Setup Script!"
Expand All @@ -24,7 +24,7 @@ for arg; do
done

echo "[*] Waldo Kali Linux Deluxe Setup Script!"
echo "[*] Made special for my buddy Kawaxi to quickly setup his Kali Machine!!" #lazy bastard!
echo "[*] Made special for my buddy Kawaxi to quickly setup his Kali Machine!!"
echo "[*] Usage: $0 (-e)"
echo "[*] Hit CTRL+C at anyime to exit the script"
echo "[*] Hold on to your horses! I hear they have plenty in Mexico"
Expand Down Expand Up @@ -106,7 +106,7 @@ else
read -p "Continue and install? Y/n: " CONDITION;
fi
if [ -z "$CONDITION" ] || [ "$CONDITION" == Y ] || [ "$CONDITION" == y ]; then
sudo apt-get intall hexchat -y
sudo apt-get install hexchat -y
fi
wait

Expand Down Expand Up @@ -241,7 +241,7 @@ if [ -z "$CONDITION" ] || [ "$CONDITION" == Y ] || [ "$CONDITION" == y ]; then
fi
wait

#install dropbox
#install Dropbox
echo "[*] Installing Dropbox"
if [ "$1" == "-e" ] ; then
CONDITION=Y
Expand Down Expand Up @@ -307,7 +307,7 @@ wait

#install firefox extensions
echo "[*] Installing TamperData, EditCookies, and FoxyProxy"
echo "[*] Firefox will open to install each app, accept prompt and close (not restart) firefox to continue script."
echo "[*] Please close Firefox before anything, it will open to install each app, accept prompt and close (not restart) firefox to continue script."
if [ "$1" == "-e" ] ; then
CONDITION=Y
else
Expand Down Expand Up @@ -339,3 +339,5 @@ fi
wait

echo "[!!!!] Setup Completed! Please reboot Kali to finish changes"
echo "[*] Dont Forget to Run Dropbox with dropboxd"