Browser BruterV2025.1 🎉 The Manipulation of Browser Storage
Happy New Year! We're excited to unveil V2025.1, a milestone update for Browser Bruter with a special focus on browser storage manipulation and testing. This release brings powerful new tools to control and safeguard browser storage, empowering you to test web applications like never before.
Highlight: Browser Storage Capabilities
This update introduces advanced browser storage manipulation features, giving you granular control over local and session storage during fuzzing and testing workflows.
New Switches
- --add-storage key:value++key2:value2
Seamlessly add local storage items to the browser in a key-value pair format. Use ++ to chain multiple pairs in a single command. - --add-session-storage key:value++key2:value2
Easily inject session storage key-value pairs for testing transient data and session-specific behaviors. - --force-storage
Lock down your local storage data! This switch ensures the values you set with --add-storage cannot be overridden by the web application. - --force-session-storage
Gain full control over session storage with this switch, preventing applications from altering your injected session storage data.