Require homogenization
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#++
|
#++
|
||||||
|
|
||||||
require File.expand_path(File.dirname(__FILE__) + '/updater')
|
require 'common/updater/updater'
|
||||||
|
|
||||||
class GitUpdater < Updater
|
class GitUpdater < Updater
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#++
|
#++
|
||||||
|
|
||||||
require File.expand_path(File.dirname(__FILE__) + '/updater')
|
require 'common/updater/updater'
|
||||||
|
|
||||||
class SvnUpdater < Updater
|
class SvnUpdater < Updater
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#++
|
#++
|
||||||
|
|
||||||
require "#{WPSCAN_LIB_DIR}/vulnerable"
|
require "wpscan/vulnerable"
|
||||||
|
|
||||||
class WpItem < Vulnerable
|
class WpItem < Vulnerable
|
||||||
attr_reader :base_url, :path, :wp_content_dir, :name, :vulns_file, :vulns_xpath, :wp_plugins_dir, :type
|
attr_reader :base_url, :path, :wp_content_dir, :name, :vulns_file, :vulns_xpath, :wp_plugins_dir, :type
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#++
|
#++
|
||||||
|
|
||||||
require "#{WPSCAN_LIB_DIR}/vulnerable"
|
require "wpscan/vulnerable"
|
||||||
|
|
||||||
class WpTheme < WpItem
|
class WpTheme < WpItem
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#++
|
#++
|
||||||
|
|
||||||
require "#{WPSCAN_LIB_DIR}/vulnerable"
|
require "wpscan/vulnerable"
|
||||||
|
|
||||||
class WpVersion < Vulnerable
|
class WpVersion < Vulnerable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user