Skip to content

2.3.0

Choose a tag to compare

@AlexNDRmac AlexNDRmac released this 01 Apr 07:40
8d03aaa

Added

  • dry run mode for fast testing purposes
  • CloudFlare bypass mode for HTTP flood method
  • Events log that helps to understand attack process details in depth
  • --log-size parameter to configure Events log history frame length

Fixed

  • Fixed error with keyboard interrupting and threads shutdown process
  • Reduced IP address re-checks to avoid redundant API calls
  • Attack checks methods, improved speed
  • Rendering table with statistic does not re-render table caption with logo

Changed

  • Isolated target. The target contains a full server description, statistics, and health check. It is an intermediate step towards multiple targets.
  • Formalized attack_method, added names and labels for attacks.
  • Isolated assets.
  • Split context on components.
  • Changed health check to be target-dependant.
  • Reduced awareness about the entire context structure.
  • Unified tests format. Classes should represent "Describe" blocks, and test methods should start with "it."
  • Changed Exception handling and logging process.
  • Replaced Error class with Events