<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Nmap on rchitect</title><link>https://www.rchitect.in/tags/nmap/</link><description>Recent content in Nmap on rchitect</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 30 Mar 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://www.rchitect.in/tags/nmap/index.xml" rel="self" type="application/rss+xml"/><item><title>Nmap timers</title><link>https://www.rchitect.in/posts/nmaptimers/</link><pubDate>Wed, 30 Mar 2022 00:00:00 +0000</pubDate><guid>https://www.rchitect.in/posts/nmaptimers/</guid><description>&lt;h1 id="what-are-max-retries-and-min-rate-in-nmap"&gt;
 What are max retries and min-rate in nmap
 &lt;a class="heading-link" href="#what-are-max-retries-and-min-rate-in-nmap"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h1&gt;
&lt;h5 id="max-retries"&gt;
 Max-retries
 &lt;a class="heading-link" href="#max-retries"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h5&gt;
&lt;p&gt;Its mainly used for troubleshooting purpose to confirm the ports open.&lt;/p&gt;
&lt;p&gt;Higher the number it will provide accurate results. Lower the number the scan complete fast. If you you put max-retries as 0 it just scan single time and stops.&lt;/p&gt;
&lt;p&gt;Command:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;nmap -Pn --max-retries 0 -p 80 10.10.10.43 
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If you are looking for some specific ports, you can try this simple script:&lt;/p&gt;</description></item></channel></rss>