Is the .rc file just simply a text document with a .rc extention? The file's properties dialog box shows it as a plain text document. I just wanted to verify I'm not doing things wrong.
Printable View
Is the .rc file just simply a text document with a .rc extention? The file's properties dialog box shows it as a plain text document. I just wanted to verify I'm not doing things wrong.
Thank you very much for the tutorial.
I'm trying to use the the in-built postgresql and what I get is:
Code:Error while running command db_connect: Failed to connect to the database: could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432?
Call stack:
/opt/framework/msf3/lib/msf/ui/console/command_dispatcher/db.rb:1903:in `db_connect_postgresql'
/opt/framework/msf3/lib/msf/ui/console/command_dispatcher/db.rb:1711:in `cmd_db_connect'
/opt/framework/msf3/lib/rex/ui/text/dispatcher_shell.rb:376:in `run_command'
/opt/framework/msf3/lib/rex/ui/text/dispatcher_shell.rb:338:in `block in run_single'
/opt/framework/msf3/lib/rex/ui/text/dispatcher_shell.rb:332:in `each'
/opt/framework/msf3/lib/rex/ui/text/dispatcher_shell.rb:332:in `run_single'
/opt/framework/msf3/lib/rex/ui/text/shell.rb:199:in `run'
/opt/framework/msf3/msfconsole:130:in `<main>'
What is this noob doing wrong?
Thank you in advance
I've installed and configured succesfully (I hope that) postgresql in msf. I can db_import ok but when I'm trying to execute db_hosts command it says:
[-] Unknown command: db_hosts.
msf >
The same result I get when I'm trying the db_destroy command. Why is happening ?
Thanks in advance for any help!!!
Edit: The command renamed to: hosts? or I am blind? :P
db_autopwn
UnKnow command:
somedoby help?
here backtrack 5 r1 or backtrack5 same problem...
Please help. I am trying to connect to posgresql database. I am using BackTrackKDE 5 R2 Below are the commands that I used:
apt-get install postgresql libpq-dev
sudo su postgres -c psql
ALTER USER postgres WITH PASSWORD 'novirus';
\q
sudo passwd -d postgres
sudo su postgres -c passwd
update-alternatives --config ruby
choose 0 for "auto-mode"
gem install pg
msfconsole
db_driver postgresql
db_connect postgres:novirus@127.0.0.1/metasploit (“metasploit” being the name of the database)
But I am getting the error " Error while running command db_connect: Failed to connect to the database: FATAL: password authentication failed for user "postgres"
I used the same commands with Bactrack 5 R2 GNOME and it works fine.