allfro / pymetasploit

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

Add option to verify SSL cert. #4

Closed pbehnke closed 9 years ago

pbehnke commented 9 years ago

Adds 'verify' option MsfRpcClient constructor. Setting to true will enforce SSL cert verification. Disabled by default since it's most likely self-signed.

allfro commented 9 years ago

Thanks for your work!