Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: 'bool' object is not subscriptable #51

Open
Tudyx opened this issue Jun 15, 2020 · 2 comments
Open

TypeError: 'bool' object is not subscriptable #51

Tudyx opened this issue Jun 15, 2020 · 2 comments

Comments

@Tudyx
Copy link

Tudyx commented Jun 15, 2020

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.

@JCFL-Dev
Copy link

JCFL-Dev commented Jan 21, 2021

I have a similar issue when running
exploit/windows/smb/psexec

Disregard my comment @DanMcInerney

@we08guyy
Copy link

same issue when use 'exploit','windows/smb/ms17_010_externalblue'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants