You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Python script to protect against SYN flood attacks by enabling SYN cookies.
3
+
4
+
## Overview
5
+
6
+
This Python script enables SYN cookies to protect against SYN flood attacks. It listens on a specified IP address and port and responds to incoming connections with a customizable message.
0 commit comments