Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. sniff(count=5,iface = 'eth0', prn=lambda p:p.show())
  2.  
  3. sniff(count=5, iface='eth0, eth14', prn=lambda p:p.show())
  4.  
  5. sniff(iface=["eth1","eth2"], prn=lambda x: x.sniffed_on+": "+x.summary())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement