cvs commit: ports/benchmarks Makefile ports/benchmarks/slowloris Makefile distinfo pkg-descr ports/benchmarks/slowloris/files extra-nothreads

Philip M. Gollucci pgollucci at FreeBSD.org
Mon Jul 13 22:40:21 UTC 2009


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)


More information about the cvs-all mailing list