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 e981d6e commit 4b351b4Copy full SHA for 4b351b4
lib/msf/base/sessions/scriptable.rb
@@ -96,7 +96,8 @@ def execute_script(script_name, *args)
96
# try to run this local exploit, which is likely to be exception prone
97
begin
98
new_session = mod.exploit_simple(
99
- 'Payload' => local_exploit_opts['PAYLOAD'],
+ 'PAYLOAD' => local_exploit_opts['PAYLOAD'],
100
+ 'TARGET' => local_exploit_opts['TARGET'],
101
'LocalInput' => self.user_input,
102
'LocalOutput' => self.user_output,
103
'Options' => local_exploit_opts
0 commit comments