Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
just like you created the user "postgres" in this tutorial, see its people like you that force the senior members to respond unkindly... you don't read the thread you are posting in and even TRY to connect the dots yourself...
whatever...
This is better explication:
to create a first user in kubuntu/ubuntu linux, type the following:
~$ sudo su postgres -c createuser *USERNAME*
Then create a db:
~$ sudo su postgres -c createdb *DBNAME*
Then create a password for the user by connecting using psql:
~$ sudo su postgres -c psql *DBNAME*
Then alter the password:
=#ALTER USER *username* WITH PASSWORD ‘*password*‘;
=#\q
And you have a user for apps like django, per se.
tried
after \q I get the error "could not save history to file "/var/lib.postgresql/.psql_history": Permission denied"Code:ALTER USER postgres WITH PASSWORD 'your password'; \q
Any ideas?
okay I created the file .psql_history and set the permissions to write - is that what I'm supposed to do?
I followed the instructions and when I run autopwn I get the error:
Is this normal?Code:dropdb: could not connect to database postgres: FATAL: role "root" does not exist
What's not exactly clear to me is - is the code I'm entering into msf permanent or do I have to enter it everytime I want to run msf?
If I do have to enter it every time how do I run fast track with the additional code?
Thanks for the help.
Last edited by balding_parrot; 07-01-2010 at 05:37 AM.
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
Okay I'm not following...
I've read your tutorial many times. Maybe you can help clarify.
What I'm understanding from your post is that I have to be logged in as postgres when running msf.
So how can I set that as the default when starting msf? Like running msf from fast-track?
Dude seriously ... can't you search google ?
Re: psql: FATAL: user "root" does not exist createdb:
Where do you guys even come from ?Code:execute these as the postgres user: su - postgres One option is to create a super-user with something like: postgres$ createuser -d -a -P jeoff then: jeoff$ createdb ibmadb
Last edited by sickness; 07-02-2010 at 08:25 PM.
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !