You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to report you problems that i have with 2 modules when i try two use them.
First, when i use :
exploit = client.modules.use('exploit', 'windows/smb/ms17_010_eternalblue_win8')
I get :
Traceback (most recent call last):
File "", line 1, in
File "/root/.local/lib/python3.8/site-packages/pymetasploit3/msfrpc.py", line 1598, in use
return ExploitModule(self.rpc, mname)
File "/root/.local/lib/python3.8/site-packages/pymetasploit3/msfrpc.py", line 1416, in init
super(ExploitModule, self).init(rpc, 'exploit', exploit)
File "/root/.local/lib/python3.8/site-packages/pymetasploit3/msfrpc.py", line 1255, in init
if self._moptions[o]['required']:
TypeError: 'bool' object is not subscriptable
Second, when I use :
exploit = client.modules.use('exploit', 'linux/misc/saltstack_salt_unauth_rce')
It's never stop running and do nothing.
I don't know if the problem is with pymetasploit3 or metasploit himself.
The text was updated successfully, but these errors were encountered:
I want to report you problems that i have with 2 modules when i try two use them.
First, when i use :
exploit = client.modules.use('exploit', 'windows/smb/ms17_010_eternalblue_win8')
I get :
Traceback (most recent call last):
File "", line 1, in
File "/root/.local/lib/python3.8/site-packages/pymetasploit3/msfrpc.py", line 1598, in use
return ExploitModule(self.rpc, mname)
File "/root/.local/lib/python3.8/site-packages/pymetasploit3/msfrpc.py", line 1416, in init
super(ExploitModule, self).init(rpc, 'exploit', exploit)
File "/root/.local/lib/python3.8/site-packages/pymetasploit3/msfrpc.py", line 1255, in init
if self._moptions[o]['required']:
TypeError: 'bool' object is not subscriptable
Second, when I use :
exploit = client.modules.use('exploit', 'linux/misc/saltstack_salt_unauth_rce')
It's never stop running and do nothing.
I don't know if the problem is with pymetasploit3 or metasploit himself.
The text was updated successfully, but these errors were encountered: