Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0470f3f63f8fa7ea10d380e769d9d5409a2d38bd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0470f3f63f8fa7ea10d380e769d9d5409a2d38bd)
  • Date: Tue, 5 Feb 2013 06:07:47 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/slowhttptest/DETAILS | 13 +++++++------
net/slowhttptest/HISTORY | 3 +++
2 files changed, 10 insertions(+), 6 deletions(-)

New commits:
commit 0470f3f63f8fa7ea10d380e769d9d5409a2d38bd
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

slowhttptest: => 1.5

diff --git a/net/slowhttptest/DETAILS b/net/slowhttptest/DETAILS
index 5d53fea..83f493a 100755
--- a/net/slowhttptest/DETAILS
+++ b/net/slowhttptest/DETAILS
@@ -1,9 +1,9 @@
SPELL=slowhttptest
- VERSION=1.4
+ VERSION=1.5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://slowhttptest.googlecode.com/files/$SOURCE
-
SOURCE_HASH=sha512:7110727b6955bd62d532b0cfa5768450e0106e9fd935fa59991fcf276b2e571cf96d268cb09e251c08c619240062b2f053f954d1fdb3596e829a7f06873fe0cf
+
SOURCE_HASH=sha512:c1b11f57da637a827047948fcf1fb35b142631c428053b0d847657ab293bae50d259256ca3a2da2950c6621de016db6d687dbd06fd86510a3a666a469059b8a7
WEB_SITE=http://code.google.com/p/slowhttptest/
GATHER_DOCS=off
LICENSE[0]=APACHE
@@ -19,10 +19,11 @@ slowloris, Slow HTTP POST, Slow Read attack (based on TCP
persist timer exploit)
by draining concurrent connections pool, as well as Apache Range Header
attack
by causing very significant memory and CPU usage on the server.

-Slowloris and Slow HTTP POST DoS attacks rely on the fact that the HTTP
protocol,
-by design, requires requests to be completely received by the server before
they
-are processed. If an HTTP request is not complete, or if the transfer rate is
-very low, the server keeps its resources busy waiting for the rest of the
data.
+Slowloris and Slow HTTP POST DoS attacks rely on the fact that the HTTP
+protocol, by design, requires requests to be completely received by the
server
+before they are processed. If an HTTP request is not complete, or if the
+transfer rate is very low, the server keeps its resources busy waiting for
the
+rest of the data.
If the server keeps too many resources busy, this creates a denial of
service.
This tool is sending partial HTTP requests, trying to get denial of service
from
target HTTP server.
diff --git a/net/slowhttptest/HISTORY b/net/slowhttptest/HISTORY
index ce94176..62a3a65 100644
--- a/net/slowhttptest/HISTORY
+++ b/net/slowhttptest/HISTORY
@@ -1,2 +1,5 @@
+2013-02-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.5; fixed long description wrap
+
2012-04-27 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0470f3f63f8fa7ea10d380e769d9d5409a2d38bd), Vlad Glagolev, 02/05/2013

Archive powered by MHonArc 2.6.24.

Top of Page