Nmap Development mailing list archives

bug in broadcast-listener script


From: "DePriest, Jason R." <jrdepriest () gmail com>
Date: Mon, 24 Oct 2011 10:34:55 -0500

Hello,

When I run a scan with options like this:
 --script '(safe and not broadcast and not firewalk.nse),default,version
the script broadcast-listener still runs.  All of the other broadcast
scripts are properly excluded.

The broadcast-listener script only has the 'safe' category listed
inside of it.  It looks like the 'broadcast' category needs to be
added to the broadcast-listener script so it can be properly excluded
by category.

Line 75 needs to be changed
- categories = {"safe"}
+ categories = {"broadcast", "safe"}

Thanks!

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


Current thread: