nnposter

Results 63 comments of nnposter

That the scripts are not executed is not surprising since Nmap found the port `filtered`. Have you verified that you can in fact reach the target port from your scanner...

I might be missing something but... > Nmap's Windows installer currently (by default) adds the Nmap install directory to the system PATH so that nmap.exe can be run from a...

> When running the Nmap installer to upgrade an existing Nmap installation, we encountered an error due to being unable to delete the OpenSSL DLLs, which were in use by...

Yes, I do understand the original issue and I agree that the fault is likely in the setup of the other application.

Was there any output from [Dan's ask for data from 2018](https://seclists.org/nmap-dev/2018/q4/3)? Back then I have contributed a dataset from a Fortune 100 company...

> 1. Add port 69 to an existing payload that can get an error response from most TFTP services, so that Nmap can catch the port as open in any...

There is a fundamental difference between `nping` and `nc`: Option `-s` in `nc` let you choose any *locally configured* IP address while `--source-ip` in `nping` allows you to pick completely...

IMHO that will make both the CLI and the code a bit messy while the use case is a bit narrow, especially since you already have option `--interface` to select...

It seems to me that the expanded support for additional DUID types in the parser should be accompanied by corresponding changes to `OptionToString`. Otherwise the library produces misleading output, because...