yu210148 / gvm_install

A script to install GVM 20 or 21 on Ubuntu 20.04 or Debian 10.
GNU General Public License v3.0
143 stars 72 forks source link

missing dependency to build credential exe files #89

Closed itiligent closed 1 year ago

itiligent commented 1 year ago

Hi,

There is a dependecy on the package "nsis" for creating the credetial scan .exe packages.

Without this the package does not build and results in a zero byte file downloaded from the console.

After installing nsis, the exe pacackge builds and works correctly (tested on windows 2019 domain controller)

yu210148 commented 1 year ago

Cool, thanks for this. I've added nsis in as one of the packages that the script installs.

kev.