Releases: BountySecurity/gbounty
Releases · BountySecurity/gbounty
v3.1.0
Changelog
- c73bcd9 Match: Highlight Status Code grep occurrences
- d666417 Writer: Print matches' request(s) & response(s) sequentially
- 680e28c Writer: Get rid of ANSI characters and warnings when -poc/--only-poc (#20)
- 9e93e14 Match: Omit connection time on Time Delay checks
- 333f3ed CLI: Stop (and clean) the progress bar even if 100% is not reached
- 0642dc5 Writer: Replace the 'url' with 'domain' and enumerate requests
- 60861e9 Writer: Print 'request' w/out padding (easy to copy&paste)
- 5f6c23c CLI: Get rid of the deprecated -ih, --interaction-host for {IH}/{BC} labels
- 46fcbf6 Scan: Show concurrent matches only once (when on scan.PayloadStrategyOnlyOnce)
- 9d0d18d CLI: Add flag to disable scan.PayloadStrategyOnlyOnce (--stop-at-first-match=false)
- 2c6749a Scan: Enable scan.PayloadStrategyOnlyOnce by default
- cac04de Add proof-of-concept output mode (-poc/--only-poc) (#19)
- 3a34719 Scan: Use http.Client & x/net/http2 for HTTP/2.0 requests (#13)
- 3ad35b4 Bump the go_modules group across 1 directory with 2 updates (#18)
- b0fc7a2 Bump golang.org/x/crypto in the go_modules group across 1 directory (#16)
- e07e402 Check for updates only once per day (#7)
v3.0.0
Changelog
- 6f09c6b Scan: Scan runner and global scan orchestration
- 5e667e5 Self-update profiles from GH Releases
- a1d231e CLI: Package to parse command-line options
- 3508628 Scan: Functions to instantiate scan.Template from raw bytes
- 026bf4d Request: Default constructor and functional options
- 0dce912 Writer abstraction to write scan resources in different formats (plain, JSON, MD...)
- 04e3eb9 File system abstraction for scan resources
- 96f53dc Set up GoReleaser workflow
- bfd4c80 Self-update application's binary from GH Releases
- a1fde1a Semver: Pkg for semantic versioning
- 3016bd6 Modifier: Request modifications on-demand
- 4113162 Helper package for ULID generation
- 84630cc Package to interact with blind hosts
- 9c70938 Match: Request & response matching
- 0586a02 HTTP: Custom HTTP client for non-compliant communications
- 0eb0c64 Entrypoint: Insertion point detection and injection
- e3509eb Response: Representation construct for HTTP responses
- 943862b Request: Representation construct for HTTP requests
- 9d7029c Profile: Support for reading .bb2 profiles
- 8e8750e CLI: Body for parsing config from command-line args