DanMcInerney / pymetasploit3

Automation library for Metasploit
MIT License
373 stars 92 forks source link

cannot set payload params when executing module with output #16

Closed dial25sd closed 5 years ago

dial25sd commented 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.

I'm currently working on a solution.

DanMcInerney commented 5 years ago

PR merged.