From owner-cvs-ports@FreeBSD.ORG Mon Jul 13 22:40:21 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 233961065670; Mon, 13 Jul 2009 22:40:21 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 11B0E8FC1C; Mon, 13 Jul 2009 22:40:21 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n6DMeKS3069002; Mon, 13 Jul 2009 22:40:20 GMT (envelope-from pgollucci@repoman.freebsd.org) Received: (from pgollucci@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n6DMeKfF069001; Mon, 13 Jul 2009 22:40:20 GMT (envelope-from pgollucci) Message-Id: <200907132240.n6DMeKfF069001@repoman.freebsd.org> From: "Philip M. Gollucci" Date: Mon, 13 Jul 2009 22:40:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/benchmarks Makefile ports/benchmarks/slowloris Makefile distinfo pkg-descr ports/benchmarks/slowloris/files extra-nothreads X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2009 22:40:21 -0000 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)