-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from PortSwigger/master
PortSwigger Changes
- Loading branch information
Showing
8 changed files
with
74 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,5 @@ bin/ | |
lib/burpsuite_*.jar | ||
target/ | ||
SAMLRaiderDebug.log | ||
.idea/ | ||
*.iml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<p>SAML Raider is a Burp Suite extension for testing SAML infrastructures. It contains two core features - a SAML message editor and an X.509 certificate manager.</p> | ||
<p>The message editor provides the following capabilities:</p> | ||
<ul> | ||
<li>Sign SAML Messages</li> | ||
<li>Sign SAML Assertions</li> | ||
<li>Remove Signatures</li> | ||
<li>Edit SAML Messages (Supported Messages: SAMLRequest and SAMLResponse)</li> | ||
<li>Preview eight common XSW Attacks</li> | ||
<li>Execute eight common XSW Attacks</li> | ||
<li>Send certificate to SAML Raider Certificate Management</li> | ||
<li>Undo all changes of a SAML Message</li> | ||
<li>Supported Profiles: SAML Webbrowser Single Sign-on Profile, Web Services Security SAML Token Profile</li> | ||
<li>Supported Bindings: POST Binding, Redirect Binding, SOAP Binding, URI Binding</li> | ||
</ul> | ||
|
||
<p>The certificate manager provides the following capabilities:</p> | ||
<ul> | ||
<li>Import X.509 certificates (PEM and DER format)</li> | ||
<li>Import X.509 certificate chains</li> | ||
<li>Export X.509 certificates (PEM format)</li> | ||
<li>Delete imported X.509 certificates</li> | ||
<li>Display informations of X.509 certificates</li> | ||
<li>Import private keys (PKCD#8 in DER format and traditional RSA in PEM Format)</li> | ||
<li>Export private keys (traditional RSA Key PEM Format)</li> | ||
<li>Cloning X.509 certificates</li> | ||
<li>Cloning X.509 certificate chains</li> | ||
<li>Create new X.509 certificates</li> | ||
<li> Editing and self-sign existing X.509 certificates</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Uuid: c61cfa893bb14db4b01775554f7b802e | ||
ExtensionType: 1 | ||
Name: SAML Raider | ||
RepoName: saml-raider | ||
ScreenVersion: 1.2.2 | ||
SerialVersion: 6 | ||
MinPlatformVersion: 0 | ||
ProOnly: False | ||
Author: Roland Bischofberger / Emanuel Duss | ||
ShortDescription: Provides a SAML message editor and a certificate management tool to help with testing SAML infrastructures. | ||
EntryPoint: target/saml-raider-1.2.2-jar-with-dependencies.jar | ||
BuildCommand: mvn package -DskipTests=true -Dmaven.javadoc.skip=true -B |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters