Closed TypicalAM closed 8 months ago
Monitor mode is set with pcap_set_rfmon()
, and pcap_can_set_rfmon()
can be used to determine whether an adapter can be put into monitor mode. We are already linking against libpcap
so this shouldn't be an issue.
Make sure that the external network card is attached and turn on
rfmon
mode. Maybe libtins or pcap has a solution to this. Look intoTins::Sniffer
(sniff on interfacex
) and this tutorial page on sniffing.