From 571bc5cf90b239a888a083b9a539063760b94dcd Mon Sep 17 00:00:00 2001 From: erwanlr Date: Fri, 12 Sep 2014 12:43:51 +0200 Subject: [PATCH] Removes the exit used for testing --- wpscan.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/wpscan.rb b/wpscan.rb index 378e57d5..f140500e 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -45,8 +45,6 @@ def main update_db if wpscan_options.update || missing_db_file? - exit - # Check for updates if wpscan_options.update if !@updater.nil?