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.
1 parent b4670a1 commit 75343efCopy full SHA for 75343ef
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