[webapplicationfingerprinter] r8 committed - fix for issue #7 - should fix it ;)

0 views
Skip to first unread message

webapplicatio...@googlecode.com

unread,
Jul 31, 2010, 7:52:10 PM7/31/10
to webapplicatio...@googlegroups.com
Revision: 8
Author: richard.sammet
Date: Sat Jul 31 16:51:42 2010
Log: fix for issue #7 - should fix it ;)


http://code.google.com/p/webapplicationfingerprinter/source/detail?r=8

Modified:
/trunk/wafp.rb

=======================================
--- /trunk/wafp.rb Sat Jul 31 16:34:21 2010
+++ /trunk/wafp.rb Sat Jul 31 16:51:42 2010
@@ -44,10 +44,10 @@
end
require 'getoptlong'
begin
- require 'sqlite3'
+ require 'sqlite3'
rescue LoadError
- puts "ERROR: please install sqlite3 for ruby!"
- exit 0
+ puts "ERROR: please install sqlite3 for ruby!"
+ exit 0
end
# this is a modified version of net/http
require "lib/wafp_http.rb"
@@ -487,6 +487,8 @@
retry
else
puts "\nWARNING: request for \"#{path}\" timed out for #{rtry}
times!" if !@quiet
+ threads -= 1
+ next
end
rescue =>e
if rrtry < rtry then

Reply all
Reply to author
Forward
0 new messages