About 968,000 results
Open links in new tab
  1. networking - Windows equivalent to nmap - Super User

    Jul 31, 2018 · This answer suggests netstat as an equivalent to nmap and also states that nmap for windows does not work. But I use nmap for an specific purpose and that is to see if a port of a …

  2. Nmap scan entire local network - Super User

    Sep 17, 2022 · Would nmap -sS 192.168.0.1/8 scan everything from 192.0.0.0 to 192.255.255.255? I would preferably like to start at the very beginning of ip ranges 10.0.0.0 to 10.255.255.255 to catch …

  3. What is the Windows equivalent of the command "nc [server_name] …

    Sep 8, 2017 · The new application "Nmap - Zenmap GUI" with the above command just shows me that the server is running and the port 9000 is open, but I can't see how to send inputs to the program …

  4. virtualbox - nmap cant find VM host ip - Super User

    Jan 3, 2023 · I have a homework exercise where I need to use nmap on my PC and have Windows XP running on a VM (Using VirtualBox). But when scanning my network it doesn't seem to find the VM …

  5. different behavior: "sudo nmap" vs just "nmap"? - Super User

    A Windows version of Nmap is now available, allowing it to run on even more desktops. For all these reasons, users have less need to run Nmap from limited shared shell accounts. This is fortunate, as …

  6. linux - NMAP says host is down, but it's not - Super User

    Sep 5, 2024 · And yes: I have tried running nmap on a specific port that I know is open, but nmap still reports host B as being down. Running nmap on a Windows 11 VM (host C), running on host A, …

  7. filtered port with windows firewall - Super User

    Nov 9, 2024 · Usually you get closed in nmap if the initial packet can get through the firewall but is explicitly refused by the OS itself, whereas firewall-blocked packets result in filtered in nmap. But the …

  8. networking - Are there netcat-like tools for Windows which are not ...

    I used to use netcat for Windows to help track down network connectivity issues. However these days my anti-virus software (Symantec - but I understand others display similar behaviour) quarantines

  9. How can I determine the OS of a remote computer? - Super User

    Aug 15, 2011 · You can use nmap to probe the remote computer and based on it's responses to TCP packets (valid or invalid requests) nmap can infer what operating system it is using. This is not 100% …

  10. Using nmap to traceroute on a specific port - Super User

    I tried the nmap command: nmap -p <port> --traceroute <dst_ip> which works perfectly when the connection is successful, but if the connection fails for whatever reason, it marks the port as filtered …