This is a simple password sniffer based on scapy,
Allowing user to custom the BPF filter and regex pattern.
It may be useful in cooperation with arpspoofing tools.
- python3: scapy and colorama
- Npcap for windows users
beebee-sheep.py [-h] [-c COUNT] [-p PCAP] [-f FILTER] [-r REGEX] [-i IFACE]
-c COUNTis number of packets to capture. 0 means infinity.-p PCAPis the PCAP file to read packets from, instead of sniffing them.-f FILTERis the BPF filter to apply.-r REGEXis regex expression as password pattern.-i IFACEis given as network interface.
