Removes useless WPScan namespace

This commit is contained in:
erwanlr
2019-07-04 16:46:33 +01:00
parent d7193bc755
commit d911a16684
20 changed files with 35 additions and 35 deletions

View File

@@ -4,7 +4,7 @@ module WPScan
module Finders
module Plugins
# Plugins finder from the Dynamic Finder 'Xpath'
class Xpath < WPScan::Finders::DynamicFinder::WpItems::Finder
class Xpath < Finders::DynamicFinder::WpItems::Finder
DEFAULT_CONFIDENCE = 40
# @param [ Hash ] opts The options from the #passive, #aggressive methods