{"id":170,"date":"2025-11-30T21:28:45","date_gmt":"2025-11-30T21:28:45","guid":{"rendered":"https:\/\/adler-tech.com\/?page_id=170"},"modified":"2026-04-13T15:30:22","modified_gmt":"2026-04-13T14:30:22","slug":"nmap-scanner-training","status":"publish","type":"page","link":"https:\/\/adler-tech.com\/?page_id=170","title":{"rendered":"Nmap Scanner Training"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Day 1: Nmap Fundamentals and Network Discovery \ud83d\uddfa\ufe0f (7 Hours)<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Module 1: Introduction to Network Scanning (1.5 Hours)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>What is Nmap?<\/strong> (History, capabilities, and the role of Nmap in security and administration).<\/li>\n\n\n\n<li><strong>Installation and Environment<\/strong> (Installing Nmap on Linux\/Windows\/macOS and basic command-line usage).<\/li>\n\n\n\n<li><strong>Scanning Ethics<\/strong> (Legal and ethical considerations: only scan networks you have explicit permission to test).<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Module 2: Host Discovery and Basic Port Scanning (2 Hours)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The Three Phases of Scanning<\/strong> (Discovery, Port Scan, Service\/OS Detection).<\/li>\n\n\n\n<li><strong>Host Discovery Techniques<\/strong> (Identifying live hosts: <code>-sP<\/code> \/ <code>-sn<\/code>, ARP requests, ICMP echo requests (<code>-PE<\/code>), and TCP\/UDP pings).<\/li>\n\n\n\n<li><strong>Basic Port Scan Types<\/strong> (Understanding <strong>TCP SYN Scan<\/strong> (<code>-sS<\/code>) vs. <strong>TCP Connect Scan<\/strong> (<code>-sT<\/code>)).<\/li>\n\n\n\n<li><strong>Specifying Targets<\/strong> (Scanning single hosts, IP ranges, subnets (CIDR), and reading targets from a file (<code>-iL<\/code>)).<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Module 3: Port Specifications and Output Formats (2 Hours)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Targeting Ports<\/strong> (Scanning specific ports (<code>-p<\/code>), port ranges, and all ports (<code>-p-<\/code>)).<\/li>\n\n\n\n<li><strong>Scan Timing<\/strong> (Adjusting scan speed: <strong>Timing templates<\/strong> (<code>-T0<\/code> through <code>-T5<\/code>) and their impact on network performance).<\/li>\n\n\n\n<li><strong>Output Formats<\/strong> (Saving results to files: <strong>Normal<\/strong> (<code>-oN<\/code>), <strong>Grepable<\/strong> (<code>-oG<\/code>), and <strong>XML<\/strong> (<code>-oX<\/code>) formats).<\/li>\n\n\n\n<li><strong>Advanced Target Specification<\/strong> (Excluding hosts (<code>--exclude<\/code>) and defining random hosts (<code>-iR<\/code>)).<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Module 4: Firewall Evasion and Stealth (1.5 Hours)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Evasion Techniques<\/strong> (Using <strong>fragmentation<\/strong> (<code>-f<\/code>), specifying source ports (<code>--source-port<\/code>), and sending custom headers).<\/li>\n\n\n\n<li><strong>Decoy Scans<\/strong> (Using <strong>decoy hosts<\/strong> (<code>-D<\/code>) to obfuscate the origin of the scan).<\/li>\n\n\n\n<li><strong>IP Protocol Scan<\/strong> (<code>-sO<\/code>): Detecting which IP protocols (TCP, UDP, ICMP, etc.) are supported by target hosts.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Day 2: Advanced Detection, NSE Scripting, and Vulnerability (7 Hours)<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Module 5: Service and Version Detection (2 Hours)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Service Probing<\/strong> (Executing the <strong>Service Version Detection<\/strong> scan (<code>-sV<\/code>)).<\/li>\n\n\n\n<li><strong>RPC Scan<\/strong> (Detecting available RPC services (<code>-sR<\/code>)).<\/li>\n\n\n\n<li><strong>Version Intensity<\/strong> (Controlling the depth of probes (<code>--version-intensity<\/code>)).<\/li>\n\n\n\n<li><strong>Operating System Detection<\/strong> (Executing the <strong>OS Detection<\/strong> scan (<code>-O<\/code>) and understanding its reliance on fingerprinting).<\/li>\n\n\n\n<li><strong>Aggressive Scan<\/strong> (Combining common detection options: <code>-A<\/code> (OS, Version, Script, Traceroute)).<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Module 6: Nmap Scripting Engine (NSE) Fundamentals (2.5 Hours)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>What is NSE?<\/strong> (Understanding the purpose and power of NSE for automation and advanced discovery).<\/li>\n\n\n\n<li><strong>Script Categories<\/strong> (Reviewing common categories: <code>safe<\/code>, <code>vuln<\/code>, <code>auth<\/code>, <code>brute<\/code>, <code>discovery<\/code>).<\/li>\n\n\n\n<li><strong>Running Scripts<\/strong> (Executing single scripts (<code>--script &lt;name><\/code>) and categories (<code>--script &lt;category><\/code>), and script arguments).<\/li>\n\n\n\n<li><strong>Key Security Scripts<\/strong> (Practical labs using popular scripts):\n<ul class=\"wp-block-list\">\n<li><strong>Vulnerability Scanning<\/strong> (<code>vuln<\/code> category scripts, e.g., <code>smb-vuln-*<\/code>).<\/li>\n\n\n\n<li><strong>Authentication<\/strong> (<code>auth<\/code> category scripts, e.g., <code>ftp-anon<\/code>).<\/li>\n\n\n\n<li><strong>Discovery<\/strong> (e.g., <code>dns-brute<\/code>, <code>smb-enum<\/code>).<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Module 7: Troubleshooting and Advanced Techniques (1.5 Hours)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Debugging Scans<\/strong> (Using verbose output (<code>-v<\/code>) and debugging options (<code>-d<\/code>) to understand slow or failed scans).<\/li>\n\n\n\n<li><strong>Traceroute<\/strong> (<code>--traceroute<\/code>): Mapping the network path to the target.<\/li>\n\n\n\n<li><strong>Network Performance Tuning<\/strong> (Adjusting parallelization and timeouts for large-scale scanning).<\/li>\n\n\n\n<li><strong>Firewall Evasion Review<\/strong> (Recap of stealth techniques and what modern firewalls look for).<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Module 8: Review and Practical Lab (1 Hour)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Scenario-Based Scanning<\/strong> (Applying the learned techniques to a simulated, layered network environment).<\/li>\n\n\n\n<li><strong>Analyzing XML Output<\/strong> (Reviewing advanced analysis tools that parse Nmap&#8217;s XML output).<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Day 1: Nmap Fundamentals and Network Discovery \ud83d\uddfa\ufe0f (7 Hours) Module 1: Introduction to Network Scanning (1.5 Hours) Module 2: Host Discovery and Basic Port Scanning (2 Hours) Module 3: Port Specifications and Output Formats (2 Hours) Module 4: Firewall Evasion and Stealth (1.5 Hours) Day 2: Advanced Detection, NSE Scripting, and Vulnerability (7 Hours) [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":22,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-170","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Nmap Scanner Training - ADLER-TECH<\/title>\n<meta name=\"description\" content=\"Network swiss army knife. Learn how to scan your network, find host, open ports. Simulate attack to see if your EDR catches it.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/adler-tech.com\/?page_id=170\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Nmap Scanner Training - ADLER-TECH\" \/>\n<meta property=\"og:description\" content=\"Network swiss army knife. Learn how to scan your network, find host, open ports. Simulate attack to see if your EDR catches it.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/adler-tech.com\/?page_id=170\" \/>\n<meta property=\"og:site_name\" content=\"ADLER-TECH\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-13T14:30:22+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/adler-tech.com\\\/?page_id=170\",\"url\":\"https:\\\/\\\/adler-tech.com\\\/?page_id=170\",\"name\":\"Nmap Scanner Training - ADLER-TECH\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/adler-tech.com\\\/#website\"},\"datePublished\":\"2025-11-30T21:28:45+00:00\",\"dateModified\":\"2026-04-13T14:30:22+00:00\",\"description\":\"Network swiss army knife. Learn how to scan your network, find host, open ports. Simulate attack to see if your EDR catches it.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/adler-tech.com\\\/?page_id=170#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/adler-tech.com\\\/?page_id=170\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/adler-tech.com\\\/?page_id=170#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/adler-tech.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Trainings\",\"item\":\"https:\\\/\\\/adler-tech.com\\\/?page_id=7\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Networking training\",\"item\":\"https:\\\/\\\/adler-tech.com\\\/?page_id=22\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Nmap Scanner Training\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/adler-tech.com\\\/#website\",\"url\":\"https:\\\/\\\/adler-tech.com\\\/\",\"name\":\"ADLER-TECH\",\"description\":\"Best IT trainings, support and bodyleasing\",\"publisher\":{\"@id\":\"https:\\\/\\\/adler-tech.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/adler-tech.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/adler-tech.com\\\/#organization\",\"name\":\"ADLER-TECH\",\"url\":\"https:\\\/\\\/adler-tech.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/adler-tech.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/adler-tech.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/ADLER-TECH_LOGO.png\",\"contentUrl\":\"https:\\\/\\\/adler-tech.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/ADLER-TECH_LOGO.png\",\"width\":361,\"height\":121,\"caption\":\"ADLER-TECH\"},\"image\":{\"@id\":\"https:\\\/\\\/adler-tech.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/110643968\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Nmap Scanner Training - ADLER-TECH","description":"Network swiss army knife. Learn how to scan your network, find host, open ports. Simulate attack to see if your EDR catches it.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/adler-tech.com\/?page_id=170","og_locale":"en_US","og_type":"article","og_title":"Nmap Scanner Training - ADLER-TECH","og_description":"Network swiss army knife. Learn how to scan your network, find host, open ports. Simulate attack to see if your EDR catches it.","og_url":"https:\/\/adler-tech.com\/?page_id=170","og_site_name":"ADLER-TECH","article_modified_time":"2026-04-13T14:30:22+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/adler-tech.com\/?page_id=170","url":"https:\/\/adler-tech.com\/?page_id=170","name":"Nmap Scanner Training - ADLER-TECH","isPartOf":{"@id":"https:\/\/adler-tech.com\/#website"},"datePublished":"2025-11-30T21:28:45+00:00","dateModified":"2026-04-13T14:30:22+00:00","description":"Network swiss army knife. Learn how to scan your network, find host, open ports. Simulate attack to see if your EDR catches it.","breadcrumb":{"@id":"https:\/\/adler-tech.com\/?page_id=170#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/adler-tech.com\/?page_id=170"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/adler-tech.com\/?page_id=170#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/adler-tech.com\/"},{"@type":"ListItem","position":2,"name":"Trainings","item":"https:\/\/adler-tech.com\/?page_id=7"},{"@type":"ListItem","position":3,"name":"Networking training","item":"https:\/\/adler-tech.com\/?page_id=22"},{"@type":"ListItem","position":4,"name":"Nmap Scanner Training"}]},{"@type":"WebSite","@id":"https:\/\/adler-tech.com\/#website","url":"https:\/\/adler-tech.com\/","name":"ADLER-TECH","description":"Best IT trainings, support and bodyleasing","publisher":{"@id":"https:\/\/adler-tech.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/adler-tech.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/adler-tech.com\/#organization","name":"ADLER-TECH","url":"https:\/\/adler-tech.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/adler-tech.com\/#\/schema\/logo\/image\/","url":"https:\/\/adler-tech.com\/wp-content\/uploads\/2026\/04\/ADLER-TECH_LOGO.png","contentUrl":"https:\/\/adler-tech.com\/wp-content\/uploads\/2026\/04\/ADLER-TECH_LOGO.png","width":361,"height":121,"caption":"ADLER-TECH"},"image":{"@id":"https:\/\/adler-tech.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/110643968"]}]}},"_links":{"self":[{"href":"https:\/\/adler-tech.com\/index.php?rest_route=\/wp\/v2\/pages\/170","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/adler-tech.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/adler-tech.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/adler-tech.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/adler-tech.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=170"}],"version-history":[{"count":1,"href":"https:\/\/adler-tech.com\/index.php?rest_route=\/wp\/v2\/pages\/170\/revisions"}],"predecessor-version":[{"id":171,"href":"https:\/\/adler-tech.com\/index.php?rest_route=\/wp\/v2\/pages\/170\/revisions\/171"}],"up":[{"embeddable":true,"href":"https:\/\/adler-tech.com\/index.php?rest_route=\/wp\/v2\/pages\/22"}],"wp:attachment":[{"href":"https:\/\/adler-tech.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=170"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}