Install Tools Kali Linux Di Debian


Anda pengguna Debian! Bingung mencari-cari tools cracking di debian! Tambahkan saja repository kali linux,Langsung saja Ikuti langkah-langkah berikut :
Step 1. masuk sebagai root.
su
masukan password root :

Step 2. buka file repo dengan mengetik di terminal,
# gedit /etc/apt/sources.list

dan tambahkan repo kali di bawah ini,

#repository kali linux
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


Step 3. lakukan update dengan perintah
#apt-get update

Step 4. jika ada error seperti code di bawah ini :

W: GPG error: http://http.kali.org /kali Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY ED444FF07D8D0BF6
W: GPG error: http://http.kali.org kali-dev Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY ED444FF07D8D0BF6
W: GPG error: http://security.kali.org kali/updates Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY ED444FF07D8D0BF6


Step 5. copy dan pate code berikut di terminal dan enter.
gpg --keyserver pgpkeys.mit.edu --recv-key ED444FF07D8D0BF6
gpg -a --export ED444FF07D8D0BF6 | sudo apt-key add -

Step 6. kemudian
# apt-get update
# apt-get upgrade -y


Step 7. jika sudah selesai, saatnya install tools kali-linux
# apt-get install kali-linux-all

Ingat: untuk menjalankan tools buka melalui terminal dengan akses root.

Sekian semoga bermanfaat…
Previous
Next Post »
Thanks for your comment