pyton直接發送底層TCP數據包

#!/usr/bin/env python #send_package_on_wire.py from scapy.all import IP,TCP,UDP,conf,send protocol='tcp' src_ip='192.168.1.108' dst_ip='192.168.1.100' src_port = 12345 dst_port = 12345 iface='wlan0'
相關文章
相關標籤/搜索