Skip to content

Commit

Permalink
Version updated to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NErinola committed Jun 12, 2019
1 parent 8f81c68 commit ee71290
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions BappDescription.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<ul>
<li>WS-Attacker integration while intercepting SAML messages</li>
<li>DTD-Attacker integration while intercepting SAML messages</li>
<li>XML-Encryption-Attacker integration while intercepting SAML messages</li>
</ul>

<p><strong>Beautifier</strong></p>
Expand Down
4 changes: 2 additions & 2 deletions BappManifest.bmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Uuid: e1d08d4ab1ea4c17be3431d7d2b20b30
ExtensionType: 1
Name: EsPReSSO
RepoName: espresso
ScreenVersion: 3.2
ScreenVersion: 3.3
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.2-jar-with-dependencies.jar
EntryPoint: target/EsPReSSO-3.3-jar-with-dependencies.jar
BuildCommand: mvn package -DskipTests=true -Dmaven.javadoc.skip=true -B
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# EsPReSSO
[![Build Status](https://travis-ci.org/RUB-NDS/BurpSSOExtension.svg?branch=master)](https://travis-ci.org/RUB-NDS/BurpSSOExtension)
![licence](https://img.shields.io/badge/License-GPLv2-brightgreen.svg)
[![release](https://img.shields.io/badge/Release-v3.2-blue.svg)](https://github.com/RUB-NDS/BurpSSOExtension/releases)
[![release](https://img.shields.io/badge/Release-v3.3-blue.svg)](https://github.com/RUB-NDS/BurpSSOExtension/releases)
![status](https://img.shields.io/badge/Status-beta-yellow.svg)

## Extension for Processing and Recognition of Single Sign-On Protocols
Expand All @@ -25,6 +25,7 @@ Supported Protocols:
### Attacking
- [x] WS-Attacker integration while intercepting SAML messages
- [x] DTD-Attacker integration while intercepting SAML messages
- [x] XML-Encryption-Attacker integration while intercepting SAML messages

### Beautifier
- [x] Syntax Highlight
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>burp</groupId>
<!-- formaly kown as BurpExtensionSSO -->
<artifactId>EsPReSSO</artifactId>
<version>3.2</version>
<version>3.3</version>
<packaging>jar</packaging>
<inceptionYear>2015</inceptionYear>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rub/nds/burp/espresso/gui/UIHelp.form
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
<Font name="Dialog" size="18" style="1"/>
</Property>
<Property name="text" type="java.lang.String" value="EsPReSSO v3.2"/>
<Property name="text" type="java.lang.String" value="EsPReSSO v3.3"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jLabel3">
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rub/nds/burp/espresso/gui/UIHelp.java
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ private void initComponents() {
jLabel1.setText("© 2015, Tim Guenther, Christian Mainka");

jLabel2.setFont(new java.awt.Font("Dialog", 1, 18)); // NOI18N
jLabel2.setText("EsPReSSO v3.2");
jLabel2.setText("EsPReSSO v3.3");

jLabel3.setText("Extension for Processing and Recognition of Single Sign-On");

Expand Down

0 comments on commit ee71290

Please sign in to comment.