[slowhttptest] Initial commit

Fabian Affolter fab at fedoraproject.org
Mon Dec 3 19:39:45 UTC 2012


commit c46d1415fae5e029fb0aca793592a02509bf6363
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Mon Dec 3 20:39:31 2012 +0100

    Initial commit

 .gitignore        |    1 +
 slowhttptest.spec |   37 +++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 39 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..bcc7c93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/slowhttptest-1.5.tar.gz
diff --git a/slowhttptest.spec b/slowhttptest.spec
new file mode 100644
index 0000000..e843365
--- /dev/null
+++ b/slowhttptest.spec
@@ -0,0 +1,37 @@
+Name:           slowhttptest
+Version:        1.5
+Release:        1%{?dist}
+Summary:        An Application Layer DoS attack simulator
+
+Group:          Applications/Internet
+License:        ASL 2.0
+URL:            http://code.google.com/p/slowhttptest/
+Source0:        http://slowhttptest.googlecode.com/files/%{name}-%{version}.tar.gz
+
+BuildRequires:  openssl-devel
+
+%description
+SlowHTTPTest is a highly configurable tool that simulates some Application
+Layer Denial of Service attacks. It implements most common low-bandwidth
+Application Layer DoS attacks, such as slow-loris, 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. 
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags} CFLAGS="%{optflags}"
+
+%install
+make install DESTDIR=%{buildroot} INSTALL="install -p"
+
+%files
+%{_mandir}/man*/*.*
+%{_bindir}/%{name}
+
+%changelog
+* Sat Nov 10 2012 Fabian Affolter <mail at fabian-affolter.ch> - 1.5-1
+- Initial package for Fedora
diff --git a/sources b/sources
index e69de29..5b9fe3f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1437fdac96e99305f765a7f0b075b006  slowhttptest-1.5.tar.gz


More information about the scm-commits mailing list