Beta
NetMon 1.1.19 for Debian/Ubuntu-based systems
Current beta package for installation, testing, and verification.
Package download
Beta
Current beta package for installation, testing, and verification.
Please review Updates first. This page will collect known issues and system-specific notes.
sha256sum -c SHA256SUMS
Documentation
GitHub
You can find the current project state, the README, screenshots, and the public project base for NetMon Roots there.
Open project on GitHubHTML
Browser version for quick access.
Open HTMLOffline version for storage or handoff.
Download PDFAudit
Latest audit report: round 9 for the final NetMon v1.1.19 release state. Two medium findings (update-URL allowlist, killswitch fail-open) were fixed and verified; the release signature (SHA256SUMS + minisign) is valid.
License
The project license is already bundled with the package and available directly on the site.
Open licenseVerification
Checks only the downloaded .deb. Good for a fast routine verification.
mkdir -p /tmp/netmon-check
cd /tmp/netmon-check
wget https://netmonroots.com/dist/netmon_1.1.19_all.deb
wget https://netmonroots.com/dist/SHA256SUMS
grep 'netmon_1.1.19_all.deb' SHA256SUMS | sha256sum -c
When a release is shipped with signatures, it also includes SHA256SUMS.minisig, the public key netmonroots.minisign.pub, and the verifier script in the release area.
Checks package, docs, and then verifies the origin of the checksum file via Minisign.
mkdir -p /tmp/netmon-check/docs
cd /tmp/netmon-check
wget https://netmonroots.com/dist/netmon_1.1.19_all.deb
wget https://netmonroots.com/dist/SHA256SUMS
wget https://netmonroots.com/dist/SHA256SUMS.minisig
wget https://netmonroots.com/dist/docs/netmon_dokumentation_1.1.19.pdf -O docs/netmon_dokumentation_1.1.19.pdf
wget https://netmonroots.com/dist/docs/netmon_dokumentation_1.1.19.html -O docs/netmon_dokumentation_1.1.19.html
wget https://netmonroots.com/verify/netmonroots.minisign.pub
wget https://netmonroots.com/verify/verify_netmon_signature.sh
chmod +x verify_netmon_signature.sh
sha256sum -c SHA256SUMS
bash verify_netmon_signature.sh \
netmonroots.minisign.pub \
SHA256SUMS.minisig \
SHA256SUMS
Package: 1.1.19
Docs: 1.1.19
Status: Beta. Please check Updates before installing.
Signature: Signed releases are supported via Minisign.