Daniel Miller

Results 246 comments of Daniel Miller

I looked into this a bit, and the problem is that the ciphersuites, curve IDs, and other identifiers used are temporary values for testing. They will not be used by...

Note that for `ssl-cert`, it should be sufficient to link Nmap with a build of OpenSSL that supports these crypto suites and certificates, since we use OpenSSL routines to retrieve...

We already use multiple `SSL_CTX` for a single pool: DTLS connections use a different `SSL_CTX` than SSL connections. It makes sense to extend this to include other contexts for other...

Duplicate of #2754

Your timer is measuring the time it took you to create and destroy the packet queue, not only how long it took to send. Move the start and end times...

Thanks for reporting this. What platform are you using (Windows, macOS, Fedora, etc.)? That error usually means GTK3 or PyGObject is not installed correctly. On Fedora/Red Hat: `sudo yum install...

Duplicate of #2903

As the message says, you need to have Npcap installed in order to use most Nmap functions. Can you show the output of `nmap --version` as the issue template shows...

Can you try with -d and see if there is an error reported in the script? @cldrn would this be related to your recent `smb.lua` changes, or is it not...

That is an interesting suggestion. A simple though perhaps inefficient way to do this would be to re-read the allow/deny files for every incoming connection. A small improvement would be...