Closed dial25sd closed 5 years ago
As the method run_module_with_output does only take a str argument for the payload option, one cannot set the payload's params. This method should also accept a MsfModule object (similar to MsfModule.execute) and treat it likewise.
run_module_with_output
str
MsfModule.execute
I'm currently working on a solution.
PR merged.
As the method
run_module_with_output
does only take astr
argument for the payload option, one cannot set the payload's params. This method should also accept a MsfModule object (similar toMsfModule.execute
) and treat it likewise.I'm currently working on a solution.