diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..2f4d59fc --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +cache +.DS_Store +.DS_Store? diff --git a/lib/common_helper.rb b/lib/common_helper.rb index 7d3238f9..d34d77a9 100644 --- a/lib/common_helper.rb +++ b/lib/common_helper.rb @@ -8,7 +8,7 @@ WPSCAN_LIB_DIR = LIB_DIR + "/wpscan" WPSTOOLS_LIB_DIR = LIB_DIR + "/wpstools" UPDATER_LIB_DIR = LIB_DIR + "/updater" -WPSCAN_VERSION = "1.1" +WPSCAN_VERSION = "2.0" require "#{LIB_DIR}/environment"