Installing the ZLI
BastionZero's command line interface for connecting to your targets
brew install bastionzero/tap/zli
sudo yum-config-manager --add-repo \ https://download-yum.bastionzero.com/bastionzero.reposudo yum install -y zli
curl -sSL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xe5c358e613982017" | gpg --dearmor | sudo tee /usr/share/keyrings/bastionzero.gpg > /dev/nullecho "deb [signed-by=/usr/share/keyrings/bastionzero.gpg] https://download-apt.bastionzero.com/production/apt-repo stable main" | sudo tee /etc/apt/sources.list.d/bastionzero.list > /dev/nullsudo apt updatesudo apt install -y zli
curl.exe -LO "https://download-zli.bastionzero.com/release/latest/bin/zli.exe"setx PATH "%PATH%;<path to folder containing zli>"zli login
Last updated
