Commit 650bc6a
| Repository | bojemoi |
| Branch | main |
| Author | Betty |
| Hash | 650bc6a66ea07b4ce05d0d80f497fb8732810f33 |
Description
Passing a payload string to run_module_with_output() caused ValueError because pymetasploit3 requires a configured PayloadModule object. Now loads the payload via client.modules.use() and sets LHOST/LPORT before execution, so exploits actually run against the target.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com