Revert changes related to the unexpected return - Ref #1314

This commit is contained in:
erwanlr
2019-03-18 19:24:02 +00:00
parent 9a3db275f3
commit 5969fe08d8

View File

@@ -11,13 +11,14 @@ module WPScan
hydra.abort
progress_bar.finish
break WPScan::WpVersion.new(
return 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 = {})