Skip to content

Releases: plushmonkey/avalanche

Disconnect

27 Jun 17:17

Choose a tag to compare

Disconnect Pre-release
Pre-release
0.9

Add Disconnect behavior

Recipe attack

09 Jun 01:07

Choose a tag to compare

Recipe attack Pre-release
Pre-release

Add AttackRecipe

  • Add a new attack that uses 1.12 PrepareCraftingGridPacket to send a lot of
    books that all get deserialized. Each page in every book throws several
    exceptions, causing a lot of lag to happen on netty threads.

Sneak and Swing

12 May 20:12

Choose a tag to compare

Sneak and Swing Pre-release
Pre-release
  • Add sneak behavior.
  • Add swing behavior

Behaviors

10 May 17:09

Choose a tag to compare

Behaviors Pre-release
Pre-release
  • Add delay behavior.
  • Add message behavior.
  • Add sequence behavior for composing multiple behaviors.

Generators

09 May 23:40

Choose a tag to compare

Generators Pre-release
Pre-release
  • Add increment authentication generator.
  • Add random authentication generator.
  • Add multi-user authentication generator.
  • Add multi-token authentication generator.

CreativeWorldLag

09 May 00:48

Choose a tag to compare

CreativeWorldLag Pre-release
Pre-release
  • Add creative-world-lag attack method.

This attack method uses CreativeInventoryActionPacket to create an item with block entity data in its inventory. The server will read the xyz of the item and try to load the block entity in the world at that position. There's no range limit on this, so the server can be forced to load/generate chunks that are far away.

LoginSequential

08 May 01:37

Choose a tag to compare

LoginSequential Pre-release
Pre-release
Add LoginSequential

- Add a login method that waits for the previous client to fully login
  before moving on to the next one.

BookEdit

07 May 22:39

Choose a tag to compare

BookEdit Pre-release
Pre-release
  • Add BookEdit attack.
  • Add option to read JSON files.

Interact attack

07 May 05:27

Choose a tag to compare

Interact attack Pre-release
Pre-release
  • Read options from command line using getopt.
  • Add option for logging in many instances at once.
  • Add an interact attack.