Skip to content

Commit b0f2f51

Browse files
authored
Merge pull request #8 from CompassSecurity/tobiashort/improvements
Tobiashort/improvements
2 parents 9f089c0 + 1fc2ab3 commit b0f2f51

File tree

83 files changed

+3343
-1107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+3343
-1107
lines changed

.gitignore

Lines changed: 5 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,8 @@
1-
target/
2-
!.mvn/wrapper/maven-wrapper.jar
3-
!**/src/main/**/target/
4-
!**/src/test/**/target/
5-
6-
### IntelliJ IDEA ###
7-
.idea/modules.xml
8-
.idea/jarRepositories.xml
9-
.idea/compiler.xml
10-
.idea/libraries/
11-
*.iws
12-
*.iml
13-
*.ipr
14-
15-
### Eclipse ###
16-
.apt_generated
1+
.DS_Store
172
.classpath
18-
.factorypath
3+
.gradle
4+
.idea
195
.project
206
.settings
21-
.springBeans
22-
.sts4-cache
23-
24-
### NetBeans ###
25-
/nbproject/private/
26-
/nbbuild/
27-
/dist/
28-
/nbdist/
29-
/.nb-gradle/
30-
build/
31-
!**/src/main/**/build/
32-
!**/src/test/**/build/
33-
34-
### VS Code ###
35-
.vscode/
36-
37-
### Mac OS ###
38-
.DS_Store
7+
build
8+
version.txt

.idea/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.idea/encodings.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.idea/uiDesigner.xml

Lines changed: 0 additions & 124 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

BappDescription.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<p>JWT Scanner is a Burp Suite extension for automated testing of JSON Web Token (JWT) implementations of web applications. </p>
2+
3+
<p>JWT Scanner performs the following checks:</p>
4+
<ul>
5+
<li>Signature presence</li>
6+
<li>Invalid signatures</li>
7+
<li>Signatures with empty passwords</li>
8+
<li>Usage of algorithm none variations</li>
9+
<li>Invalid ECDSA parameters (CVE-2022-21449)</li>
10+
<li>JWT JWK injection</li>
11+
</ul>

BappManifest.bmf

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Uuid: f13f85e71b9a4bac853ab8a38147a2e1
2+
ExtensionType: 1
3+
Name: JWT Scanner
4+
RepoName: jwt-scanner
5+
ScreenVersion: 2.0.0
6+
SerialVersion: 2
7+
MinPlatformVersion: 0
8+
ProOnly: False
9+
Author: Dario Caluzi / Cyrill Bannwart / Tobias Hort-Giess
10+
ShortDescription: JWT Scanner is a Burp Suite extension for automated testing of JSON Web Token (JWT) implementations of web applications.
11+
EntryPoint: build/libs/jwt-scanner-2.0.0.jar
12+
BuildCommand: ./gradlew jar
13+
SupportedProducts: Pro

Doc/autoselect.png

-69.6 KB
Binary file not shown.

Doc/manualselect.png

-73.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)