Patch Notes
Last Updated: 2025-04-27
2025-04-27
- Major update to the quick actions with improved statistics and data handling.
- Added item counting feature that shows the number of items in the input/output box.
- Added new "Extract Path Words" function that breaks URL paths into individual segments.
- Fixed URL-encoding issues: the tool now properly decodes URL-encoded characters when processing.
- Improved duplicate removal with statistics showing how many duplicates were removed.
- Enhanced parameter extraction to remove duplicates and display unique parameters only.
- All extraction functions now consistently use the original input box data for more predictable behavior.
2023-08-11
- Introduced 'Evidence': a screen recorder with audio and mic support. Recordings are saved directly to the user's local machine.
- Fixed a bug on the Replace function. Thanks to @0xNasser_ for his valuable contribution.
2023-07-30
- Fixed a bug on Rapid Hand where it wasn't functioning correctly. The issue arose when users input a URL without any parameters. Thanks to @Az7rb's valuable contribution.
- Implemented automatic removal of URLs without any parameters from the Rapid Hand output. Thanks to @Az7rb's valuable contribution.
- Enhanced the results message for better clarity and accuracy.
- We've upgraded the website's input/output boxes with subtle shadows, making the experience more visually appealing and user-friendly.
- Introducing Hope - a tool to scan URLs for potential vulnerable parameters, with a focus on OWASP's top 25 vulnerable parameters.
2023-07-09
- Presenting Boil Over, a tool designed to extract root domains from subdomains. Please be aware of its limitations when dealing with top-level domains such as "example.com.uk".
2023-07-07
- Fixed a bug in the tool's parameter injection functionality. Previously, only the first parameter was being injected, while the rest of the parameters from user input were ignored. Thanks to @c0nqr0r's valuable feedback, this issue has been identified and resolved.
- Incorporated a new filter mechanism to exclude certain parameters from being injected. This enhancement was suggested by @c0nqr0r to provide better control over the input parameters and prevent unwanted injection. The filter ensures that only the intended parameters are processed by the tool.
2023-07-03
- Added new feature: Rapid-Hand for faster payload injection.
- Integrated "Open All URLs" function with a protective limit set at 50 URLs. This can be bypassed by activating Developer mode through repeated button clicks.
- Fixed the URI malformed bug in the URL decode function.
- Introduced the ability to Payload encode/decode directly
- Added a Copy to Clipboard And Export buttons for quick sharing and testing of output.
- Integrated Google Analytics to better understand website performance.
- Missing Pages Titles Added
- Fixed the "Remove Duplicates" function to correctly handle leading and trailing spaces as the same entry when removing duplicates, providing a more accurate output. We thank @TanmayLP7 for reporting this issue.
2023-07-01
- Added a new button in the user interface that enables users to append a specific path to entered domains/URLs.
- Enhanced the user prompt in the 'Add Path' function to clearly indicate that the entered path should start with a '/'.
2023-06-30
- Moved large CSS styles to an external stylesheet to reduce the size of the HTML file and improve page load speed.
- Corrected the color issue in the dropdown menu of the navigation bar. The text for "OTP Generator" and "UltraScan" now correctly appears in black instead of white.
- Updated the CSS rules for the dropdown links to ensure the color setting is specific and does not get overwritten by other styles.
- Improved CSS selectors for better specificity and minimal style conflicts.
- Updated usage of `!important` in CSS for better style control and less style conflicts.
2023-06-29
- Added the "UltraSound Source Scan" feature to extract endpoints from user input.
- Fixed the display of extracted endpoints to avoid extra HTML tags and present each endpoint on a new line.
- Introduced the "Export Results" button to allow users to save their scan results in a .txt file.
- Adjusted UI elements such as the "Run UltraSound Scan" and "Export Results" buttons for better alignment and aesthetics.
2023-06-28
- Implemented the about page with information about BugBounty.zip
- Fixed dark mode compatibility across different pages
- Finalized the OTP generation page with copy functionality
- Enhanced mobile responsiveness
- Fixed a bug where dark mode was persistently enabled on certain pages, even after attempting to disable it.
2023-06-27
- Created the OTP generator page
- Improved UI for mobile devices
- Fixed navigation bar alignment on mobile devices
2023-06-26
- Integrated dark mode across the website
2023-06-25
- Release of bugbounty.zip
- Added More bugs to fix later.