Releases: go-appsec/toolbox
Releases · go-appsec/toolbox
v0.1.14
v0.1.13
v0.1.12
Immutable
release. Only release title and notes can be modified.
Improvements:
- OAST sessions can be created with redirects for probing clients willing to follow them.
- Native proxy supports more transfer encodings and fix rule application for encodings not supported
- Other minor bug fixes
Binaries are now being distributed compressed, go install github.com/go-appsec/toolbox/sectool@latest is still the recommended method of installation (if go is available).
v0.1.11
Immutable
release. Only release title and notes can be modified.
Included in this release:
- Significant OAST usability and token efficiency improvements.
- Proxy rules reworked to be easier to use from CLI, and consistently apply to replay and request sends. This makes it much easier to use rules for ensuring an identifier header is always included in testing.
- Removed error logging that was occurring under normal conditions with Chrome
v0.1.10
Immutable
release. Only release title and notes can be modified.
chore(deps): bump github.com/go-appsec/interactsh-lite Bumps [github.com/go-appsec/interactsh-lite](https://github.com/go-appsec/interactsh-lite) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/go-appsec/interactsh-lite/releases) - [Commits](https://github.com/go-appsec/interactsh-lite/compare/v0.2.4...v0.2.5) --- updated-dependencies: - dependency-name: github.com/go-appsec/interactsh-lite dependency-version: 0.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
v0.1.9
v0.1.6
Immutable
release. Only release title and notes can be modified.
A variety of features, improvements and fixes. The MCP api is again incrementally less tokens and easier for agents to use. Image and font files are now by default excluded from the proxy history to reduce token overhead. Feature wise the new --notes feature helps make larger test workflows with potentially multiple findings or compaction can better retain and reference prior findings and notes.
v0.1.3
Immutable
release. Only release title and notes can be modified.
Feature expansion to include:
- A variety of MCP API improvements for more reliable and efficient usage
- Improved encoding tools with hashing and jwt parsing
- Better ways to search for sessions, reflected values, or other specific request or response matches
- The ability to compare requests and responses between flows to highlight the differences