allfro / pymetasploit

A full-fledged msfrpc library for Metasploit framework.
297 stars 141 forks source link

Removed check for DisablePayloadHandler in msfrpc. #8

Closed mwgielen closed 2 years ago

mwgielen commented 7 years ago

DisablePayloadHandler is an option in metasploit to use an existing handler that is already running. At the moment it is interpreted as DisablePayload. This is not the right functionality. This pull request fixes this issue by removing the check for DisablePayloadHandler.

allfro commented 2 years ago

Thank you for your contribution!