VSETH Tools Explorer

This website provides downloads for the various CLI tools inside VSETH.

Install a tool

Linux

Mark the file an executable: chmod u+x tool-name. If you want to be able to access tools from everywhere in your shell you should put them into ~/.local/bin/

macOS

Mark the file as an executable using chmod u+x tool-name. On first execution, you need to open the exectuable with a right click and confirm manually, as macOS will not run untrusted code from terminal. Example: chmod u+x ~/.local/bin/sipctl

Checksum

There is a sha 256 checksum with every file. You can check it on linux with the sha256 tool. For example:

sha512sum -c cli-auth.checksum

The file has to be in the same folder for the check.

Special configurations

sipctl

If you want to install the sipctl tool, you will need to add a configurations in the .config folder of your home directory. You can find the documentation and necessary config on the wiki

Available Tools