Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelduss committed May 11, 2022
1 parent 4755147 commit 3cbbd8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions BappManifest.bmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Uuid: c61cfa893bb14db4b01775554f7b802e
ExtensionType: 1
Name: SAML Raider
RepoName: saml-raider
ScreenVersion: 1.4.0a
SerialVersion: 13
ScreenVersion: 1.4.1
SerialVersion: 14
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.4.0-jar-with-dependencies.jar
EntryPoint: target/saml-raider-1.4.1-jar-with-dependencies.jar
BuildCommand: mvn package -DskipTests=true -Dmaven.javadoc.skip=true -B
SupportedProducts: Pro, Community
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Don't forget to rate our extension with as many stars you like :smile:.
### Manual Installation

First, download the latest SAML Raider version:
[saml-raider-1.4.0.jar](https://github.com/SAMLRaider/SAMLRaider/releases/download/v1.4.0/saml-raider-1.4.0.jar).
[saml-raider-1.4.1.jar](https://github.com/SAMLRaider/SAMLRaider/releases/download/v1.4.1/saml-raider-1.4.1.jar).
Then, start Burp Suite and click in the `Extender` tab on `Add`. Choose the
SAML Raider JAR file to install it and you are ready to go.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<description>SAML2 Burp Suite Extension</description>
<groupId>ch.hsr</groupId>
<artifactId>saml-raider</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
<modelVersion>4.0.0</modelVersion>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 3cbbd8d

Please sign in to comment.