lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 17 May 2012 15:43:57 +0100
From: Daniel Hadfield <dan@...gsweep.co.uk>
To: Dermot Blair <webvulscan@...il.com>
Cc: full-disclosure@...ts.grok.org.uk
Subject: Re: New Open Source Web Application Vulnerability
 Scanner Available

The code is broken,

All pages have a require_once() that references a static path.

require_once('/scanner/functions/databaseFunctions.php');

This needs to be

require_once('./scanner/functions/databaseFunctions.php');

Dan

On Thu, May 17, 2012 at 12:48 AM, Dermot Blair <webvulscan@...il.com> wrote:

> Hi All,
>
>
>
> There is a new web application vulnerability scanner available. It is
> called WebVulScan and it is open source. Here is the link for it if you
> want to check it out: http://code.google.com/p/webvulscan/
>
>
>
> Regards,
>
>
>
> Dermot Blair
>
> _______________________________________________
> Full-Disclosure - We believe in it.
> Charter: http://lists.grok.org.uk/full-disclosure-charter.html
> Hosted and sponsored by Secunia - http://secunia.com/
>

Content of type "text/html" skipped

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ