Skip to content

Host Check Script

This shell script executes inside a Linux environment to validate whether your system is ready to run NodeZero pentests.

Note

This script will NOT launch a pentest.

Downloads

Warning

Always verify the files you download come from Horizon3.

Manual Download (checkenv.sh)

Download SHA256

Download and execute from a shell

cd ~
curl https://downloads.horizon3ai.com/utilities/checkenv.sh | bash

Troubleshooting

NOEXEC flag on partition

Some users report issues running the health check because they are launching from a partition that denies execution. This is why we recommend first changing to your home directory before executing, as in the example above.