Nekmo / amazon-dash

Hack your Amazon Dash to run what you want.
MIT License
816 stars 69 forks source link

Sniffing to multiple interfaces #148

Closed kanda-robotics closed 4 years ago

kanda-robotics commented 4 years ago

Put an x into all the boxes [ ] relevant to your issue (like this: [x])

What is the purpose of your issue?

I'd like to use both eth0 and wlan0. When I didn't set interface value at the config file, it looked like sniffing only eth0. When I set interface value wlan0 at the config file, it sniffed only wlan0 of course. Is there way to sniff both eth0 and wlan0?

FYI, Scapy can use like this. sniff(iface=["eth1","eth2"],...

Nekmo commented 4 years ago

This is an interesting feature :+1:

Nekmo commented 4 years ago

Added to milestone v1.5.0!

Nekmo commented 4 years ago

Now available in the development branch! :)