Skip to content

Instantly share code, notes, and snippets.

@Brukusec
Forked from warecrash/makekali.sh
Created May 11, 2020 08:58
Show Gist options
  • Select an option

  • Save Brukusec/c5b80a819a8311e0b564881dd293442f to your computer and use it in GitHub Desktop.

Select an option

Save Brukusec/c5b80a819a8311e0b564881dd293442f to your computer and use it in GitHub Desktop.
Convert Debian to Kali
apt update
apt install -y wget gnupg
wget -q -O - https://archive.kali.org/archive-key.asc | gpg --import
gpg --keyserver hkp://keys.gnupg.net --recv-key 44C6513A8E4FB3D30875F758ED444FF07D8D0BF6
echo "deb http://http.kali.org/kali kali-rolling main non-free contrib" >> /etc/apt/sources.list
gpg -a --export ED444FF07D8D0BF6 | sudo apt-key add -
apt update
apt -y upgrade
apt -y dist-upgrade
apt -y autoremove --purge
apt -y install kali-linux-full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment