Skip to content

Compiling Netshot from sources

SCadilhac edited this page Nov 4, 2023 · 6 revisions

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