Skip to content

Commit 8e6e6b5

Browse files
Rename to JWT-scanner
1 parent e71d350 commit 8e6e6b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Autodetect JWT from valid request:
3636
6. In case of a identified vulnerability a issue is generated
3737

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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>org.example</groupId>
8-
<artifactId>JWT-attacker</artifactId>
7+
<groupId>com.compass-security</groupId>
8+
<artifactId>JWT-scanner</artifactId>
99
<version>1.0-SNAPSHOT</version>
1010

1111
<properties>

0 commit comments

Comments
 (0)