Skip to content

Building Netshot from source

Prerequisites

You need:

Instructions

git clone https://github.com/netshot-net/Netshot.git
cd netshot
./mvnw clean
./mvnw package

The resulting JAR, netshot.jar, should be found under the target folder.

Check CVE alerts

./mvnw verify