首先查看 kali默认路径下的配置文件
vim /opt/metasploit/apps/pro/ui/config/database.yml
如果未找到配置文件请参考 kali linux 系列教程之metasploit 连接postgresql可能遇见的问题
接下来MD5解密显示无法识别 –参考某篇blog 加密方式 MD5(user+pass)
解密不出来,只能重制密码了
>su - postgres
>psql -U postgres
>alter user msf3 with password 'msf3'
待会再去研究下怎么换用户~~