Skip to content

Commit

Permalink
Rename to JWT-scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrill-bannwart committed Apr 24, 2024
1 parent e71d350 commit 8e6e6b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Autodetect JWT from valid request:
6. In case of a identified vulnerability a issue is generated

## Installation
1. Download the latest pre-built jar file from [releases](https://github.com/CompassSecurity/jwt-attacker/releases).
1. Download the latest pre-built jar file from [releases](https://github.com/CompassSecurity/jwt-scanner/releases).
2. Extender -> Tab Installed -> Add -> Extension Details -> Extension Type: *Java* -> Select file ...
3. Select the downloaded jar

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.example</groupId>
<artifactId>JWT-attacker</artifactId>
<groupId>com.compass-security</groupId>
<artifactId>JWT-scanner</artifactId>
<version>1.0-SNAPSHOT</version>

<properties>
Expand Down

0 comments on commit 8e6e6b5

Please sign in to comment.