From ca7188f294f1cee5f66063dd625f28c2dd1b968f Mon Sep 17 00:00:00 2001 From: pe3zx Date: Thu, 15 Feb 2018 23:54:06 +0700 Subject: [PATCH] [Tools][Exploits] Eplox/TCP-Starvation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a0a87bf..9050ded 100644 --- a/README.md +++ b/README.md @@ -1032,6 +1032,10 @@ My curated list of awesome links, resources and tools + + Eplox/TCP-Starvation + The idea behind this attack is to close a TCP session on the attacker's side, while leaving it open for the victim. Looping this will quickly fill up the victim’s session limit, effectively denying other users to access the service. + FriendsOfPHP/security-advisories The PHP Security Advisories Database references known security vulnerabilities in various PHP projects and libraries. This database must not serve as the primary source of information for security issues, it is not authoritative for any referenced software, but it allows to centralize information for convenience and easy consumption.