-
Notifications
You must be signed in to change notification settings - Fork 43
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 #10 from RUB-NDS/development-3.0
Development 3.0
- Loading branch information
Showing
21 changed files
with
2,447 additions
and
250 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<p>This extension processes and recognizes single sign-on protocols.</p> | ||
|
||
<p><strong>Detecting</strong></p> | ||
<p>Supported Protocols:</p> | ||
<ul> | ||
<li>SAML</li> | ||
<li>OpenID</li> | ||
<li>OAuth</li> | ||
<li>BrowserId</li> | ||
<li>OpenID Connect</li> | ||
<li>Facebook Connect</li> | ||
<li>Microsoft Account</li> | ||
</ul> | ||
|
||
<p><strong>Attacking</strong></p> | ||
<ul> | ||
<li>WS-Attacker integration while intercepting SAML messages</li> | ||
<li>DTD-Attacker integration while intercepting SAML messages</li> | ||
</ul> | ||
|
||
<p><strong>Beautifier</strong></p> | ||
<ul> | ||
<li>Syntax Highlight</li> | ||
<li>Highlight SSO messages in proxy window and display the protocol type</li> | ||
<li>Show all recognized SSO messages in a history tab</li> | ||
<li>Context menu for 'Analyze SSO Protocol'</li> | ||
</ul> | ||
|
||
<p><strong>Editors/Viewers</strong></p> | ||
<ul> | ||
<li>View and edit SAML</li> | ||
<li>View JSON and JSON Web Token (JWT)</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: e1d08d4ab1ea4c17be3431d7d2b20b30 | ||
ExtensionType: 1 | ||
Name: EsPReSSO | ||
RepoName: espresso | ||
ScreenVersion: 3.0 | ||
SerialVersion: 3 | ||
MinPlatformVersion: 0 | ||
ProOnly: False | ||
Author: Tim Guenther, Christian Mainka and Vladislav Mladenov | ||
ShortDescription: Processes and recognizes single sign-on protocols. | ||
EntryPoint: target/EsPReSSO-3.0-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
Oops, something went wrong.