diff --git a/app/finders/passwords/xml_rpc_multicall.rb b/app/finders/passwords/xml_rpc_multicall.rb index cf1b4d67..f29a9d5f 100644 --- a/app/finders/passwords/xml_rpc_multicall.rb +++ b/app/finders/passwords/xml_rpc_multicall.rb @@ -102,7 +102,7 @@ module WPScan end return unless /requested method [^ ]+ does not exist/i.match?(res.body) - + progress_bar.log('The requested method is not supported') end end