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
Moreover, it's seems that the db.connect() function return true even if sometimes the connection failed.
Db.status() return the correct status.
It could be cool if we can connect to the database through the yml file.
The text was updated successfully, but these errors were encountered:
The default parameter "localhost" of the function db.connect() don't work.
But if i pass the parameter 127.0.0.1 the connection work :
I think we can fix this by changing the code of msfrpc.py line 985 to :
Moreover, it's seems that the db.connect() function return true even if sometimes the connection failed.
Db.status() return the correct status.
It could be cool if we can connect to the database through the yml file.
The text was updated successfully, but these errors were encountered: