Nmap Development mailing list archives

Re: issue #313 nmap crash


From: Daniel Miller <bonsaiviking () gmail com>
Date: Mon, 7 Mar 2016 10:50:59 -0600

Ali,

Thanks for the bug report. We try to avoid letting NSE scripts crash Nmap,
so this is a real bug. I put a fix in r35662 which should solve that issue.

The problem with your script, though, is that a socket can either be a
regular one that does connect/send/receive, or it can be a pcap socket that
does pcap_receive. You can't mix those calls, even after the change I added.

Dan

On Sun, Feb 28, 2016 at 6:43 AM, Ali Razmjoo <ali.razmjoo1994 () gmail com>
wrote:

Hello friends,

A day ago i just created issue <https://github.com/nmap/nmap/issues/313>which
was about nmap crashed while using a script. any fix for the problem ?


--
Sincerely yours,
Ali Razmjoo <https://twitter.com/Ali_Razmjo0>

Iran Chapter Leader <https://www.owasp.org/index.php/Iran>
OWASP ZSC Project Leader
<https://www.owasp.org/index.php/OWASP_ZSC_Tool_Project>


_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

Current thread: