22 Commits

Author SHA1 Message Date
fcambus
fb448a919f Update slowhttptest to 1.9.0. 2022-07-22 15:15:18 +00:00
naddy
ec14803114 drop RCS Ids 2022-03-11 20:09:36 +00:00
fcambus
5e9e481da6 Drop maintainership. 2021-01-10 16:58:29 +00:00
fcambus
2e158eebad Update slowhttptest to 1.8.2, and remove patch which was merged upstream. 2020-08-26 21:06:42 +00:00
espie
0bce543793 simpler SEPARATE_BUILD semantics 2020-03-06 15:26:18 +00:00
fcambus
f4a995af19 Fix a segmentation fault in slowhttptest.
slowhttptest didn't check that the argument passed to freeaddrinfo(3)
was not NULL, which resulted in a segmentation fault.

OK jca@
2019-11-08 15:59:28 +00:00
fcambus
209c4ac7ab Update slowhttptest to 1.8.1. 2019-11-02 08:48:07 +00:00
fcambus
5464c30fde Update slowhttptest to 1.8. 2019-10-30 08:40:00 +00:00
fcambus
38b57270a4 Update slowhttptest to 1.7 and take maintainership.
Notable changes:

- SlowHTTPTest is now hosted on GitHub
- Remove both patches, as upstream fixed those issues

OK abieber@
2019-10-15 20:08:32 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
naddy
00094af4c3 char cannot hold the return value of getopt() 2018-04-25 20:13:04 +00:00
jasper
7a13abcdec fix build with clang6 2018-04-08 19:35:24 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
benoit
d382df8f5d Update to slowhttptest 1.6.
Ok jung@
2013-12-01 05:43:54 +00:00
benoit
36dc8ada5e Update to slowhttptest 1.5.
ok sthen@
2013-10-26 13:25:12 +00:00
naddy
c2832a1290 move http://code.google.com, *.googlecode.com, and sites.google.com to https
suggested by bentley@
2013-08-07 21:31:12 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
c2e068b9ec import www/slowhttptest, ok ajacoutot@
SlowHTTPTest is a highly configurable tool that simulates some
Application Layer Denial of Service attacks.

It implements most common low-bandwidth Application Layer DoS attacks,
such as slowloris, Slow HTTP POST, Slow Read attack (based on TCP persist
timer exploit) by draining concurrent connections pool, as well as Apache
Range Header attack by causing very significant memory and CPU usage on the
server.

Slowloris and Slow HTTP POST DoS attacks rely on the fact that the HTTP
protocol, by design, requires requests to be completely received by the
server before they are processed. If an HTTP request is not complete, or if
the transfer rate is very low, the server keeps its resources busy waiting
for the rest of the data. If the server keeps too many resources busy, this
creates a denial of service. This tool is sending partial HTTP requests,
trying to get denial of service from target HTTP server.

Slow Read DoS attack aims the same resources as slowloris and slow POST,
but instead of prolonging the request, it sends legitimate HTTP request and
reads the response slowly.
2012-04-11 13:37:27 +00:00