Skip to content

2.6.0

Choose a tag to compare

@AlexNDRmac AlexNDRmac released this 18 Apr 08:06
c668d43

Added

  • Attack duration param (in seconds). After this duration script will stop its execution.
  • User guide and setup guide
  • Threads count autoscaling. -t argument (same as --threads-count) now supports auto. The auto-scaling method is the default.
  • Check minimal required python version
  • Attack duration controller. -d argument (same as --duration) set the attack duration in seconds. After this duration script will stop its execution.
  • Targets list support. --targets-list argument allows you to use list with targets. List with targets can be path to file or hyperlink.

Changed

  • Random bytes optimization (performance improvement)
  • Changed CLI arguments for package size management
  • Improved speed for new version check
  • Improved text messages for better user experience

Fixed

  • Fixed command parameter generator to help users with incorrect command line parameters or errors with parameters
  • Test UDP connection for UDP scheme if TCP did not work