+++ to secure your transactions use the Bitcoin Mixer Service +++

 

Nmap Development Mailing List

Unmoderated technical development forum for debating ideas, patches, and suggestions regarding proposed changes to Nmap and related projects. Subscribe to nmap-dev here.

List Archives

Latest Posts

New Error about NMap 7.94 sanshixiong via dev (Apr 25)
Version: 7.94
Traceback (most recent call last):
&nbsp; File "<string&gt;", line 1, in <module&gt;
&nbsp; File "D:\Program Files (x86)\Nmap\zenmap\lib\python3.10\site-packages\zenmapGUI\App.py", line 281, in run
&nbsp; &nbsp; window = new_window()
&nbsp; File "D:\Program Files (x86)\Nmap\zenmap\lib\python3.10\site-packages\zenmapGUI\App.py", line 124, in new_window
&nbsp;...

Bug Fix for SMB Version Formatting in Nmap 7.93+ Yam Mesicka (Apr 11)
Hi Nmap Developers,

I've identified a bug in Nmap in Nmap 7.93 and 7.94 related to inconsistent
formatting of SMB versions detected by Nmap's SMB scripts.

The issue:

* Nmap 7.94 outputs "3:1:1"
* Nmap 7.93 outputs "311"
* Expected format (as in Nmap 7.92) is "3.1.1"

This inconsistency can cause problems for scripts that rely on accurate SMB
version information. To address this, I've:

* Opened an...

Misconception about how pcap_getevent() is meant to be used Jan Danielsson (Mar 10)
Hello,

When browsing/reading about pcap_getevent(), I got the impression
that its intended use was roughly this (pseudo-code):

----------
cap = open_device(..);
hev = pcap_getevent(cap);

while(1) {
// block and wait for data to become available for reading
dw = WaitForMultipleObjects([hev]);
if(dw == FIRST_INDEX) {
// Enter a loop that calls pcap_next() until the buffer is empty
}
}
----------

I.e. pcap_getevent()...

More Lists

Dozens of other network security lists are archived at SecLists.Org.