Daniel Miller
Daniel Miller
@batrick Yes, that's a "known bug" in the README. I haven't looked into how to examine more of the command line than the current and immediately preceding argument.
oh, I see. Yes, I was overriding LIBRARY_NAME to be "wpcap" because that was by far the simplest way to integrate with Npcap. I will begin by also overriding DEFINE_SYMBOL...
I was indeed using `-DLIBRARY_NAME=wpcap`. This issue with `pcap_EXPORTS` was the only modification I made to `CMakeLists.txt`, and I will be replacing that for now with `-DDEFINE_SYMBOL=pcap_EXPORTS`. You can close...
@guyharris It's a balancing act: on the one hand, a bigger buffer takes up more memory and is more likely to be under-utilized. On the other hand, having a bigger...
Thanks for reporting this. The fix for #2056 made the password stored in Unicode, but the `Auth.TDS7CryptPassword` function was assuming ASCII and doing a transcode by XORing each byte with...
To be honest, this is very unlikely to happen unless someone performs a refactor and overhaul of Nmap's output system entirely. As it is, output is a hodgepodge of `log_write`...
@dkran I don't understand what you mean. But if you have a suggestion for improvement to the XML output, you could make a separate issue or discuss it on the...
@jstevensog Please provide some more info on your Nmap 7.91 installation and command: 1. Output of `nmap --version` 2. Output of your command with `-d2` added 3. Output of your...
This is intended behavior. Often a user may want to use NSE to run scripts against different virtual hosts, even if they resolve to the same IP, since they may...
It works. I've just added a new option, `--unique`, which will use the new (in 7.80) fast exclude-address code to prevent the same address from being scanned twice. This will...