About 240,000 results
Open links in new tab
  1. Nmap is Linux command-line tool for network exploration and security auditing. This tool is generally used by hackers and cybersecurity enthusiasts and even by network and system administrators. It is used for the following purposes:

    • Real time information of a network

    • Detailed information of all the IPs activated on your network

    • Number of ports open in a network

    • Provide the list of live hosts

    • Port, OS and Host scanning

    Installing Nmap Command

    In case of Debian/Ubuntu

    sudo apt-get install nmap

    Working with Nmap Command

    Content Under CC-BY-SA license
    Was this helpful?
  2. Usage and Examples | Nmap Network Scanning

    Examples include x11-access, ftp-anon, and oracle-enum-users. Scripts which use brute force attacks to determine credentials are placed in the brute category instead. Scripts in this …

  3. Nmap Command Examples For Linux Users / Admins - nixCraft

    It was originally written by Gordon Lyon and it can answer the following questions easily: 1. Find running computers on the local network 2. What IP addresses did you find running on the local network? 3. Discover the operating system of your target machine 4. Find out what ports are open on the machine that you just sca…
    See more on cyberciti.biz
    • Reviews: 30
    • Published: Nov 26, 2012
    • Estimated Reading Time: 9 mins
  4. People also ask
  5. 30 nmap command examples in Linux [Cheat Sheet] - GoLinuxCloud

      1. nmap command to scan a system using hostname. nmap command allows you to scan a …
      2. nmap command to scan using IP address. An IP address is a unique address for identifying …
      3. Scan multiple hosts using nmap command. Scanning multiple hosts with nmap command is …
      4. nmap command to scan a range of IP address. nmap command allows you to scan a …
      5. Scan a whole subnet using nmap command. nmap command allows scanning a whole …
  6. NMAP Commands Cheat Sheet & Tutorial with …

    NMAP (Network Mapper) is the de facto open source network scanner used by almost all security professionals to enumerate open ports and find live hosts in a network (and much more really). One of my responsibilities in my job is to …

  7. A Quick Port Scanning Tutorial | Nmap Network Scanning

    Users smart enough to read this book or the Nmap source code benefit from greater control of the scanner and insights into what Nmap output really means. This tutorial demonstrates some …

  8. Nmap Command in Linux with Examples - GeeksforGeeks

    Jul 19, 2024 · To perform a basic network scan using Nmap, you only need to specify the target IP addresses or hostnames. For example, to scan a single machine, you would use: nmap 192.168.1.1. This command scans the host at …

  9. 20 Awesome Nmap Command Examples - ShellHacks

    Dec 27, 2016 · In this tutorial you’ll fined 20 basic examples of Nmap command usage. You’ll see how to use Nmap from the Linux command line to find active hosts on a network and scan for …

  10. 29 Practical Examples of Nmap Commands for Linux …

    Dec 11, 2013 · Nmap is used for exploring networks, perform security scans, network audit and finding open ports on remote machine. It scans for Live hosts, Operating systems, packet filters and open ports running on remote hosts. …

  11. Unleashing the Power of Nmap: 30 Examples for Mastering …

    Dec 27, 2023 · This comprehensive 30+ example guide will help you master Nmap essentials for in-depth network mapping and vulnerability detection. Follow along as we implement some of …

  12. Some results have been removed