Skip to content

Releases: msigley/PHP-HTTP-Tarpit

Fixed bugs in random content length

26 Sep 20:40
2bd9cc0

Choose a tag to compare

Fixed bugs in random content length.

Switched to use of http_response_code().

General improvements.

30 Mar 22:10
d4cc91b

Choose a tag to compare

1.3.6

Updated wishlist.

Added namespace to prevent conflicts

02 Apr 19:37
18ef880

Choose a tag to compare

1.3.5

Added namespace to prevent function and variable name conflicts

Fixed $times_redirected_max when using Random defense

20 Mar 18:28
d1df632

Choose a tag to compare

1.3.3

Fixed $times_redirected_max when using Random defense

Reworked Chained Redirection to work off of query strings

20 Mar 18:14
612c968

Choose a tag to compare

This allows for easier application integration.

HEAD request handling

26 Jul 21:04

Choose a tag to compare

1.3.1

Added HEAD request handling.

Added Bounceback Redirection Defense

21 Jun 18:32

Choose a tag to compare

1.2.1

Updated for 1.2.1

Random Defense by the minute option.

20 May 16:14

Choose a tag to compare

1.1.6

Added Random Defense by the minute option. Implemented mt_rand().

Improved random content generation.

09 May 14:03

Choose a tag to compare

1.1.2

Merge branch 'master' of https://github.com/msigley/PHP-HTTP-Tarpit

Chained Redirection Defense, Random Delays, and Unix Control Characters

07 May 19:21

Choose a tag to compare

1.1.0

Added Chained Redirection defense, unix control character prefixes in…