Skip to content

Releases: BishopFox/sj

2.1.0

15 Jan 23:38

Choose a tag to compare

Changelog

Features

  • baf4ef6 Added prioritized list of endpoints for the brute command and fixed base path handling for v2

2.0.4

15 Jan 15:56

Choose a tag to compare

Changelog

Bug fixes

  • 8e2e5fb Fixed improper handling of base path
  • 5554e2b fix: prevent header-processing logic from dropping custom headers

Others

  • a77f9f4 Merge pull request #49 from altperfect/main

2.0.3

25 Nov 21:37

Choose a tag to compare

Changelog

Bug fixes

  • 09c460e Fixed issue that occurred when running against subdomains that contain '-d' in the subdomain name

2.0.2

21 Nov 22:19

Choose a tag to compare

Changelog

Others

  • ba45c6d Removed duplicate base path from output, minor changes to value type handling

2.0.1

19 Sep 21:25

Choose a tag to compare

Changelog

Bug fixes

  • 7417f9f Fixed bug where the base path was sometimes applied to the URL multiple times

2.0.0

17 Sep 01:44

Choose a tag to compare

Changelog

Others

  • 77b11f4 Made some improvements for greater flexibility when encountering improperly defined API specifications
  • 70a3d0b Updated the documentation

1.10.3

15 Apr 17:25

Choose a tag to compare

Changelog

Bug fixes

  • fd602b9 Fixed a bug that prevented use of header values containing a colon

1.10.2

18 Mar 20:10
83d1b57

Choose a tag to compare

Changelog

Features

  • 6f903a7 Merge pull request #42 from altperfect/feat/add-curl-command-to-verbose-output
  • 8310c89 feat: add curl command in verbose output for 'automate' mode

Bug fixes

  • ceb99e4 Fixed insufficient output format check when displaying rate limit information
  • 0d59e6c Additional fix to output format check
  • 83d1b57 Merge pull request #41 from altperfect/fix/enforce-single-content-type
  • 025f3f1 fix: refactor EnforceSingleContentType to not remove all custom headers except Content-Type

Others

1.10.1

15 Nov 21:31

Choose a tag to compare

Changelog

Features

  • 25d12a5 Added failsafe check for Swaggers with no security definitions

Bug fixes

  • f4b2634 Fixed improper handling of parameter values in the URL path

Others

1.10.0

15 Nov 20:39

Choose a tag to compare

Changelog

Features

  • 8acc15a Added rate limit functionality to the automate and brute commands

Others