Skip to content

Commit 3e60861

Browse files
author
Mahmoud Mohamed
committed
GraphQLTracker v1
1 parent 2f8a60f commit 3e60861

Some content is hidden

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

41 files changed

+1919
-0
lines changed

build.gradle

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
plugins {
2+
id 'java'
3+
}
4+
5+
group = 'burpsuite'
6+
7+
repositories {
8+
mavenCentral()
9+
}
10+
11+
dependencies {
12+
implementation 'net.portswigger.burp.extensions:montoya-api:+'
13+
implementation 'com.google.code.gson:gson:+'
14+
}
15+
16+
jar {
17+
from {
18+
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
19+
}
20+
duplicatesStrategy = 'exclude'
21+
}
3.86 KB
Binary file not shown.
1.08 KB
Binary file not shown.
4.03 KB
Binary file not shown.
1.87 KB
Binary file not shown.
3.98 KB
Binary file not shown.
10.6 KB
Binary file not shown.
Binary file not shown.
3.79 KB
Binary file not shown.
11.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)