Skip to content

Uninstalling the Scanner#

Run the following command on the server where you installed the scanner.

Linux#

Run the following command as a user with "root privileges".

curl https://installer.vuls.biz/vuls-installer.sh | bash -s del

Windows#

Right-click Command Prompt and select "Run as administrator", then run the following command.

bitsadmin.exe /TRANSFER get https://installer.vuls.biz/vuls-installer-v2.bat "%cd%\vuls-installer-v2.bat" & vuls-installer-v2.bat del

Trivy#

To uninstall the standard version of the Trivy scanner, run the following command as a user with "root privileges".

curl -s https://installer.vuls.biz/vuls-trivy-installer.sh | bash -s del