Skip to content

Releases: go-appsec/toolbox

v0.1.14

26 Apr 21:47
Immutable release. Only release title and notes can be modified.
d9a5d1b

Choose a tag to compare

feat: Add `multi` workflow mode, useful for multiple agents working o…

v0.1.13

20 Apr 01:13
Immutable release. Only release title and notes can be modified.
efbf49a

Choose a tag to compare

Includes a variety of fixes and improvements, mostly around wire accuracy for protocol / desync testing and OAST.

v0.1.12

11 Apr 20:29
Immutable release. Only release title and notes can be modified.
4fc748c

Choose a tag to compare

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

06 Apr 04:18
Immutable release. Only release title and notes can be modified.
171f63f

Choose a tag to compare

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

21 Mar 00:57
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

18 Mar 03:29
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

OAST agent usability improvements with reduced token usage.

v0.1.6

22 Feb 02:15
Immutable release. Only release title and notes can be modified.
6b4f610

Choose a tag to compare

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

15 Feb 01:12
Immutable release. Only release title and notes can be modified.
7d664ef

Choose a tag to compare

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

v0.1.0

08 Feb 04:43
Immutable release. Only release title and notes can be modified.
08d3c02

Choose a tag to compare

After significant development and testing we are excited to release the first version of our tool. Please open an Issue for any questions or feedback you have!