Issue 6 in webapplicationfingerprinter: NoMethodError

1 view
Skip to first unread message

webapplicatio...@googlecode.com

unread,
Mar 8, 2010, 1:36:03 AM3/8/10
to webapplicatio...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

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

webapplicatio...@googlecode.com

unread,
Mar 15, 2010, 11:23:52 AM3/15/10
to webapplicatio...@googlegroups.com
Updates:
Status: Accepted
Owner: richard.sammet

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

webapplicatio...@googlecode.com

unread,
Apr 27, 2010, 10:23:55 AM4/27/10
to webapplicatio...@googlegroups.com

Comment #2 on issue 6 by he...@nerv.fi: NoMethodError
http://code.google.com/p/webapplicationfingerprinter/issues/detail?id=6

fgeek@example:~/wafp$ ./wafp.rb -p wordpress http://scifibloggers.com
Collecting the files we need to fetch ...
Fetching needed files (#833), calculating checksums and storing the results
to the
database:
.......................
WARNING: request for "/b2-img/smilies/icon_rolleyes.gif" timed out for 3
times!
WARNING: an error occoured while generating the md5sum of path = /b2-
img/smilies/icon_rolleyes.gif!

WARNING: request for "/b2-img/smilies/icon_surprised.gif" timed out for 3
times!
WARNING: an error occoured while generating the md5sum of path = /b2-
img/smilies/icon_surprised.gif!

WARNING: request for "/b2-img/smilies/icon_twisted.gif" timed out for 3
times!
WARNING: an error occoured while generating the md5sum of path = /b2-
img/smilies/icon_twisted.gif!

WARNING: request for "/b2-img/smilies/icon_wink.gif" timed out for 3 times!
WARNING: an error occoured while generating the md5sum of path = /b2-
img/smilies/icon_wink.gif!

WARNING: request for "/b2-img/url.gif" timed out for 3 times!
WARNING: an error occoured while generating the md5sum of path =
/b2-img/url.gif!
.....................................................................................
.....................................................................................
.....................................................................................
.....................................................................................
.....................................................................................
.....................................................................................
.....................................................................................
.....................................................................................
.....................................................................................
....................................../wafp.rb:512:in `fetch': undefined
method
`code' for nil:NilClass (NoMethodError)
from ./wafp.rb:532:in `join'
from ./wafp.rb:532:in `fetch'
from ./wafp.rb:532:in `each'
from ./wafp.rb:532:in `fetch'
from ./wafp.rb:830:in `main'
from ./wafp.rb:865

This also leaves PID-file so it is bigger issue than I considered.

--
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

--
You received this message because you are subscribed to the Google Groups "webapplicationfingerprinter" group.
To post to this group, send email to webapplicatio...@googlegroups.com.
To unsubscribe from this group, send email to webapplicationfinge...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/webapplicationfingerprinter?hl=en.

webapplicatio...@googlecode.com

unread,
Nov 20, 2013, 11:41:37 PM11/20/13
to webapplicatio...@googlegroups.com

Comment #3 on issue 6 by paradoxa...@gmail.com: NoMethodError
http://code.google.com/p/webapplicationfingerprinter/issues/detail?id=6

You're trying ./wafp.rb <insert_url_here> on a MyBB forum and expecting to
get phpBB version info.

Try it on a phpBB forum as such: ./wafp.rb http://www.styxnet.pw/
or ./wafp.rb http://forum.ysfhq.com

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Reply all
Reply to author
Forward
0 new messages