Link Search Menu Expand Document

date: 2014-08-29

Basically this is an install list for getting Kali Linux setup ready for some of the security projects I work on.

  1. Install from ISO using default options all way through.
    
  2. apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
    
  3. shutdown now -r
    
  4. apt-get install linux-headers-$(uname -r)
    
  5. Insert Vbox-Additions Iso; Devices > Install Guest Additions CD Image...
    
  6. mkdir /root/vbox-additions && cp -r /media/cdrom/\* /root/vbox-additions/
    
  7. chmod 777 /root/vbox-additions/VBoxLinuxAdditions.run && cd /root/vbox-additions/
    
  8. ./VBoxLinuxAdditions.run