Simple PPPoE scanner Python Script

  • Thread starter Thread starter JB701
  • Start date Start date
  • Replies Replies 25
  • Views Views 7,528
  • Tags Tags
    ppppoe
Yes. Ont in bridge mode. You must have python installed with tkinter and scapy modules.

You need to change the interface name, you can see this in control panel>network and internet it should be Realtek or Intel....
 
There's also this smac? What exactly is that?
 
modify this def send_padi(smac="00:2B:67:F8:1F:78", vlan=0) right?
modify it how? like for vlan in range (0, 4096)?
cause we want it to check all available vlan tags from 0 to 4096
 
could you create a small script to get the vlan id only? no gui or anything. your script seems to work but vlan id is not working. if you only give a script to get vlan id.
 


Back