Skip to content

Instantly share code, notes, and snippets.

@drph4nt0m
Last active September 4, 2022 18:10
Show Gist options
  • Save drph4nt0m/1ed4535bb644e1384c17af377ef440e6 to your computer and use it in GitHub Desktop.
Save drph4nt0m/1ed4535bb644e1384c17af377ef440e6 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Update/Upgrade
apt-get update -y
apt-get upgrade -y
apt-get dist-upgrade -y
# Kali Everything
# apt-cache search kali-linux
# apt-get install kali-linux-everything -y
# Additional Packages
apt-get install tldr -y
tldr -u
# https://github.com/blacklanternsecurity/kali-setup-script/blob/master/kali-setup-script.sh
# PimpMyKali
wget https://raw.githubusercontent.com/Dewalt-arch/pimpmykali/master/pimpmykali.sh
chmod +x ./pimpmykali.sh
./pimpmykali.sh --all
# Update Cleanup
apt autoremove -y
apt-get update -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment