Skip to content

v0.3.3

Compare
Choose a tag to compare
@jessfraz jessfraz released this 25 Sep 17:42
· 13 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="674fa27d84368b76c229859858e4f1e3db585bd92a8ffedceb94c371345a3017"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.3/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="da2fcf182874a22564f4737641135eeb47f0ec97289459adc316156dc6c99e67"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.3/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="2fb6a68cef0073b6a644ad8aecf537759d62e72fe0dfd570e35bf67b9106e3eb"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.3/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="d28a51a5777b20624964be07ffb18dce493714f0dd4601d3a14117017bce30b6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.3/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="aa6b3dcb31e1b801c3cfadda8cc3012570f4f2e030fa6b20ff4618a6340c9f58"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.3/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="e2f94455f0c7de5a74b9652ac12251ad352f6d366c63d5b8fb7c4d2857f93fdb"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.3/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="ed28859b414ecf61a5d1ce753cedff1be9b9abe47160353e4fd6bdb7774ad8e7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.3/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="967fb3e73e7dc791861d1c1861c5b5e1a006e1604ec1b657870b8075ee778603"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.3/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="b26862632247b3a37bc9a794c984b68e37633efa37905d4a521ea334b18ec0e3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.3/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="d39686312ee640f30e0e2dbb04b5f4cf7113687a8495e0e82d251e116e7f0912"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.3/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="027b0ef3ea4fbdd2bad5dbcb008d2071564f1656a9895e007d9e85b32b8fc091"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/netscan/releases/download/v0.3.3/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