Skip to content

Releases: CompassSecurity/SAMLRaider

Pre-Release v2.0.3-rc1

19 Sep 09:11
Compare
Choose a tag to compare
Pre-release

Full Changelog: v2.0.2...v2.0.3-rc1

v2.0.2

13 Sep 13:06
13d08c1
Compare
Choose a tag to compare

What's Changed

  • Fixes CertificateTree breaks theming by @t-hg in #76

Full Changelog: v2.0.1...v2.0.2

Release v2.0.1

11 Sep 07:13
fcec0fc
Compare
Choose a tag to compare

Release v2.0.0

25 Jun 10:47
Compare
Choose a tag to compare

This release was focused on:

  • Improve Developer Experience
    • Migration to Montoya API
    • Migration to Gradle
    • Migration to JUnit 5 (Jupiter)
    • Live Testing Tab
  • Improve User Experience
    • Cleaner UI for Certificate Tab
  • Bug fixes

What's Changed

  • Streamlining the build process by @t-hg in #70
  • Thort/samlraider v2 by @t-hg in #72

New Contributors

  • @t-hg made their first contribution in #70

Full Changelog: v1.4.1...v2.0.0

Release v1.4.1

12 May 06:52
Compare
Choose a tag to compare

This is a bugfix release which makes SAML Raider working again in the latest Java version.

Bugfixes:

  • Broken "Sign Assertion" / "Sign Message" feature in latest Java version (issue: #60 and #42, fix: ae47ed2)
  • Broken "Send certificates to SAML Raider Certificates" in latest Java version (mentioned in issue #42, fix: 1b117f0)
  • Problems with newlines in URL encoded messages (PR: #57)

Thanks @edmacke for testing the new version and @antoinet for your PR.

In addition, some libraries were updated to the latest version:

  • bcprov-jdk15on from 1.52 to 1.67: (PR: #55)
  • xmlsec from 2.1.4 to 2.1.7 (PR: #56)
  • xercesImpl from 2.12.0 to 2.12.2 (PR: #58)

Release v1.4.0

11 Feb 14:01
Compare
Choose a tag to compare

This release contains:

  • UI refresh (button reordering, message information are now shown in another tab to save some space, especially in repeater mode)
  • Introduction of a new raw mode which prevents SAML Raider from parsing the XML before sending it to the server (useful for XXE attacks)

Bugfixes:

  • XSW9 was removed from the menu because it did not work

Release 1.3.0

15 Jan 20:27
Compare
Choose a tag to compare

First release in 2021 which contains new features:

  • XSW match/replace function for faster XSW attacks
  • XSW9 Attack (SimpleSAMLphp Nov2019 Auth Bypass)
  • Buttons to directly apply XXE and XSLT attack (note: XXE does still not work correctly, see #22)
  • Use Burp Suite text editor (introduces search functionality again)
  • Parameter names of the SAML request and responses can now be configured in the certificate tab

Bug fixes:

  • Bug fix in XSW1 and XSW2

Thanks a lot @simioni87 for your awesome contribution (#49)!

Happy SAML hacking 🤘

Release v1.2.5

01 Jul 16:10
Compare
Choose a tag to compare

I forgot to include the updates from the PortSwigger repository. This fixed that the extension works with OpenJDK 11

Release v1.2.4

01 Jul 15:44
Compare
Choose a tag to compare

This is a bugfix release.

This release fixes the following issues:

  • XMLHelpers: fix signElement used by signMessage in cases where the XML doc is beautified. PR #41
  • Bumps xmlsec from 2.1.2 to 2.1.4. PR #43

Thanks @cnotin for your PR!

Release v1.2.3

01 Apr 16:39
Compare
Choose a tag to compare

This is a bugfix release.

This release fixes the following issues:

  • #35 (SAML messages were not editable in newer Java versions)
  • #14 (Unnecessary console output)

Note:

  • Because the RSyntaxTextArea was replaced with a normal Java Swing JTextArea, no syntax highlighting or text search is available anymore.

Enjoy your SAML testing 🤘