<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Install NMAP in kali linux - Kali Linux				            </title>
            <link>https://www.hacktheforum.com/kali-linux/install-nmap-in-kali-linux/</link>
            <description>Hack The Forum Discussion Board</description>
            <language>en</language>
            <lastBuildDate>Wed, 29 Apr 2026 19:05:56 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Install NMAP in kali linux</title>
                        <link>https://www.hacktheforum.com/kali-linux/install-nmap-in-kali-linux/#post-371</link>
                        <pubDate>Wed, 15 May 2024 10:51:15 +0000</pubDate>
                        <description><![CDATA[To install Nmap on Kali Linux, you can use the following steps:


Open a terminal window on your Kali Linux system.


Update the package lists to ensure you have the latest information...]]></description>
                        <content:encoded><![CDATA[<p>To install Nmap on Kali Linux, you can use the following steps:</p>
<ol>
<li>
<p>Open a terminal window on your Kali Linux system.</p>
</li>
<li>
<p>Update the package lists to ensure you have the latest information about available packages. You can do this by running:</p>
<div class="dark bg-gray-950 rounded-md border- border-token-border-medium">
<div class="overflow-y-auto p-4 text-left undefined" dir="ltr">
<pre contenteditable="false">sudo apt update</pre>
</div>
</div>
</li>
<li>
<p>Once the package lists are updated, you can install Nmap using the apt package manager by running:</p>
<div class="dark bg-gray-950 rounded-md border- border-token-border-medium">
<div class="overflow-y-auto p-4 text-left undefined" dir="ltr">
<pre contenteditable="false">sudo apt install nmap</pre>
</div>
</div>
</li>
<li>
<p>After you enter your password and confirm the installation, apt will download and install Nmap and its dependencies.</p>
</li>
<li>
<p>Once the installation is complete, you can verify that Nmap is installed correctly by typing:</p>
<div class="dark bg-gray-950 rounded-md border- border-token-border-medium">
<div class="overflow-y-auto p-4 text-left undefined" dir="ltr">
<pre contenteditable="false">nmap --version</pre>
</div>
</div>
</li>
</ol>
<p>This command should display the version of Nmap installed on your system. If you see the version information, it means Nmap has been successfully installed.</p>]]></content:encoded>
						                            <category domain="https://www.hacktheforum.com/kali-linux/">Kali Linux</category>                        <dc:creator>paul0000</dc:creator>
                        <guid isPermaLink="true">https://www.hacktheforum.com/kali-linux/install-nmap-in-kali-linux/#post-371</guid>
                    </item>
							        </channel>
        </rss>
		