0

I am trying to use Scapy to output the mac, ssid & rssi. I've tried the following but all I get back are question marks. The Scapy documentation is pretty dry, I'm having a hard time understanding it.

sniff(iface="mon0", prn=lambda x:x.sprintf("{%Dot11ProbeReq:%RadioTap.dBm_AntSignal%\t}"))
Cukic0d
  • 5,111
  • 2
  • 19
  • 48
axxic3
  • 311
  • 1
  • 3
  • 12
  • Possible duplicate of [How to sniff HTTP packets in python?](https://stackoverflow.com/questions/15906308/how-to-sniff-http-packets-in-python) Note the comment about "Scrapy" only being useful for webpages – DrColossos Nov 08 '19 at 08:30
  • 1
    @DrColossos That really isn't related, but the tags had been very wrongly (and misleadingly) edited, causing the confusion. – Cukic0d Nov 08 '19 at 12:28
  • @Cukic0d, ah now it makes sense... only looked at the tags and misread the name "Scapy". Thank you for clarification! – DrColossos Nov 12 '19 at 07:25

0 Answers0