We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e4c1ec + 5bf2a1a commit bb91f36Copy full SHA for bb91f36
lib/msf/core/db_manager/session.rb
@@ -95,7 +95,6 @@ def report_session(opts)
95
if session.exploit.user_data_is_match?
96
MetasploitDataModels::AutomaticExploitation::MatchResult.create!(
97
match: session.exploit.user_data[:match],
98
- match_set: session.exploit.user_data[:match_set],
99
run: session.exploit.user_data[:run],
100
state: 'succeeded',
101
)
0 commit comments