「slowhttptest」の版間の差分

提供: セキュリティ
移動: 案内検索
(ページの作成:「<!-- vim: filetype=mediawiki --> 読み方 ;slowhttptest: __TOC__ == 概要 == slowhttptest (SlowHTTPTest)は、アプリケーションレイヤーのサー...」)
 
 
(同じ利用者による、間の2版が非表示)
行1: 行1:
<!--
+
[[slowhttptest]] (SlowHTTPTest)は、アプリケーションレイヤーのサービス不能攻撃の高機能なオプションを持ったシミュレーションツールです。
vim: filetype=mediawiki
+
-->
+
  
読み方
+
'''読み方'''
;[[slowhttptest]]:
+
;[[slowhttptest]]: すろー えいちてぃーてぃーぴー てすと
 
__TOC__
 
__TOC__
  
 
== 概要 ==
 
== 概要 ==
 
 
[[slowhttptest]] (SlowHTTPTest)は、アプリケーションレイヤーのサービス不能攻撃の高機能なオプションを持ったシミュレーションツールです。
 
[[slowhttptest]] (SlowHTTPTest)は、アプリケーションレイヤーのサービス不能攻撃の高機能なオプションを持ったシミュレーションツールです。
 
+
メジャーな[[Linux]]や Mac OS X、Cygwin で動作します。
メジャーな[[Linux]]や OS X、[[Cygwin]] で動作します。
+
  
 
<html>
 
<html>
 
<iframe width="560" height="315" src="http://www.youtube.com/embed/Jq1nDEuvGjg" frameborder="0" allowfullscreen></iframe>
 
<iframe width="560" height="315" src="http://www.youtube.com/embed/Jq1nDEuvGjg" frameborder="0" allowfullscreen></iframe>
 
</html>
 
</html>
 
 
== インストール ==
 
== インストール ==
 
+
ダウンロードします。
ダウンロード。
+
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
wget \
 
wget \
行25: 行19:
 
</syntaxhighlight>
 
</syntaxhighlight>
  
 +
解凍して、ビルドします。
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
tar zxfp slowhttptest-1.5.tar.gz
 
tar zxfp slowhttptest-1.5.tar.gz
行32: 行27:
 
sudo make install
 
sudo make install
 
</syntaxhighlight>
 
</syntaxhighlight>
 
 
== 使い方 ==
 
== 使い方 ==
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
行38: 行32:
 
  -c 1000 -r 200 -v 2 -z 5 -n 1 -l 120 -g -o slowread
 
  -c 1000 -r 200 -v 2 -z 5 -n 1 -l 120 -g -o slowread
 
</syntaxhighlight>
 
</syntaxhighlight>
 
 
== 関連項目 ==
 
== 関連項目 ==
 
 
* [[Slow Read DoS攻撃]]
 
* [[Slow Read DoS攻撃]]
* [[Slow HTTP POST攻撃]]
+
* Slow HTTP POST攻撃
* [[Slow HTTP攻撃]]
+
* Slow HTTP攻撃
 
* [[DoS攻撃]]
 
* [[DoS攻撃]]
 
* [[Slowloris]]
 
* [[Slowloris]]
 +
<!-- vim: filetype=mediawiki
 +
-->

2015年9月22日 (火) 21:43時点における最新版

slowhttptest (SlowHTTPTest)は、アプリケーションレイヤーのサービス不能攻撃の高機能なオプションを持ったシミュレーションツールです。

読み方

slowhttptest
すろー えいちてぃーてぃーぴー てすと

概要

slowhttptest (SlowHTTPTest)は、アプリケーションレイヤーのサービス不能攻撃の高機能なオプションを持ったシミュレーションツールです。 メジャーなLinuxや Mac OS X、Cygwin で動作します。

インストール

ダウンロードします。

wget \
https://slowhttptest.googlecode.com/files/slowhttptest-1.5.tar.gz

解凍して、ビルドします。

tar zxfp slowhttptest-1.5.tar.gz
cd slowhttptest-1.5
./configure
make
sudo make install

使い方

slowhttptest -X -w 10 -y 32 -u http://localhost/big.txt \
 -c 1000 -r 200 -v 2 -z 5 -n 1 -l 120 -g -o slowread

関連項目