You can use nmap by using the PPPoE Discovery protocol.
Just use your script with broadcast-pppoe-discover.
1 | nmap --script broadcast-pppoe-discover |
See below the example:
1 | # nmap -sS www.your-website.com broadcast-pppoe-discover |
You can see more about nmap on this site.