Lirman61 / webvulscan

Automatically exported from code.google.com/p/webvulscan
GNU General Public License v3.0
0 stars 0 forks source link

Scan Pending start scans problems #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. start  a scan, 
2.
3.

What is the expected output? What do you see instead?
Scan Details:
Status: Pending...

No. URLs Found: 0
Time Taken: 0:51
No. HTTP Requests Sent: 0
No. Vulnerabilities Found: 0

Output of http://localhost/webvulscan_v0.12/scanner/begin_scan.php is this:

Deprecated: Assigning the return value of new by reference is deprecated in 
C:\xampp\htdocs\webvulscan_v0.12\scanner\begin_scan.php on line 122

Deprecated: Assigning the return value of new by reference is deprecated in 
C:\xampp\htdocs\webvulscan_v0.12\crawler\PHPCrawl_071\classes\phpcrawler.class.p
hp on line 151

Fatal error: Call-time pass-by-reference has been removed in 
C:\xampp\htdocs\webvulscan_v0.12\scanner\classes\httpclient-2011-08-21\http.php 
on line 1049

What version of the product are you using? On what operating system?
Fresh install of Webvulscan v0.12 on Windows 7 x64, XAMPP v 1.8.0

Please provide any additional information below.
I'm going to try on XAMPP v1.7.4. I bet it will work then!  Thank you!

Original issue reported on code.google.com by treyc...@gmail.com on 25 Jul 2012 at 3:10

GoogleCodeExporter commented 8 years ago
Hello. Sorry for my late reply. I was away travelling for the summer. If you 
have not resolved the issue yet, could you remove the "&" symbol on that line 
of code. Change "&$db" to "$db". I believe it is something to do with the 
version of PHP you are using. It does not support call-time pass-by-reference.

Original comment by webvuls...@gmail.com on 15 Sep 2012 at 11:28