I am sending out packets on an interface ('enp0s9') and can verify that indeed packets are being sent on that interface with tcpdump.
I am trying to sniff those packets with scapy by doing the following:
packets = sniff(iface='enp0s9', store=0)
print str(packets)
yet nothing seems to happen. I am following the scapy cheat sheet but i don't know if i have wrong syntax. any help?
cheat sheet: https://blogs.sans.org/pen-testing/files/2016/04/ScapyCheatSheet_v0.2.pdf