From 5f13514d465fa8fb142a7c691611bf37c1f3fc77 Mon Sep 17 00:00:00 2001 From: luis Date: Sat, 18 Sep 2010 18:34:48 +0000 Subject: [PATCH] Added a new item: nping fails to send udp packets to a broadcast address --- todo/nping.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/todo/nping.txt b/todo/nping.txt index fbfe10148..1e5ce98a2 100644 --- a/todo/nping.txt +++ b/todo/nping.txt @@ -56,6 +56,9 @@ * Make Nping call nsi_delete() on pcap IODs, IODs in TCP-Connect mode and maybe in IODs of other modes. See http://seclists.org/nmap-dev/2010/q3/587 +* Fix bug that causes Nping to fail when sending UDP packets to a broadcast + address. More info: + * Consider using Nmap's proto-dependant payloads for UDP packets. According to his tests, better results are obtained when sending UDP probes with a payload specific to the protocol.