Releases: GangGreenTemperTatum/stickyburp
Releases · GangGreenTemperTatum/stickyburp
v1.0.3
StickyBurp
v1.0.3 ships with love and extended changes/features!
- No more clicks! Hotkeys, yay! 👻 (#13)
- A reduced jar size using compile instead of implementation for a bAPP store submission as part of initial code review (#7)
- Hyphens are allowed in stickies names (#14)
Auto-Generated RN's:
What's Changed
- feat: hotkey to switch to stickyburp by @GangGreenTemperTatum in #13
- chore: allow hyphens in sticky names by @GangGreenTemperTatum in #15
- chore: reduce jar size using compile instead of implementation by @GangGreenTemperTatum in #7
Full Changelog: v1.0.2...v1.0.3
v1.0.2
A small fix in #12 to address missing "Logger" and "Target" (AKA Site Map) tabs for origins of created/updated "Stickies"
Auto-Generated RN's:
What's Changed
- fix: missed adding new version in build by @GangGreenTemperTatum in #10
- fix: tooltype mappings for target and logger by @GangGreenTemperTatum in #12
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Following #9 and #10, stickyburp
now has enhanced capabilities added from a HTTP request/response into the StickyBurp tab:
- Full HTTP details (method, URL, headers, body)
- Service information (host, port, protocol)
- Annotations/notes
- Markers
- Time received
🫶
ie:
Auto-Generated RN's:
What's Changed
- chore(deps)(deps): bump the kotlin-ecosystem group with 2 updates by @dependabot in #1
- chore(deps)(deps): bump jvm from 1.9.24 to 2.1.0 by @dependabot in #2
- chore: initial basic gradle build workflow by @GangGreenTemperTatum in #8
- Feat/improve origin info in extension tab by @GangGreenTemperTatum in #9
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Announcing stickyburp
! 🙌
https://www.linkedin.com/feed/update/urn:li:share:7277045186327691266/
Features
-
Sticky Management
- Create and store stickies from any selected text in Burp Suite
- Stickies store name, value, and source information
- Replace the values in Repeater tab with the raw value of the previously saved sticky
- Update existing stickies with new values and add your own notes
- Copy stickies values to clipboard with right-click
- Stickies can be colored for easier visibility and are by default colored
- Stickies are persisted across projects even when burp is quit and reopened
- Sort and order your stickies using the row sorting functionality
-
Context Menu Integration
- Right-click selected text to create new stickies
- Quick access to update existing stickies
- Source tracking shows which HTTP request the stickies came from
- Works in Burp tools (Proxy, Repeater, etc.)
-
Dedicated UI Tab
- Table view of all stored stickies
- Shows stickies name, value, and source
- Manual add/update functionality
- Right-click menu for copying values
- Visual feedback for all operations
-
Data Persistence
- Stickies maintained throughout Burp Suite session and in project after quitting Burp
- Easy to update and manage values
- Protection against duplicate stickies names
- Validation to prevent empty values
Auto-Generated RN's:
Full Changelog: https://github.com/GangGreenTemperTatum/stickyburp/commits/v1.0.0