
Burp Suite extension that auto-replaces cookies and headers in requests using configurable rules. Eliminates manual copy-pasting of session tokens when retesting bugs across large request histories.
Burp Suite extension that auto-replaces cookies and headers in requests. Stop wasting time copy-pasting session tokens into every request.

You got a retest, a needs more info bug, or just expired sessions. You need to replay dozens of requests from HTTP History and Repeater but your session expired. Now you gotta replace cookies in every single request manually. That's annoying and wastes time.
Cookie Swapper fixes that. Define your replacement rules once, and every request you send through the plugin gets updated cookies/headers automatically.
Ctrl+Shift+Q sends the selected request with fresh tokens (no right-click needed)Ctrl+W close tab, Ctrl+] next tab, Ctrl+[ previous tabCookieSwapper.jar from ReleasesCtrl+Shift+Q or right-click → Send to Cookie Swapper./gradlew jar
Output: build/libs/CookieSwapper-1.0.0.jar
MIT