Closed n1ngod closed 1 year ago
All versions are up to date,and i through official docker image to use the metasploit.
Hi!
This issue has been left open with no activity for a while now.
We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 30 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open!
As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request.
Wasn't able to replicate; will close this for now as it might have been fixed
Steps to reproduce
My python code: In [2]: client = MsfRpcClient(password=‘test’) In [3]: client.db.connect(username=‘postgres’, database=‘msf’, host='127.0.0.1',password='test', port='5432', driver='postgres') Out [3]: True In [4]: client.call("auth.token_generate") Out[4]: {'result': 'success', 'token': 'TEMP5221809879810272165168959285'}
I can't get token from "api_keys" table, Why?