Compiling Netshot from sources - netfishers-onl/Netshot GitHub Wiki
Prerequisites
You need:
- GraalVM JDK (check installation instructions for proper version)
- Git
Instructions
$ git clone https://github.com/netfishers-onl/Netshot.git
$ cd netshot
$ ./mvnw clean
$ ./mvnw package
The resulting JAR, netshot.jar
should be found under target
folder.
Check CVE alerts
$ ./mvnw verify