From 475dd4d1ff730c02aaff2dd3895d38a0010ac340 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Sun, 17 Mar 2019 07:24:49 +0000 Subject: [PATCH] Ref #1314 --- app/finders/wp_version/unique_fingerprinting.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/finders/wp_version/unique_fingerprinting.rb b/app/finders/wp_version/unique_fingerprinting.rb index ca43aa55..a0b5db6d 100644 --- a/app/finders/wp_version/unique_fingerprinting.rb +++ b/app/finders/wp_version/unique_fingerprinting.rb @@ -11,14 +11,13 @@ module WPScan hydra.abort progress_bar.finish - return WPScan::WpVersion.new( + break WPScan::WpVersion.new( version_number, found_by: 'Unique Fingerprinting (Aggressive Detection)', confidence: 100, interesting_entries: ["#{url} md5sum is #{md5sum}"] ) end - nil end def create_progress_bar(opts = {})