Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: zakirkun/brutal

Tags

1.2

Toggle 1.2's commit message
Add proxy support to Load Tester

- Introduced a new ProxyURL field in the Config struct to allow users to specify a proxy for requests.
- Updated command-line flags to include a proxy option.
- Enhanced the load testing functionality to configure the HTTP client to use the specified proxy.
- Updated README with examples for using the proxy feature, including support for HTTP, SOCKS5, and authenticated proxies.

1.1

Toggle 1.1's commit message
Refactor Brutal Load Tester to use Cobra CLI framework

- Replaced TUI with a modern CLI interface powered by Cobra.
- Simplified command structure, allowing URL input as an argument or flag.
- Enhanced configuration options with flags for method, headers, body, and output.
- Added shell completion support for Bash, Zsh, Fish, and PowerShell.
- Updated README to reflect new features and usage examples.
- Removed unused dependencies and cleaned up code for better maintainability.

1.0

Toggle 1.0's commit message
Update release workflow to trigger on all tags instead of just 'v*'