Skip to content

Instantly share code, notes, and snippets.

@krestenlaust
Created February 3, 2018 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krestenlaust/0be4642bb8cda586d40bbd0e1dcd8c79 to your computer and use it in GitHub Desktop.
Save krestenlaust/0be4642bb8cda586d40bbd0e1dcd8c79 to your computer and use it in GitHub Desktop.
Kali repos in Ubuntu
`sudo nano /etc/apt/sources.list`
add:
`
deb http://http.kali.org/kali kali-rolling main contrib non-free
# For source package access, uncomment the following line
# deb-src http://http.kali.org/kali kali-rolling main contrib non-free
`
Enter command after:
`sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment