Skip to content

SunsetScan v2.2.1 — menu and report reliability

Latest

Choose a tag to compare

@NoCoderRandom NoCoderRandom released this 22 Sep 23:21
· 1 commit to main since this release

SunsetScan v2.2.1 — menu and report reliability

This patch release brings both terminal menus in line with the v2.2 hardware lifecycle and report pipeline. It retains the validated 86,276-record database across 224 vendors.

Changes

  • The default sunsetscan menu includes device identities in manual JSON and HTML exports.
  • The guided sunsetscan -i menu keeps results from quick, deep, profile, and full-assessment scans. Its full-assessment exports include findings, risk scores, EOL results, and device identities.
  • Guided full assessment reports a nonzero scan exit code as a failure. Manual export reports file creation failures instead of announcing success.
  • The guided network summary counts actual OK, WARNING, and CRITICAL software EOL levels correctly. JSON export accepts N/A EOL statuses.

Downloads

System Download Installation
Debian, Ubuntu, Kali, Raspberry Pi OS, Linux Mint, Pop!_OS .deb package and SHA-256 checksum Verify the checksum, then run sudo apt install ./sunsetscan_2.2.1-1_all.deb.
Other Linux distributions and WSL2 GitHub source .tar.gz or .zip for this tag Extract and run ./install.sh.

Kali WSL2 accepted and ran the v2.2.0 Debian package in a package install and PING scan. The v2.2.1 package uses the same Debian build and runtime dependencies.

curl -fLO https://github.com/NoCoderRandom/sunsetscan/releases/download/v2.2.1/sunsetscan_2.2.1-1_all.deb
curl -fLO https://github.com/NoCoderRandom/sunsetscan/releases/download/v2.2.1/sunsetscan_2.2.1-1_all.deb.sha256
sha256sum -c sunsetscan_2.2.1-1_all.deb.sha256
sudo apt install ./sunsetscan_2.2.1-1_all.deb
sudo sunsetscan --setup
sudo sunsetscan

The packaged app writes runtime data under /opt/sunsetscan; run packaged scans with sudo sunsetscan. nmap is required, and masscan is optional. The hardware database has a separate CC BY-NC 4.0 license.

Verification

  • 408 tests passed, including menu export and EOL summary regression tests.
  • The previously validated hardware lifecycle database and smart profiles are unchanged from v2.2.0.
  • The package was installed on the Debian test host and both terminal menus were exercised.