vbscan icon indicating copy to clipboard operation
vbscan copied to clipboard

vbscan does not show any information

Open gumpshroom opened this issue 5 years ago • 1 comments

cmd = perl vbscan.pl url.com no output, just says your reports: reports// going to the report files created shows a blank txt file and blank html Perl version: 5.30.1 uname -an = Darwin root.local 19.4.0 Darwin Kernel Version 19.4.0: Wed Mar 4 22:28:40 PST 2020; root:xnu-6153.101.6~15/RELEASE_X86_64 x86_64

gumpshroom avatar May 31 '20 15:05 gumpshroom

On Ubuntu, I had to do

sudo apt-get install libwww-perl 

to install the dependency LWP in core/main.pl.

After that it seemed to run.

dkegel-fastly avatar Jun 07 '22 19:06 dkegel-fastly