Sunteți pe pagina 1din 2

## Debian

deb http://http.debian.net/debian wheezy main


deb-src http://http.debian.net/debian wheezy main

deb http://http.debian.net/debian wheezy-updates main contrib non-free
deb-src http://http.debian.net/debian wheezy-updates main contrib non-free

deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main

## Pentest
deb http://http.kali.org/kali kali main non-free contrib
deb-src http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
deb http://repo.kali.org/kali kali-bleeding-edge main


sudo apt-key adv --keyserver subkeys.pgp.net --recv-keys 6FB2A1C265FFB764


when all the installing is done , close synaptic and open terminal type :
apt-get update && apt-get dist-upgrade ( this will upgrade the kernel and install the dependencies).

sudo apt-get upgrade -f

reboot and enjoy your new Mint Kali.

add to /etc/apt/sources.list

deb http://http.kali.org/ /kali main contrib non-free
deb http://http.kali.org/ /wheezy main contrib non-free
deb http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali-dev main/debian-installer
deb-src http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali main contrib non-free
deb http://http.kali.org/kali kali main/debian-installer
deb-src http://http.kali.org/kali kali main contrib non-free
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free

Then at terminal
wget -q -O - http://archive.kali.org/archive-key.asc | gpg --import
gpg --keyserver subkeys.pgp.net --recv-key 44C6513A8E4FB3D30875F758ED444FF07D8D0BF6
gpg --recv-keys AED4B06F473041FA
gpg -a --export AED4B06F473041FA| sudo apt-key add -
gpg --keyserver pgpkeys.mit.edu --recv-key ED444FF07D8D0BF6
gpg -a --export ED444FF07D8DOBF6| sudo apt-key add -
sudo -s
apt-get update
apt-get install kali-linux --force-yes
apt-get install kali-linux-full --force-yes
apt-get upgrade -f
apt-get dist-upgrade
update-grub
*if you find that, the "start-menu" is broke* then do the following command
ctrl+alt+F2, this will drop you back at terminal login .. now ...
gconftool --recursive-unset /apps/panel
apt-get install lxpanel
** THIS IS NOT 100% PERFECT , you will get some errors as its different distro version **
** but generally will work fine :)** it
will take quite a wile to download and install all the apps (1.8-2.3 GB), (depending on system and
internet speed !)

ANY CONFIGURATION PROMPTS, LEAVE ON THE DEFAULT VALUES)

S-ar putea să vă placă și