nmap
nmap copied to clipboard
Nmap - the Network Mapper. Github mirror of official SVN repository.
### Change 1: Add missing less-than method for sorting The `ScriptResult` class is not specifying a `__lt__` method by which the precedence of its instances could be compared when sorting....
issue
**NOTE: Npcap issues have moved to [the Npcap repository](https://github.com/nmap/npcap/issues/)** **NOTE: Ncrack issues have moved to [the Ncrack repository](https://github.com/nmap/ncrack/issues/)** **Describe the bug** A clear and concise description of what the bug...
**Describe the current behavior** A client of mine wanted me to scan networks from two different scan hosts A and B. I tried to compare the scans via ndiff and...
Hello, I wonder why Nmap doesn't contain Winbox service probe? Is there a certain reason for this? I think there's a way to identify it by sending a payload that...
**Describe the bug** Nmap logs `bad argument #3 to 'unpack' (initial position out of string)` when service discovery is enabled port scanning a TLS enabled MQTT port. **To Reproduce** `nmap...
@bonsaiviking Is there anyone besides you who could review this PR? The 'string.unpack' function is missing its third argument, which should be the initial position from which to start unpacking...
Starting with Nmap 7.93 (September 2022), we ceased creating and distributing the Windows binary zip package except for OEM users. Here is the relevant CHANGELOG note: > We ceased creating...
i changed the start point to "C:\Program Files (x86)\Nmap\zenmap\bin" did not work then changed "C:\Program Files (x86)\Nmap\zenmap\bin\pythonw.exe" to "C:\Program Files (x86)\Nmap\zenmap\bin\python.exe" still did not work help me.
While working on the metasploit documentation for the equivalent module, we've been adding 'how to confirm' sections for other tools (usually nmap scripts). We attempted to use `scripts/http-userdir-enum.nse` based on...
Is it possible to build with mingw64 on Windows or not? I just tried to build and used libraries from msys2 But I get an error `$ ./configure configure: loading...