Last active
          January 17, 2020 05:43 
        
      - 
      
- 
        Save austinsonger/93a6110c0d88ad8a36459a44aac35153 to your computer and use it in GitHub Desktop. 
    Debian-Based 2 Kali Linux
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | sudo -n true | |
| apt-get -y update | |
| gpg --keyserver pgpkeys.mit.edu --recv-key ED444FF07D8D0BF6 | |
| apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6 | |
| gpg --keyserver hkp://keys.gnupg.net --recv-key 7D8D0BF6 | |
| gpg -a --export ED444FF07D8D0BF6 | sudo apt-key add - | |
| echo "deb http://http.kali.org/kali kali-rolling main contrib non-free" >> /etc/apt/sources.list | |
| # echo deb http://http.kali.org/kali kali-rolling main non-free contrib >> /etc/apt/sources.list | |
| # echo deb http://http.kali.org/kali kali-rolling main contrib non-free >> /etc/apt/sources.list | |
| # echo deb http://http.kali.org/kali sana main non-free contrib >> /etc/apt/sources.list | |
| # echo deb http://security.kali.org/kali-security sana/updates main contrib non-free >> /etc/apt/sources.list | |
| # echo deb http://repo.kali.org/kali kali-bleeding-edge main >> /etc/apt/sources.list | |
| apt list --upgradable | |
| apt-get -y update && apt-get -y upgrade | |
| apt-get -y --allow-unauthenticated install kali-archive-keyring | |
| apt-get -y update | |
| apt-get -y update | |
| # apt-cache search kali-linux | |
| apt-get -y install kali-linux-all | |
| apt-get -y update | |
| apt-get -y upgrade | |
| apt-get -y dist-upgrade | |
| apt-get -y autoremove | |
| reboot | |
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment