New version of the Kraken Stress Testing Toolkit.
List of changes
- New variables:
- {{LongID}} - Returns the current event ID, returning 10 or more characters, filling in the missing value with leading zeros.
- {{HOME_NET_10_1}} - Returns a random IP in the range 10.0.0.0.0/8
- {{HOME_NET_10_2}} - Returns a random IP in the range 10.0.0.0.0/8
- {{UUIDv7}} - Returns UUIDv7
- {{UUIDv4}} - Returns UUIDv4
- New variable work over time
- {{TimeStampMili}} - Specifying current milliseconds
- {{TimeStampNano}} - Specifying the current nano seconds
- New static variables
- {{sessionid}} - Случайное число длиною 10 знаков
- {{session_id}} - Случайное шестнадцатеричное число длиною 10 знаков
- Removed functions {{uuid}}, {{uuid1}}, {{uuid2}}
- HTTP (GET), HTTPS (GET) added restriction on the number of requests sent (CWE-400).
- Fixed web client crash if POST parameters were specified in the template for GET methods
- Added error handling when closing Mutex
- Improvement of work with templates
- Fixed a typo in the Templates tab
- Fixed error of deleting Messages values, when deleting Json values
- Added viewing and editing of POST template data from the interface
- Revised logging mechanism
- Fixed error of re-reading POST template block if section was deleted on disk
- Fixed error of reading MailFrom and MailTo parameters if they are not used by the protocol
- Fixed absence of API server connection logs
- Redesigned the mechanism for sending Kraken logs via Syslog.
- Improved stability of sending Syslog events
- Fixed the error of displaying the previous EPS in the status bar, after changing the value to 0
- Updated documentation