Ib migration guides#363
Merged
Merged
Conversation
d83486b to
b3fdd85
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces a new “Migrating from Burp Suite” documentation section (Core + Extensibility mappings) and wires it into the site navigation, replacing the old Burp Suite vs Caido reference page with redirects.
Changes:
- Add new
/burp-suite/docs section with Core and Extensibility mapping pages. - Update global nav/sidebars and the home page hero to expose the migration docs.
- Replace
/app/reference/burp_vs_caidocontent with a redirect and add host-level redirects inrender.yaml.
Reviewed changes
Copilot reviewed 26 out of 26 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/index.md | Adds a home hero action linking to the new Burp migration section. |
| src/burp-suite/index.md | Adds a frontmatter-only “redirect” stub for /burp-suite/. |
| src/burp-suite/core/overview.md | Adds Core section landing page and page list. |
| src/burp-suite/core/browser-and-setup.md | Adds Burp setup/browser feature mappings. |
| src/burp-suite/core/project-and-configuration.md | Adds project/config/session mapping content. |
| src/burp-suite/core/target-and-scope.md | Adds target/scope/site map mapping content. |
| src/burp-suite/core/tools.md | Adds a large Burp tool → Caido equivalent reference. |
| src/burp-suite/core/ai.md | Adds Burp AI → Caido AI plugins mapping. |
| src/burp-suite/core/scans.md | Adds scanner/scan operations mapping content. |
| src/burp-suite/core/reporting.md | Adds reporting/export mapping content. |
| src/burp-suite/extensibility/overview.md | Adds Extensibility section landing page and page list. |
| src/burp-suite/extensibility/extensions.md | Adds BApp Store extension → plugin/workflow mappings. |
| src/burp-suite/extensibility/bambdas.md | Adds Bambdas → workflows/plugins mapping. |
| src/burp-suite/extensibility/custom-scan-checks.md | Adds custom scan checks → Scanner/workflows mapping. |
| src/app/reference/burp_vs_caido.md | Replaces the prior mapping page with a frontmatter-only “redirect”. |
| render.yaml | Adds host-level redirects for /app/reference/burp_vs_caido (+ .html). |
| .vitepress/sidebars/index.ts | Exposes new Burp Suite sidebar exports. |
| .vitepress/sidebars/burp-suite/index.ts | Aggregates Burp Suite core/extensibility sidebars. |
| .vitepress/sidebars/burp-suite/core.ts | Defines the “Core” sidebar group for /burp-suite/core/. |
| .vitepress/sidebars/burp-suite/extensibility.ts | Defines the “Extensibility” sidebar group for /burp-suite/extensibility/. |
| .vitepress/sidebars/app/reference.ts | Renames the old entry and points it to the new migration section. |
| .vitepress/navbars/index.ts | Exposes new Burp Suite navbar exports. |
| .vitepress/navbars/burp-suite.ts | Adds a Burp Suite navbar (Core/Extensibility). |
| .vitepress/config.mts | Adds a top-level nav item + sidebar routing for the new section. |
| .vitepress/components/Navbar.vue | Shows the Burp Suite secondary navbar when on /burp-suite/ routes. |
| .agents/skills/grill-me/SKILL.md | Adds a new agent “skill” document. |
Comment on lines
+2
to
+3
| redirect: /burp-suite/core/overview | ||
| --- |
Comment on lines
1
to
3
| --- | ||
| description: "A side-by-side reference of common Burp Suite features and where to find their counterparts in Caido." | ||
| redirect: /burp-suite/core/overview | ||
| --- |
Comment on lines
+87
to
+91
| ### Autorize / Auth Analyzer | ||
|
|
||
| Autorize tests access controls by replaying requests with different session tokens. | ||
|
|
||
| Caido offers the **Autorize** community plugin for authorization testing, and **Authswap** to switch between authentication contexts during manual testing. Together they provide a workflow for comparing responses across different session contexts, similar to Burp's Autorize extension. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.