Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

39 lines (27 loc) · 1.85 KB

🚀 CHANGELOG

How Bug Bounty in a Box is currently versioned:

  • Lil' bug fixes that don't modify any features will be revisionary version releases.
  • New features, changes in functionality, or major refactoring will be minor version releases.
  • After 1.0, the versioning strategy will change. 😄

🍌 Verison 0.04

This mini-release adds a payload for XXE via an SVG file! Anddddd that's it! Nice!

😌 Version 0.03

This lil' release only logs requests for valid, non-index routes 'cause it gets noisy 😅. I've also fixed a bug with the SVG & XML payloads.

⚽ Version 0.02

This second pre-release version contains some new routes:

  1. /payload: Will return payload file of your type choice with a callback URL for your Bug Bounty in a Box instance.
    • Includes the following payloads:
      • XSS via JavaScript file
      • XSS via SVG
      • XXE via XML file
  2. /unauthorized: Sends a 401 for non-OPTIONS & non-HEAD requests with a Content-Type header of your choice.

As well as the following changes:

  1. Docker container for the server!!
  2. Actually log/message the request URI. My b. If you were alreadying parsing request logs, you'll need to account for the fact that the request URI is now the first attribute in the log.
  3. Configuration is now loaded on server start instead of first request.
  4. Fixed a bug where you couldn't pass in a custom config file location. Sorry about that!
  5. Removed some debug ps. Whoops.
  6. Removed my hardcoded hack @ ajoekerr references. Now you won't see me & Juniper in Slack 😅.
  7. Some doc updates. Nothing huge.

😵 Version 0.01

Initial version! This version includes all of the features that are listed in the README.