「slowhttptest」の版間の差分
提供: セキュリティ
細 |
|||
行1: | 行1: | ||
− | + | [[slowhttptest]] (SlowHTTPTest)は、アプリケーションレイヤーのサービス不能攻撃の高機能なオプションを持ったシミュレーションツールです。 | |
− | + | ||
− | + | ||
− | 読み方 | + | '''読み方''' |
;[[slowhttptest]]: すろー えいちてぃーてぃーぴー てすと | ;[[slowhttptest]]: すろー えいちてぃーてぃーぴー てすと | ||
__TOC__ | __TOC__ | ||
== 概要 == | == 概要 == | ||
− | |||
[[slowhttptest]] (SlowHTTPTest)は、アプリケーションレイヤーのサービス不能攻撃の高機能なオプションを持ったシミュレーションツールです。 | [[slowhttptest]] (SlowHTTPTest)は、アプリケーションレイヤーのサービス不能攻撃の高機能なオプションを持ったシミュレーションツールです。 | ||
− | + | メジャーな[[Linux]]や Mac OS X、Cygwin で動作します。 | |
− | メジャーな[[Linux]]や OS | + | |
<html> | <html> | ||
行18: | 行14: | ||
== インストール == | == インストール == | ||
− | + | ダウンロードします。 | |
− | + | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
wget \ | wget \ | ||
行25: | 行20: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | 解凍して、ビルドします。 | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
tar zxfp slowhttptest-1.5.tar.gz | tar zxfp slowhttptest-1.5.tar.gz | ||
行32: | 行28: | ||
sudo make install | sudo make install | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | |||
== 使い方 == | == 使い方 == | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
行38: | 行33: | ||
-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攻撃]] | ||
行46: | 行39: | ||
* [[DoS攻撃]] | * [[DoS攻撃]] | ||
* [[Slowloris]] | * [[Slowloris]] | ||
+ | <!-- vim: filetype=mediawiki | ||
+ | --> |
2015年3月22日 (日) 21:41時点における版
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