Skip to content

feat: add swap variable to value and quick set variable context menu …#5

Open
BitThr3at wants to merge 1 commit into
0xceba:mainfrom
BitThr3at:feature/quick-set-and-swap
Open

feat: add swap variable to value and quick set variable context menu …#5
BitThr3at wants to merge 1 commit into
0xceba:mainfrom
BitThr3at:feature/quick-set-and-swap

Conversation

@BitThr3at
Copy link
Copy Markdown

…actions

  • Add 'Swap variable to value' context menu item that resolves all ((variableName)) references in the request editor to their current values, allowing users to preview the fully resolved request.

  • Add 'Quick set variable' context menu item available across all Burp tools (Repeater, Proxy, Intruder, etc.) in both request and response editors/viewers. Select any text, right-click, and instantly create or update a variable with the selected text as its value. Displays a success/failure confirmation dialog.

  • Reorganize context menu: Insert variable items are now grouped under an 'Insert variable' sub-menu for cleaner organization.

  • Add addOrUpdateVariable() public API to BurpVariablesTab for programmatic variable creation/update from external callers.

  • Bump version to 1.3.0

  • Update README with new feature documentation and Context Menu section

…actions

- Add 'Swap variable to value' context menu item that resolves all
  ((variableName)) references in the request editor to their current
  values, allowing users to preview the fully resolved request.

- Add 'Quick set variable' context menu item available across all
  Burp tools (Repeater, Proxy, Intruder, etc.) in both request and
  response editors/viewers. Select any text, right-click, and instantly
  create or update a variable with the selected text as its value.
  Displays a success/failure confirmation dialog.

- Reorganize context menu: Insert variable items are now grouped
  under an 'Insert variable' sub-menu for cleaner organization.

- Add addOrUpdateVariable() public API to BurpVariablesTab for
  programmatic variable creation/update from external callers.

- Bump version to 1.3.0
- Update README with new feature documentation and Context Menu section
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant