allfro / pymetasploit

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

Tomcat Uplaod AttributeError: can't set attribute #26

Open Koploseus opened 5 years ago

Koploseus commented 5 years ago

Hello, when i use this :

cli = MsfRpcClient(username="msf", password="test")
lista = cli.modules.exploits
exploit = cli.modules.use('exploit', 'multi/http/tomcat_mgr_upload')

i get : AttributeError: can't set attribute

Why ?