Skip to content

v0.3.0

Compare
Choose a tag to compare
@jessfraz jessfraz released this 02 Jan 14:46
· 25 commits to master since this release

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export NETSCAN_SHA256="616a8a7bcb30b619fd5a8ccb071d045b618a38dd7cd173823847f6f0583ce339"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.0/netscan-darwin-386" -o "/usr/local/bin/netscan" \
	&& echo "${NETSCAN_SHA256}  /usr/local/bin/netscan" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/netscan"

$ echo "netscan installed!"

# Run it!
$ netscan -h
amd64 - darwin
# Export the sha256sum for verification.
$ export NETSCAN_SHA256="4b032ccb289a5bb8c06a73c422a903d2aeab98c77fec07cae42315a210edb983"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.0/netscan-darwin-amd64" -o "/usr/local/bin/netscan" \
	&& echo "${NETSCAN_SHA256}  /usr/local/bin/netscan" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/netscan"

$ echo "netscan installed!"

# Run it!
$ netscan -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export NETSCAN_SHA256="900b73f2d619a9c00778036f1fd0995881df46ccb4be8d2f80d94989c45278fe"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.0/netscan-freebsd-386" -o "/usr/local/bin/netscan" \
	&& echo "${NETSCAN_SHA256}  /usr/local/bin/netscan" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/netscan"

$ echo "netscan installed!"

# Run it!
$ netscan -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export NETSCAN_SHA256="7d2d6312d00b12f3d15d0cbf98f1b87ee5f9b1a76ade4ee8768e0adb0f3ced18"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.0/netscan-freebsd-amd64" -o "/usr/local/bin/netscan" \
	&& echo "${NETSCAN_SHA256}  /usr/local/bin/netscan" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/netscan"

$ echo "netscan installed!"

# Run it!
$ netscan -h

linux

386 - linux
# Export the sha256sum for verification.
$ export NETSCAN_SHA256="f3bc2f919764358880d3f3289380ec3d50286e1366e072ab11c35daaf1cab156"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.0/netscan-linux-386" -o "/usr/local/bin/netscan" \
	&& echo "${NETSCAN_SHA256}  /usr/local/bin/netscan" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/netscan"

$ echo "netscan installed!"

# Run it!
$ netscan -h
amd64 - linux
# Export the sha256sum for verification.
$ export NETSCAN_SHA256="8fd6461489d0795dc91528fc18d46592099022f63dc2ab10341f9a221737dd65"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.0/netscan-linux-amd64" -o "/usr/local/bin/netscan" \
	&& echo "${NETSCAN_SHA256}  /usr/local/bin/netscan" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/netscan"

$ echo "netscan installed!"

# Run it!
$ netscan -h
arm - linux
# Export the sha256sum for verification.
$ export NETSCAN_SHA256="442fdee3cc1253a3a19e2dd3cb2898576c11f14e3bc2e0b2d3c9c5b373570cd1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.0/netscan-linux-arm" -o "/usr/local/bin/netscan" \
	&& echo "${NETSCAN_SHA256}  /usr/local/bin/netscan" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/netscan"

$ echo "netscan installed!"

# Run it!
$ netscan -h
arm64 - linux
# Export the sha256sum for verification.
$ export NETSCAN_SHA256="de5efe22b0d7d24df5a855dea5c60228d6db28046182599316324f0500378b06"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.0/netscan-linux-arm64" -o "/usr/local/bin/netscan" \
	&& echo "${NETSCAN_SHA256}  /usr/local/bin/netscan" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/netscan"

$ echo "netscan installed!"

# Run it!
$ netscan -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export NETSCAN_SHA256="ade3b27b281bf7c9f3a4d662169c8d80f1affd0f54898714cf856d570b71a7d5"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.0/netscan-solaris-amd64" -o "/usr/local/bin/netscan" \
	&& echo "${NETSCAN_SHA256}  /usr/local/bin/netscan" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/netscan"

$ echo "netscan installed!"

# Run it!
$ netscan -h

windows

386 - windows
# Export the sha256sum for verification.
$ export NETSCAN_SHA256="c1b15f946eb903bf25dacb005d9475d90bcd2f8a8921cfc2dc5cc529d93bfe02"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.0/netscan-windows-386" -o "/usr/local/bin/netscan" \
	&& echo "${NETSCAN_SHA256}  /usr/local/bin/netscan" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/netscan"

$ echo "netscan installed!"

# Run it!
$ netscan -h
amd64 - windows
# Export the sha256sum for verification.
$ export NETSCAN_SHA256="7f8f6786bcb9d1d4b34bfa61fcb2986e1d5045aeb8dc9aed86898880259f6989"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.0/netscan-windows-amd64" -o "/usr/local/bin/netscan" \
	&& echo "${NETSCAN_SHA256}  /usr/local/bin/netscan" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/netscan"

$ echo "netscan installed!"

# Run it!
$ netscan -h