[Tools][Exploits] Eplox/TCP-Starvation

This commit is contained in:
pe3zx 2018-02-15 23:54:06 +07:00
parent e8a1349216
commit ca7188f294

View File

@ -1032,6 +1032,10 @@ My curated list of awesome links, resources and tools
</ul>
</td>
</tr>
<tr>
<td><a href="https://github.com/Eplox/TCP-Starvation">Eplox/TCP-Starvation</a></td>
<td>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 victims session limit, effectively denying other users to access the service.</td>
</tr>
<tr>
<td><a href="https://github.com/FriendsOfPHP/security-advisories">FriendsOfPHP/security-advisories</a></td>
<td>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.</td>