OWASP / vbscan

OWASP VBScan is a Black Box vBulletin Vulnerability Scanner
https://www.owasp.org/index.php/OWASP_VBScan_Project
GNU General Public License v3.0
323 stars 119 forks source link

vbscan does not show any information #20

Open gumpshroom opened 4 years ago

gumpshroom commented 4 years ago

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

dkegel-fastly commented 2 years ago

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.