#!/usr/bin/env python3 import os from scapy.all import * pkt = Ether(dst="ff:ff:ff:ff:ff:ff", src=RandMAC()) sendp(pkt, iface="eth0", count=100000)