Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Main Page/Featured Article"
From NetSec
GertieUbpgdd (Talk | contribs) |
|||
Line 1: | Line 1: | ||
<center><big>'''Arp poisoning with scapy'''</big></center> | <center><big>'''Arp poisoning with scapy'''</big></center> | ||
− | Scapy is a [[Python]] | + | 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. |
<center>'''''[[Arp poisoning with scapy|Learn more - Arp poisoning with scapy]]'''''</center> | <center>'''''[[Arp poisoning with scapy|Learn more - Arp poisoning with scapy]]'''''</center> |
Revision as of 21:24, 10 July 2012
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.