yu210148 / gvm_install

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

missing dependency to build credential exe files #89

Closed itiligent closed 2 years ago

itiligent commented 2 years 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 2 years ago

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

kev.