diff --git a/lib/msf/core/db_manager/exploit_attempt.rb b/lib/msf/core/db_manager/exploit_attempt.rb index 94d3350d40..7d9df489a2 100644 --- a/lib/msf/core/db_manager/exploit_attempt.rb +++ b/lib/msf/core/db_manager/exploit_attempt.rb @@ -129,7 +129,7 @@ module Msf::DBManager::ExploitAttempt # We have match, lets create a vuln_attempt record if vuln - attempt_info[:vuln_id] = vuln.id, + attempt_info[:vuln_id] = vuln.id vuln.vuln_attempts.create(attempt_info) # Correct the vuln's associated service if necessary