Exploitation Summary
EIP tracks 1 public exploit for CVE-1999-0116. PoCs published by Nebunu.
AI-analyzed exploit summary This exploit demonstrates a TCP-based Denial of Service (DoS) attack by spoofing SYN packets from a victim's IP to multiple hosts, causing them to send SYN-ACK responses back to the victim, overwhelming it with RST packets. The code reads a list of target hosts and ports, then sends spoofed SYN packets in a loop.
Description
Denial of service when an attacker sends many SYN packets to create multiple connections without ever sending an ACK to complete the connection, aka SYN flood.
Exploits (1)
This exploit demonstrates a TCP-based Denial of Service (DoS) attack by spoofing SYN packets from a victim's IP to multiple hosts, causing them to send SYN-ACK responses back to the victim, overwhelming it with RST packets. The code reads a list of target hosts and ports, then sends spoofed SYN packets in a loop.