Bash scripts made to ease the use of Vuls
vuls-client-scan.sh
: Copy this script on the client to be scanned and run it.vuls-server.sh
: Start the vuls
scanning server for using the client scan script.
vuls-manage.sh
script)vuls-manage.sh
: Used to run most of the common actions with Vuls
The scripts are based on vulsctl.
You can use the scripts in Docker based environment with or without the Rootless mode or natively.
Script configuration:
VULSCTL_DIR="$HOME/vulsctl"
DOCKER_DIR="$VULSCTL_DIR/docker"
RESULTS_DIR="$DOCKER_DIR/results"
Script configuration:
VULSCTL_DIR="$HOME/vulsctl"
VULSREPO_DIR="$HOME/vulsrepo"
INSTALL_DIR="$VULSCTL_DIR/install-host"
RESULTS_DIR="$INSTALL_DIR/results"