You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fail_with(Msf::Module::Failure::BadConfig,"Unsupported binary selected for FETCH_PIPE option: #{datastore['FETCH_COMMAND']}, must be WGET or CURL.")
93
95
end
94
96
@pipe_cmd=generate_fetch_commands
95
97
@pipe_cmd << "\n"ifwindows?#need CR when we pipe command in Windows
@@ -116,8 +118,7 @@ def generate_pipe_command
116
118
when'CURL'
117
119
return_generate_curl_pipe
118
120
else
119
-
fail_with(Msf::Module::Failure::BadConfig,'Unsupported Binary Selected for FETCH_PIPE option')
120
-
end
121
+
fail_with(Msf::Module::Failure::BadConfig,"Unsupported binary selected for FETCH_PIPE option: #{datastore['FETCH_COMMAND']}, must be WGET or CURL.")end
0 commit comments