aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/slowloris
Commit message (Collapse)AuthorAgeFilesLines
* * Specify phase in which to use Perl.Alexey Degtyarev2013-11-301-1/+3
| | | | | | | | Approved by: wg (mentor) Reported by: az Notes: svn path=/head/; revision=335297
* * Unbreak build after r334225.Alexey Degtyarev2013-11-301-19/+9
| | | | | | | * STAGE support. Notes: svn path=/head/; revision=335290
* The default perl threads option changed.Mathieu Arnold2013-11-181-1/+3
| | | | | | | Approved by: with perl@ hat. Notes: svn path=/head/; revision=334225
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | benchmarks) Notes: svn path=/head/; revision=327708
* - convert to the new perl5 frameworkAndrej Zverev2013-09-151-1/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327334
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Slowloris both helps identify the timeout windows of a HTTP server or ProxyPhilip M. Gollucci2009-07-134-0/+65
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: svn path=/head/; revision=237733