About 50 results
Open links in new tab
  1. How to perform focused scan of public IP using nmap?

    Feb 9, 2024 · Am not sure why is that; If I scan the public IP for the ports found in the private IP scan, I get the same result of the private IP scan as expected: nmap -p 21,22,23,80,139,445,5431 …

  2. Nmap - Closed vs Filtered - Information Security Stack Exchange

    Mar 29, 2018 · This largely depends on the used scan. The Nmap scan types page explains the status of the port and the reasons per scan. Some examples: TCP SYN Scan (-sS) - Sends a TCP packet …

  3. How do you scan multiple subnets using Nmap?

    Apr 21, 2022 · I'm looking to scan a network with multiple subnets. I'm looking for a way to shorten this to one command rather than entering each subnet. So let's say I'm try to scan 192.168.1.xx, …

  4. Nmap scan what does STATE=filtered mean? [duplicate]

    Mar 8, 2020 · This forces Nmap to retry several times just in case the probe was dropped due to network congestion rather than filtering. This slows down the scan dramatically. Long story short - Filtered …

  5. nmap - How can I detect the remote operating system? - Information ...

    Mar 26, 2016 · Is it possible to detect the operating system type remotely from another system using any tools like nmap without admin privileges? What are the other alternatives for achieving this?

  6. nmap - Difference between "Filtered" and "Admin-Prohibited"

    Feb 1, 2019 · Nmap port scan output shows (at least) 2 different things for each port: the state of the port, and the reason why Nmap decided on that state. In your output, all the ports in the filtered state …

  7. nmap giving different scan results based on scan type

    Jan 5, 2021 · In the first scan you explicitly requested to scan all ports, but not in the second scan. The two scans are completely different and will yield different results. Reference: Nmap Options …

  8. network - How to use nmap through proxychains? - Information …

    May 7, 2016 · You have to use the -Pn option to get nmap working with proxychains utility. So the command would be proxychains nmap -sT -Pn -v www.example.com Here, -sT is for scanning TCP …

  9. nmap - How to find live hosts on my network? - Information Security ...

    I am trying to find the live hosts on my network using nmap. I am scanning the network in Ubuntu using the command sudo nmap -sP 192.168.2.1/24. However, I am unable to find the live hosts. I just ...

  10. NMAP scan fails - Information Security Stack Exchange

    The NMAP scan fails because even though the firewall is disabled, when the packet gets to the OS it has nothing to do with it, so it just drops it. When you install a service on your computer it listens for …