Releases: msigley/PHP-HTTP-Tarpit
Releases · msigley/PHP-HTTP-Tarpit
Fixed bugs in random content length
General improvements.
1.3.6 Updated wishlist.
Added namespace to prevent conflicts
1.3.5 Added namespace to prevent function and variable name conflicts
Fixed $times_redirected_max when using Random defense
1.3.3 Fixed $times_redirected_max when using Random defense
Reworked Chained Redirection to work off of query strings
This allows for easier application integration.
HEAD request handling
1.3.1 Added HEAD request handling.
Added Bounceback Redirection Defense
1.2.1 Updated for 1.2.1
Random Defense by the minute option.
1.1.6 Added Random Defense by the minute option. Implemented mt_rand().
Improved random content generation.
1.1.2 Merge branch 'master' of https://github.com/msigley/PHP-HTTP-Tarpit
Chained Redirection Defense, Random Delays, and Unix Control Characters
1.1.0 Added Chained Redirection defense, unix control character prefixes in…