Kali Linux is famous for its tools for penetration testing, called the Kali Tools. Here is how you can integrate those tools in your favourite Ubuntu desktop without having to install Kali OS. Follow the steps below,
3. Copy the PGP Key
4. Add PGP Key in apt
Now update your apt-get repositories using the command
1. Copy the following Kali repositories
deb http://ppa.launchpad.net/wagungs/kali-linux2/ubuntu UR_UBUNTU_V main deb-src http://ppa.launchpad.net/wagungs/kali-linux2/ubuntu UR_UBUNTU_V main deb http://ppa.launchpad.net/wagungs/kali-linux/ubuntu UR_UBUNTU_V main deb-src http://ppa.launchpad.net/wagungs/kali-linux/ubuntu UR_UBUNTU_V main
Replace the text UR_UBUNTU_V based on your Ubuntu version.
- Ubuntu 12.04 : Precise
- Ubuntu 12.10: Quantal
- Ubuntu 13.04: Raring
Assuming that you are using Ubuntu 13.04, your repositories would be
deb http://ppa.launchpad.net/wagungs/kali-linux2/ubuntu raring main
deb-src http://ppa.launchpad.net/wagungs/kali-linux2/ubuntu raring main
deb http://ppa.launchpad.net/wagungs/kali-linux/ubuntu raring main
deb-src http://ppa.launchpad.net/wagungs/kali-linux/ubuntu raring main
Note:If you’re an Ubuntu 14.04 user, you can use raring , as Trusty version of Kali repositories are not released
2. Update ‘sources.list’ file
Open your sources.list file using the command
sudo gedit /etc/apt/sources.list
Now, gedit editor will open the file sources.list. Paste the above code at the end of your file and Save.
gedit_source.list_arrrx_desk |
3. Copy the PGP Key
Copy the Key below and save it as key.pgp text file in your desktop.
-----BEGIN PGP PUBLIC KEY BLOCK----- Version: SKS 1.1.4 Comment: Hostname: keyserver.ubuntu.com mI0ET324YwEEANbSlISrOlAGjxgFRxiN6jk0JIl/vxQ8lapRdxZ4DHDAQdXbX4AuigMBkP5e sOxhMpDnkgMRtEVpaBMdQheA0/431pPQYqkr3jdeZw5JS5opiyJ4qr/QrcoSFHSluEkWkbZ6 RYOkA25vW31KK2FB2LQVRYk580llXAVgIUznm2ATABEBAAG0GExhdW5jaHBhZCBQUEEgZm9y IHdhZ3VuZ4i4BBMBAgAiBQJPfbhjAhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRA IuuNj9/bVxabBADSGN8cp+hqkdZqwq263wdz/UGsiuB1bCrH06/HznC/ZC5rjfH3aQ1Dwwag zYCrSD3c0cKNAqD10009N76RMlzZBH8kKL9khH3zPL/k4/lYuVP7y6NKFbBsnawEUc0mWcCa mH4ScTdWWPXP/mOQiUUjnQ1bZhzpcbQOb+hEUAqExg== =fJ+8 -----END PGP PUBLIC KEY BLOCK-----
4. Add PGP Key in apt
Open terminal and type :
cd Desktop
Now type :
sudo apt-key add key.pgp
If your key addition is successfull, you will see Ok .Now update your apt-get repositories using the command
sudo apt-get update
5. Install Synaptic Package Manager
Use the command
sudo apt-get install synaptic
If you already have Synaptic installed , you may skip this step.6. Install Kali Tools
Now open Synaptic Package manager and click on Origin. You can see 2 Kali repositories by names
- LP-PPA-wagungs-kali-linux/raring
- LP-PPA-wagungs-kali-linux2/raring
synaptic package manager
You are done now. .
Enjoy the Kali Tools on your Ubuntu desktop.
0 komentar:
Post a Comment