#readwise
# Broadcast NSE Scripts

## Metadata
- Author: [[nmap.org]]
- Full Title: Broadcast NSE Scripts
- URL: https://nmap.org/nsedoc/categories/broadcast.html
## Summary
The text describes various Nmap scripts used for network discovery. These scripts can find different devices and services on a local network, such as printers, servers, and routers. Each script has a specific function, like discovering DHCP servers or identifying devices that support certain protocols. Overall, these tools help users gather information about their network environment efficiently.
## Highlights
For a description of this category, see [broadcast NSE category in the Nmap documentation](https://nmap.org/book/nse-usage.html#nse-category-broadcast). ([View Highlight](https://read.readwise.io/read/01jp4kxfhex5gxwect6m360n2e))
---
[broadcast-avahi-dos](https://nmap.org/nsedoc/categories/broadcast.html/../scripts/broadcast-avahi-dos.html)
Attempts to discover hosts in the local network using the DNS Service Discovery protocol and sends a NULL UDP packet to each host to test if it is vulnerable to the Avahi NULL UDP packet denial of service (CVE-2011-1002). ([View Highlight](https://read.readwise.io/read/01jp4km7nkycfbsapg0b2qk5ea))
---
[broadcast-dhcp-discover](https://nmap.org/nsedoc/categories/broadcast.html/../scripts/broadcast-dhcp-discover.html)
Sends a DHCP request to the broadcast address (255.255.255.255) and reports the results. By default, the script uses a static MAC address (DE:AD:CO:DE:CA:FE) in order to prevent IP pool exhaustion.
[broadcast-dhcp6-discover](https://nmap.org/nsedoc/categories/broadcast.html/../scripts/broadcast-dhcp6-discover.html)
Sends a DHCPv6 request (Solicit) to the DHCPv6 multicast address, parses the response, then extracts and prints the address along with any options returned by the server. ([View Highlight](https://read.readwise.io/read/01jp4kkrp4916qgj76feqgzd82))
---
[broadcast-upnp-info](https://nmap.org/nsedoc/categories/broadcast.html/../scripts/broadcast-upnp-info.html)
Attempts to extract system information from the UPnP service by sending a multicast query, then collecting, parsing, and displaying all responses. ([View Highlight](https://read.readwise.io/read/01jp4kmzfj28gm6afvwcqdv68y))
---
[broadcast-wake-on-lan](https://nmap.org/nsedoc/categories/broadcast.html/../scripts/broadcast-wake-on-lan.html)
Wakes a remote system up from sleep by sending a Wake-On-Lan packet. ([View Highlight](https://read.readwise.io/read/01jp4kn17sp4zfqy3ypkymdrg2))
---