You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very legacy error reproduced
When I do a mass 'pcap read' related script scan on windows, it's happening
Syn-scan finish and a few minutes after the NSE scan begins:
unexpected value of nse->iod pointer.
double fatal print out, its occasionally. (is nmap multi-threading or ... excpt-catch?)
To Reproduce
Just type command bellow if you owned a big network for testing.
If you running nmap-7.95 official release (which not applied commit 13be028 "nse_dnet: try raw Ethernet sends if raw sockets don't work, e.g. Windows"), you should nmap with right-click "Run as Administrator", if not, scripts will stop by threwing error permission-related on that case
Very legacy error reproduced

When I do a mass 'pcap read' related script scan on windows, it's happening
Syn-scan finish and a few minutes after the NSE scan begins:
To Reproduce
Just type command bellow if you owned a big network for testing.
If you running nmap-7.95 official release (which not applied commit 13be028 "nse_dnet: try raw Ethernet sends if raw sockets don't work, e.g. Windows"), you should nmap with right-click "Run as Administrator", if not, scripts will stop by threwing error permission-related on that case
Or a simpler and more violent version to spray all of nse scripts
nmap -n -Pn -sS --remove-it-9d --min-parallelism 2048 --min-hostgroup 2048 -vvvv -d --script "*" --script-trace -iR 2048
You should probably pass --min-rate with a large number to shorten the time
2048 becomes higher etc...
Expected behavior
Scan finish normally
Version info (please complete the following information):
nmap 7.95 relase or vcs latest commits.
Nmap version 7.95 ( https://nmap.org )
Platform: i686-pc-windows-windows
Compiled with: nmap-liblua-5.4.6 openssl-3.0.13 nmap-libssh2-1.11.0 nmap-libz-1.3.1 nmap-libpcre2-10.43 Npcap-1.79 nmap-libdnet-1.12 ipv6
Compiled without:
Available nsock engines: iocp poll select
Additional context
The text was updated successfully, but these errors were encountered: