{"id":55827,"date":"2020-05-14T09:16:10","date_gmt":"2020-05-14T13:16:10","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=55827"},"modified":"2021-11-02T12:32:28","modified_gmt":"2021-11-02T16:32:28","slug":"port-scan-with-nmap","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/","title":{"rendered":"How to Do a Basic Port Scan with Nmap"},"content":{"rendered":"<p>Closing unnecessary ports on your server is an important process for <a href=\"https:\/\/www.inmotionhosting.com\/support\/security\/close-open-ports-for-pci-compliance\/\" target=\"_blank\" rel=\"noreferrer noopener\">PCI compliance<\/a> and server hardening in general. This reduces what information cyber attackers can easily gather about your web server and services to exploit. This also applies to Small Office \/ Home Office (SOHO) networks.<\/p>\n\n\n\n<p class=\"alert alert-info\">To scan your local network, you need to know your <a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-find-your-local-router-ip-address-in-the-terminal\/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\">local router\u2019s internal IP address<\/a>.<\/p>\n\n\n\n<p>The easiest way to scan for open ports on your server or network depends on your workflow and desktop operating system (OS).<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img decoding=\"async\" width=\"90\" height=\"350\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/05\/nmap_bnr_lc.jpg\" class=\"optimized-lcp-image\" alt=\"Nmap banner with popular features\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/05\/nmap_bnr_lc.jpg 90w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/05\/nmap_bnr_lc-77x300.jpg 77w\"><figcaption>Source: <a href=\"https:\/\/nmap.org\/nmap_propaganda.html\" target=\"_blank\" rel=\"noreferrer noopener\">Nmap.org<\/a><\/figcaption><\/figure><\/div>\n\n\n\n<ul class=\"wp-block-list\"><li>macOS users can use the pre-installed <a rel=\"noreferrer noopener\" href=\"https:\/\/support.apple.com\/guide\/mac-help\/check-open-tcp-ports-network-utility-mac-mchlp1710\/mac\" target=\"_blank\">Port Scan utility<\/a><\/li><li>Unix desktop users can <strong>scan a single port<\/strong> with the pre-installed <a aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" href=\"https:\/\/www.inmotionhosting.com\/support\/security\/check-if-port-blocked-netcat-ncat\/\" target=\"_blank\">Netcat (Nc)<\/a><\/li><li><a rel=\"noreferrer noopener\" href=\"https:\/\/www.inmotionhosting.com\/vps-hosting\/fast-vps\" target=\"_blank\">Fast VPS<\/a> \/ <a rel=\"noreferrer noopener\" href=\"https:\/\/www.inmotionhosting.com\/dedicated-servers\" target=\"_blank\">Dedicated server hosting<\/a> administrators can use the <a rel=\"noreferrer noopener\" href=\"https:\/\/www.inmotionhosting.com\/support\/security\/how-to-view-listening-ports-with-configserver-security-firewall-csf\/\" target=\"_blank\">ConfigServer Security &amp; Firewall (CSF) View Listening Ports function<\/a><\/li><\/ul>\n\n\n\n<p>For those who prefer a desktop application for scanning multiple ports and banner grabbing (e.g. <a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/nginx\/hide-nginx-server-version\/\" target=\"_blank\" rel=\"noreferrer noopener\">Nginx server version<\/a>), there\u2019s Nmap.<\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https:\/\/nmap.org\/download.html\" target=\"_blank\"><strong>Nmap<\/strong><\/a> (Network Mapper) is a popular cross-platform desktop CLI application for scanning multiple ports on a server or router. Nmap doesn\u2019t just list open ports. It provides in-depth information on services sharing information that could be used to exploit your system. Nmap is bundled with other programs:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/nmap.org\/zenmap\/\" target=\"_blank\" rel=\"noreferrer noopener\">Zenmap<\/a> GUI application for Nmap<\/li><li><a href=\"https:\/\/nmap.org\/ncat\/\" target=\"_blank\" rel=\"noreferrer noopener\">Ncat<\/a> quickly scans a single port and more<\/li><li><a href=\"https:\/\/nmap.org\/ndiff\/\" target=\"_blank\" rel=\"noreferrer noopener\">Ndiff<\/a> compares scan results<\/li><li><a href=\"https:\/\/nmap.org\/nping\/\" target=\"_blank\" rel=\"noreferrer noopener\">Nping<\/a> does packet generation and response analysis<\/li><\/ul>\n\n\n\n<p>Below, we\u2019ll cover the basics of port scanning with <a href=\"#nmap\">Nmap<\/a>:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#verbose\">Verbose Port Scan<\/a><\/li><li><a href=\"#tcp\">TCP port scanning<\/a><\/li><li><a href=\"#udp\">UDP port scanning<\/a><\/li><\/ul>\n\n\n\n<p class=\"alert alert-info\">Develop your next web app with our secure <a rel=\"noreferrer noopener\" href=\"https:\/\/www.inmotionhosting.com\/cloud-vps\" target=\"_blank\">Cloud Server Hosting<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"nmap\">Port Scan with Nmap<\/h2>\n\n\n\n<p>The basic command format is <code>nmap<\/code>, necessary flags, then the domain \/ <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/how-to-find-your-shared-ip-address-of-your-server-in-cpanel\/\" target=\"_blank\" rel=\"noreferrer noopener\">server IP<\/a> \/ <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/find-server-name\/\" target=\"_blank\" rel=\"noreferrer noopener\">server hostname<\/a> (part of your <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/using-your-temporary-url\/\" target=\"_blank\" rel=\"noreferrer noopener\">temporary URL<\/a>).<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">nmap domain.com<\/pre>\n\n\n\n<p>Your results will show open ports and it\u2019s dedicated service:<\/p>\n\n\n\n<p><code>Starting Nmap 7.60 ( https:\/\/nmap.org ) at 2020-01-01 09:00 EDT<br>Nmap scan report for domain.com (1.2.3.4)<br>Host is up (0.010s latency).<br>rDNS record for 1.2.3.4: server.hostname.com<br>Not shown: 1000 closed ports<br>PORT STATE SERVICE<br>21\/tcp open ftp<br>25\/tcp open smtp<br>53\/tcp open domain<br>80\/tcp open http<br>110\/tcp open pop3<br>143\/tcp open imap<br>443\/tcp open https<br><br>Nmap done: 1 IP address (1 host up) scanned in 1.59 seconds<\/code><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"verbose\">Verbose Port Scan on a Domain:<\/h3>\n\n\n\n<p>Add the following flags for more information on the system and ports:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><code>-A<\/code> detects OS, software version, and scripts<\/li><li><code>-v<\/code> provides verbose information<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">nmap -v -A domain.com<\/pre>\n\n\n\n<p>For easier review later, <a href=\"https:\/\/nmap.org\/book\/man-output.html\" target=\"_blank\" rel=\"noreferrer noopener\">output verbose Nmap results to a file<\/a>:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">nmap -v -A domain.com -oN results.txt<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"tcp\">Scan Specific TCP Ports<\/h3>\n\n\n\n<p>In this example, ports 21 (FTP), 22 (default SSH port), and 3306 (MySQL):<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">nmap -p 21,22,3306 domain.com<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"udp\">Scan UDP ports, Timeout After 5 Minutes:<\/h3>\n\n\n\n<p>A specified timeout can be useful when dealing with slow servers.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">nmap -sU domain.com --host-timeout 5m<\/pre>\n\n\n\n<p>Learn more about nmap with the manual:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">man nmap<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Closing unnecessary ports on your server is an important process for PCI compliance and server hardening in general. This reduces what information cyber attackers can easily gather about your web server and services to exploit. This also applies to Small Office \/ Home Office (SOHO) networks. To scan your local network, you need to know<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4307],"tags":[],"class_list":["post-55827","post","type-post","status-publish","format-standard","hentry","category-ssh"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Do a Basic Port Scan with Nmap | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"Working on server or network hardening? Learn about what ports and services are readily found by port scanning your own server or network with Nmap.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Do a Basic Port Scan with Nmap | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Working on server or network hardening? Learn about what ports and services are readily found by port scanning your own server or network with Nmap.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-14T13:16:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-02T16:32:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/05\/nmap_bnr_lc.jpg\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"How to Do a Basic Port Scan with Nmap\",\"datePublished\":\"2020-05-14T13:16:10+00:00\",\"dateModified\":\"2021-11-02T16:32:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/\"},\"wordCount\":370,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/05\/nmap_bnr_lc.jpg\",\"articleSection\":[\"SSH and Root Access\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/\",\"name\":\"How to Do a Basic Port Scan with Nmap | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/05\/nmap_bnr_lc.jpg\",\"datePublished\":\"2020-05-14T13:16:10+00:00\",\"dateModified\":\"2021-11-02T16:32:28+00:00\",\"description\":\"Working on server or network hardening? Learn about what ports and services are readily found by port scanning your own server or network with Nmap.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/05\/nmap_bnr_lc.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/05\/nmap_bnr_lc.jpg\",\"width\":90,\"height\":350,\"caption\":\"Nmap banner with popular features\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Do a Basic Port Scan with Nmap\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Do a Basic Port Scan with Nmap | InMotion Hosting","description":"Working on server or network hardening? Learn about what ports and services are readily found by port scanning your own server or network with Nmap.","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:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/","og_locale":"en_US","og_type":"article","og_title":"How to Do a Basic Port Scan with Nmap | InMotion Hosting","og_description":"Working on server or network hardening? Learn about what ports and services are readily found by port scanning your own server or network with Nmap.","og_url":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2020-05-14T13:16:10+00:00","article_modified_time":"2021-11-02T16:32:28+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/05\/nmap_bnr_lc.jpg","type":"","width":"","height":""}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"How to Do a Basic Port Scan with Nmap","datePublished":"2020-05-14T13:16:10+00:00","dateModified":"2021-11-02T16:32:28+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/"},"wordCount":370,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/05\/nmap_bnr_lc.jpg","articleSection":["SSH and Root Access"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/","url":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/","name":"How to Do a Basic Port Scan with Nmap | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/05\/nmap_bnr_lc.jpg","datePublished":"2020-05-14T13:16:10+00:00","dateModified":"2021-11-02T16:32:28+00:00","description":"Working on server or network hardening? Learn about what ports and services are readily found by port scanning your own server or network with Nmap.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/05\/nmap_bnr_lc.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/05\/nmap_bnr_lc.jpg","width":90,"height":350,"caption":"Nmap banner with popular features"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/port-scan-with-nmap\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Do a Basic Port Scan with Nmap"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/55827","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=55827"}],"version-history":[{"count":10,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/55827\/revisions"}],"predecessor-version":[{"id":90885,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/55827\/revisions\/90885"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=55827"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=55827"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=55827"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}