New issue 6 by he...@nerv.fi: NoMethodError
http://code.google.com/p/webapplicationfingerprinter/issues/detail?id=6
What steps will reproduce the problem?
1. ./wafp.rb http://www.hackforums.net/
What is the expected output? What do you see instead?
I was waiting for some phpBB-version details.
This is what I got:
fgeek@example:~/wafp$ ./wafp.rb http://www.hackforums.net/
Collecting and fetching the files we need to identify the product ...
...........................................................................
...........................................................................
...........................................................................
...........................................................................
...........................................................................
...........................................................................
...........................................................................
..................................................
WARNING: request for "/README" timed out for 3 times!
WARNING: an error occoured while generating the md5sum of path = /README!
.
WARNING: request for "/extlib/Apache2.0.txt" timed out for 3 times!
WARNING: an error occoured while generating the md5sum of path =
/extlib/Apache2.0.txt!
.
WARNING: request for "/extlib/OAuth_LICENSE.txt" timed out for 3 times!
WARNING: an error occoured while generating the md5sum of path =
/extlib/OAuth_LICENSE.txt!
.
WARNING: request for "/extlib/PHP_License_2_02.txt" timed out for 3 times!
WARNING: an error occoured while generating the md5sum of path =
/extlib/PHP_License_2_02.txt!
.
WARNING: request for "/js/jquery.form.js" timed out for 3 times!
WARNING: an error occoured while generating the md5sum of path =
/js/jquery.form.js!
.
WARNING: request for "/extlib/gpl-2.0.txt" timed out for 3 times!
WARNING: an error occoured while generating the md5sum of path =
/extlib/gpl-2.0.txt!
WARNING: request for "/extlib/PHP_License_3.01.txt" timed out for 3 times!
WARNING: an error occoured while generating the md5sum of path =
/extlib/PHP_License_3.01.txt!
..
WARNING: request for "/js/jquery.js" timed out for 3 times!
WARNING: an error occoured while generating the md5sum of path =
/js/jquery.js!
.
WARNING: request for "/js/jquery.min.js" timed out for 3 times!
WARNING: an error occoured while generating the md5sum of path =
/js/jquery.min.js!
.
WARNING: request for "/js/util.js" timed out for 3 times!
WARNING: an error occoured while generating the md5sum of path =
/js/util.js!
../wafp.rb:561:in `check': undefined method `[]' for nil:NilClass
(NoMethodError)
from ./wafp.rb:560:in `each_index'
from ./wafp.rb:560:in `check'
from ./wafp.rb:333:in `identify_product'
from ./wafp.rb:330:in `each'
from ./wafp.rb:330:in `identify_product'
from ./wafp.rb:814:in `main'
from ./wafp.rb:865
I am using the latest SVN-version.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 6 by richard.sammet: NoMethodError
http://code.google.com/p/webapplicationfingerprinter/issues/detail?id=6
Well, I think this issue is caused by the fact, that the checksum array is
empty
because of:
http://code.google.com/p/webapplicationfingerprinter/issues/detail?id=7
I will investigate on this one after I fixed Issue#7.
Greetings,
Richard