Questions about this topic? Sign up to ask in the talk tab.

Main Page/Featured Article

From NetSec
Revision as of 22:24, 10 July 2012 by MinnaMichalik (Talk | contribs)

Jump to: navigation, search
Arp poisoning with scapy

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.

Learn more - Arp poisoning with scapy