watobo 0.9.9 → 0.9.10

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ = Version 0.9.10
2
+ * fixed sqlmap temp directory
3
+
1
4
  = Version 0.9.9
2
5
  == NEW
3
6
  * [Module] Time-based SQL injection module
data/lib/watobo.rb CHANGED
@@ -49,7 +49,7 @@ require 'watobo/framework'
49
49
 
50
50
  module Watobo
51
51
 
52
- VERSION = "0.9.9"
52
+ VERSION = "0.9.10"
53
53
 
54
54
  def self.base_directory
55
55
  @base_directory ||= ""
@@ -62,6 +62,7 @@ module Watobo
62
62
  # get project path
63
63
  if dir.nil?
64
64
  @tmp_dir = File.join(Watobo.temp_directory,"sqlmap")
65
+ Dir.mkdir @tmp_dir unless File.exist? @tmp_dir
65
66
  else
66
67
  @tmp_dir = dir if File.exist? dir
67
68
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watobo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.9
4
+ version: 0.9.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: