Nmap broadcast-pppoe-discover NSE Script


This page contains detailed information about how to use the broadcast-pppoe-discover NSE script. For list of all NSE scripts, visit the Nmap NSE Library.

Script Overview


Script source code: https://github.com/nmap/nmap/tree/master/scripts/broadcast-pppoe-discover.nse
Script categories: broadcast, safe
Target service / protocol: -
Target network port(s): -
List of CVEs: -

Script Description


The broadcast-pppoe-discover.nse script discovers PPPoE (Point-to-Point Protocol over Ethernet) servers using the PPPoE Discovery protocol (PPPoED). PPPoE is an ethernet based protocol so the script has to know what ethernet interface to use for discovery. If no interface is specified, requests are sent out on all available interfaces.

As the script send raw ethernet frames it requires Nmap to be run in privileged mode to operate.

Broadcast-pppoe-discover NSE Script Arguments


The broadcast-pppoe-discover.nse script does not have any arguments.

Broadcast-pppoe-discover NSE Script Example Usage


Here's an example of how to use the broadcast-pppoe-discover.nse script:

nmap --script broadcast-pppoe-discover

Broadcast-pppoe-discover NSE Script Example Output


Here's a sample output from the broadcast-pppoe-discover.nse script:

| broadcast-pppoe-discover:
| Server: 08:00:27:AB:CD:EF
|   Version: 1
|   Type: 1
|   TAGs
|     AC-Name: ISP
|     Service-Name: test
|     AC-Cookie: e98010ed8c59a870f0dc94d56ac1095dd321000001
|_    Host-Uniq: 7f8552a0

Broadcast-pppoe-discover NSE Script Example XML Output


There is no sample XML output for this module. However, by providing the -oX <file> option, Nmap will produce a XML output and save it in the file.xml file.

Author


  • Patrik Karlsson

References


See Also


Related NSE scripts to the broadcast-pppoe-discover.nse script:

Visit Nmap NSE Library for more scripts.

Version


This page has been created based on Nmap version 7.92.