{"id":1410,"date":"2021-12-16T11:53:33","date_gmt":"2021-12-16T08:53:33","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/07\/26\/how-to-install-kali-linux-apps-in-debian\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/07\/26\/how-to-install-kali-linux-apps-in-debian\/"},"modified":"2021-12-16T11:53:33","modified_gmt":"2021-12-16T08:53:33","slug":"how-to-install-kali-linux-apps-in-debian","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1410-how-to-install-kali-linux-apps-in-debian\/","title":{"rendered":"How to install Kali Linux apps in Debian"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Are you a Debian Linux user who also loves network security and computer testing? If so, you\u2019ll probably want to install some security tools onto your Debian Linux system. Of course, the best way to get that type of software installed is to install the Kali Linux software suite. Here\u2019s how to do it.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-406022 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-kali-linux-apps-in-debian.png\" alt=\"\" width=\"1200\" height=\"642\"\/><\/p>\n<h2>Adding the Kali Linux software repository to Debian<\/h2>\n<p>The best way to install Kali Linux software to your Debian Linux PC is to add the Kali rolling repo to your system. The reason this is the best way is that Kali is very similar to Debian.<\/p>\n<p>To add the Kali repo to your existing Debian Linux installation, open up a terminal window on the desktop. You can open up a terminal window on the Debian desktop with\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard or search for \u201cTerminal\u201d in the app menu.<\/p>\n<p>Once the terminal window is open and ready to use, open up the <code>\/etc\/apt\/sources.list<\/code> file in the Nano text editor. Keep in mind that you\u2019ll have to do this with <strong>sudo<\/strong>, ensuring you have Sudo privileges set up on Debian before attempting this.<\/p>\n<pre>\nsudo nano -w \/etc\/apt\/sources.list\n<\/pre>\n<p>Inside the sources file, add in the following line of code at the very bottom of the file.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-406023 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-kali-linux-apps-in-debian-2.png\" alt=\"\" width=\"1200\" height=\"461\"\/><\/p>\n<p><code>## Kali Linux Rolling Repo ##<\/code><\/p>\n<p>After adding the top line of code, you\u2019ll need to add in this second line directly below it. This code is the Kali Linux software repo URL, and without it, no software will be installed.\u00a0<\/p>\n<p><code>deb http:\/\/http.kali.org\/kali kali-rolling main contrib non-free<\/code><\/p>\n<p>With the repo added to your system, save the edits to Nano. You can save the modifications in the Nano text editor by pressing <strong>Ctrl + O\u00a0<\/strong>on the keyboard. Then, exit the Nano text editor by pressing <strong>Ctrl + X\u00a0<\/strong>on the keyboard.<\/p>\n<p>Once everything is saved, you\u2019ll have to import the Kali Linux GPG key. This GPG key is essential. Without it, software from Kali doesn\u2019t work. The quickest way to import the key is to use the <strong>add-apt-key \u2013recover\u00a0<\/strong>command below.<\/p>\n<pre>\nsudo apt-key adv --keyserver hkp:\/\/keyserver.ubuntu.com:80 --recv-keys ED444FF07D8D0BF6\n<\/pre>\n<p>With the Kali Linux repo key added to your system, the next step is to run the\u00a0<strong>update\u00a0<\/strong>command to refresh Debian\u2019s software sources. Using the command below, update.<\/p>\n<pre>\nsudo apt update\n<\/pre>\n<p>Following the update, you\u2019ll likely see some software updates available for your Debian Linux system. You can choose to update with the\u00a0<strong>apt upgrade<\/strong> command or ignore it for now. Upgrades aren\u2019t necessary to use the software.<\/p>\n<p>If you do choose to update, run the following command below. Keep in mind; this update may take a bit as there may be a lot to update your system. Additionally, Debian may attempt to install the Kali desktop in its entirety.\u00a0<\/p>\n<pre>\nsudo apt-get upgrade <\/pre>\n<h2>Installing Kali Linux software<\/h2>\n<p>Once the Kali Linux software repository is enabled on your system, you can install Kali Linux software onto your Debian system. To start the installation process, open up a terminal window on the Debian desktop. The terminal is the best way to install Kali apps.<\/p>\n<p>Open up a terminal window, press <strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard, or search for \u201cTerminal\u201d in the app menu and open it that way. When the terminal window is open, use the\u00a0<strong>apt install<\/strong> command below to install the \u201ckali-tools-top10\u201d packages on Debian.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-406022 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-kali-linux-apps-in-debian.png\" alt=\"\" width=\"1200\" height=\"642\"\/><\/p>\n<pre>\nsudo apt install kali-tools-top10\n<\/pre>\n<p>When you enter the command above, Debian will ask you for your password. The reason it asks for your password is that the\u00a0<strong>sudo\u00a0<\/strong>command requires root access. Enter your password using your keyboard.<\/p>\n<p>After entering your password, Debian will collect all the packages and any dependencies needed to make the software work. This process will take a couple of seconds. When done, you\u2019ll be asked to press the <strong>Y\u00a0<\/strong>button to confirm you wish to install the software.<\/p>\n<p>Upon pressing the\u00a0<strong>Y\u00a0<\/strong>button on your keyboard, Debian will install the top 10 Kali Linux security tools onto your computer. The installation will not take long. When done, open up your app menu to access your newly installed Kali Linux tools.<\/p>\n<h3>Installing other software from Kali Linux on Debian<\/h3>\n<p>Installing the top 10 Kali Linux applications on Debian should be enough for most users. However, if you have more specific needs, here\u2019s how to install more software from the Kali repos.<\/p>\n<p>First, open up a terminal window. Once it is open, use the\u00a0<strong>apt search\u00a0<\/strong>tool and type what you wish to search for. For example, to search for Zonemaster in the Kali repos, you\u2019d do:<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-406024 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-kali-linux-apps-in-debian-4.png\" alt=\"\" width=\"1200\" height=\"673\"\/><\/p>\n<pre>\napt search zonemaster\n<\/pre>\n<p>Look through the search result for the application you wish to install from the Kali repos. When you\u2019ve found it, install the software using the\u00a0<strong>apt install\u00a0<\/strong>command below.<\/p>\n<pre>\nsudo apt install zonemaster-cli\n<\/pre>\n<p>Repeat this process to install any Kali Linux software you want on Debian.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Are you a Debian Linux user who also loves network security and computer testing? If so, you\u2019ll probably want to install some security tools onto your Debian Linux system. Of course, the best way to get that type of software installed is to install the Kali Linux software suite. Here\u2019s how to do &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1411,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1410"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1410"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1410\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1411"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1410"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1410"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1410"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}