Date: Mon, 13 Jul 2009 22:40:20 +0000 (UTC) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks Makefile ports/benchmarks/slowloris Makefile distinfo pkg-descr ports/benchmarks/slowloris/files extra-nothreads Message-ID: <200907132240.n6DMeKfF069001@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgollucci 2009-07-13 22:40:20 UTC
FreeBSD ports repository
Modified files:
benchmarks Makefile
Added files:
benchmarks/slowloris Makefile distinfo pkg-descr
benchmarks/slowloris/files extra-nothreads
Log:
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
Revision Changes Path
1.66 +1 -0 ports/benchmarks/Makefile
1.1 +43 -0 ports/benchmarks/slowloris/Makefile (new)
1.1 +3 -0 ports/benchmarks/slowloris/distinfo (new)
1.1 +7 -0 ports/benchmarks/slowloris/files/extra-nothreads (new)
1.1 +12 -0 ports/benchmarks/slowloris/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907132240.n6DMeKfF069001>
