Questions about this topic? Sign up to ask in the talk tab.
Main Page/Featured Article
From NetSec
Revision as of 21:24, 10 July 2012 by MinnaMichalik (Talk | contribs)
Scapy is a Python library found in most distribution's repositories under "scapy" or "python-scapy" and it must be ran as root for most (if not all) operations. Sniffing in scapy is fairly straight forward using the sniff() function, packet crafting is done by constructing each header individually.