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 one of #{pipe_supported_binaries}.")
95
98
end
96
99
@pipe_cmd=generate_fetch_commands
97
100
@pipe_cmd << "\n"ifwindows?#need CR when we pipe command in Windows
@@ -118,7 +121,8 @@ def generate_pipe_command
118
121
when'CURL'
119
122
return_generate_curl_pipe
120
123
else
121
-
fail_with(Msf::Module::Failure::BadConfig,"Unsupported binary selected for FETCH_PIPE option: #{datastore['FETCH_COMMAND']}, must be WGET or CURL.")end
124
+
fail_with(Msf::Module::Failure::BadConfig,"Unsupported binary selected for FETCH_PIPE option: #{datastore['FETCH_COMMAND']}, must be one of #{pipe_supported_binaries}.")
0 commit comments