Skip to content

Commit

Permalink
Readme: Features added
Browse files Browse the repository at this point in the history
  • Loading branch information
CheariX committed Jun 26, 2015
1 parent 5b4179a commit 3db7315
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# BurpSSOExtension
An extension for BurpSuite that highlights SSO messages.
An extension for BurpSuite that highlights SSO messages in Burp's proxy window.
It is developed by the Chair of Network and Data Security, Ruhr University
Bochum (http://nds.rub.de/) and the 3curity GmbH (http://3curity.de/).

# Features

- Highlights SSO messages in proxy window, incl. the SSO type.
- Supported Protocols: SAML, OpenID, OAuth, BrowserId
- View and edit SAML messages.
- Detect OpenID login possibilities on websites (other protocols will follow).

## Build

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/burp/BurpExtender.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

public class BurpExtender implements IBurpExtender {

private static final String EXTENSION_NAME = "Burp's SSO Extension v0.2";
private static final String EXTENSION_NAME = "Burp's SSO Extension v1.0";

IBurpExtenderCallbacks callbacks;

Expand Down

0 comments on commit 3db7315

Please sign in to comment.