nnposter
nnposter
Loading of SSH public keys from a file via `libssh2.read_publickey()` fails because the routine does not preserve balanced Lua stack across operations performed on a [luaL_Buffer](https://www.lua.org/manual/5.4/manual.html#luaL_Buffer) object. Moving the code...
The PR updates `configure.ac` to check whether python module `setuptools` is present and to stop the Ndiff build if this test fails. The PR will be committed after September 6,...
This PR tweaks recently committed c6ffdbf7ae35e397b663f787fc4934f01458f945 as follows: * Restores definition of `PCRE2_CODE_UNIT_WIDTH` in `AC_CHECK_HEADER(pcre2.h,...)` to allow the header test to compile correctly. (See [pcre2api man page](https://www.pcre.org/current/doc/html/pcre2api.html#SEC13) for details.) *...
Function `http.pipeline_go()` is passing its *global* connection options to `comm.tryssl()`. However, this function has an undocumented side-effect of modifying the provided options, which can result in assertion failures when `http.pipeline_go()`...
The PR implements the following changes: * NSock `nse_readpcap()` will include VLAN tags in `*l2_data`, as opposed to `*l3_data`. Parsers can now assume that IP headers start at `*l3_data` even...
The script is described as > Finds subdomains of a web server by querying Google's Certificate Transparency logs database (https://crt.sh). At the moment the script reports all hostname-like identities where...
Each instance of `ipp.Helper` maintains an open socket to a target. However, this socket is never used inside the library or by the scripts that consume it. The library does...
The PR implements the following changes: * NSock nse_readpcap() includes VLAN tags in *l2_data, as opposed to *l3_data. Parsers can now assume that IP headers start at *l3_data even for...
Nsock currently ignores source port binding errors, leaving the consuming code blind to the fact that the connected socket is not using the chosen port. As you can see from...