aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-13 22:40:20 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-13 22:40:20 +0000
commit597ef6d7b7fbe197f71cd6ce8a0c4a097c907839 (patch)
tree5bf69fc8c5af872f007348bac01f7a77e27aae8e /benchmarks/Makefile
parent01a2bc5b359f9e3a93bbab396c1c34b88ef4722f (diff)
downloadports-597ef6d7b7fbe197f71cd6ce8a0c4a097c907839.tar.gz
ports-597ef6d7b7fbe197f71cd6ce8a0c4a097c907839.zip
Slowloris both helps identify the timeout windows of a HTTP server or Proxy
server, can bypass httpready protection and ultimately performs a fairly low bandwidth denial of service. It has the added benefit of allowing the server to come back at any time (once the program is killed), and not spamming the logs excessively. It also keeps the load nice and low on the target server, so other vital processes don't die unexpectedly, or cause alarm to anyone who is logged into the server for other reasons. The main audience using slowloris is of course a system administrators wanting to measure their webserver's performance and vulnerability. WWW: http://ha.ckers.org/slowloris/ PR: ports/136281 Submitted by: Alexey V. Degtyarev
Notes
Notes: svn path=/head/; revision=237733
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r--benchmarks/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index f841f822afe9..ec69b43062e6 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -53,6 +53,7 @@
SUBDIR += scimark2c
SUBDIR += siege
SUBDIR += sipp
+ SUBDIR += slowloris
SUBDIR += stream
SUBDIR += super-smack
SUBDIR += sysbench