Skip to content

Commit

Permalink
released v0.4;
Browse files Browse the repository at this point in the history
  • Loading branch information
niksu committed Dec 26, 2018
1 parent f06deb7 commit 452855b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
* Added HULK attack, and DeDOS target.
* Further bug fixes.

0.4:
* Improved stability, and deployed to another cluster.
* Made more modular -- so experiment and rendering phases can be (re)run separately.
* Added checks to ensure configuration arrays are consistently sized, and that the attack times don't outlast the experiment.
* Improved coding style (e.g., removed hard-codings, added parameters).
* Improved documentation, and added FAQ and diagnosis checklist.

## DoSarray image
* 0.1/0.2: Initial image containing various attacks scripts.
* 0.2a: added dependencies for Slowloris over SSL.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The output from this experiment can be seen in the
Nik Sultana, Shilpi Bose.

## Current version
DoSarray 0.3
DoSarray 0.4

View [CHANGELOG](CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion config/dosarray_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Use of this source code is governed by the Apache 2.0 license; see LICENSE

export DOSARRAY_VERSION="0.3"
export DOSARRAY_VERSION="0.4"
export DOSARRAY_IMAGE="dosarray_image_v0.2a"

# NOTE we only include cluster machines that participate in the experiment in
Expand Down

0 comments on commit 452855b

Please sign in to comment.