Caido v0.45.1
Ian Bouchard
•
January 15, 2025
1 min read
This release includes improvements to request interception, manual finding creation, and updates to the plugin SDK.
🧩 Community Store
We've added new plugins to the community store:
- ParamFinder by @bebiksior: Discover hidden parameters in Caido
- CaidoNotesPlusPlus by @_StaticFlow_: Caido plugin for markdown based notes
- Shift by @rez0__ and CRITSoftware: Seamless AI Integration into Caido
- DevTools by @caidoio: Hot-reloading plugin for faster Caido plugin development
🔥 Features
- HTTPQL for Intercept: Filter requests and responses during interception based on HTTPQL queries.
- Manual Findings: Added the ability to right-click and select "Send to Findings…" to manually create findings.
- URL Decoding Tooltip: Tooltips now display decoded values for URL-encoded strings in the editor.
- Quick Project Creation: Projects can now be quickly created via the top-right project selector dropdown.
🎨 Plugin SDK Updates
- Frontend SDK:
- Added
sdk.[page].getScopeId()
andsdk.[page].setScope()
to retrieve or set the current page scope. - Added
sdk.env.getVars()
to retrieve all available environment variables.
- Added
- Backend SDK:
- Added
sdk.meta.version()
to retrieve the Caido instance version. - Added
sdk.meta.updateAvailable()
to check if an update is available. - Added
sdk.env.getVars()
to retrieve all available environment variables.
- Added
Issues
This release also includes other bug fixes and improvements. View the full list of changes.