Re: [framework-hackers] A little fix to db_postgres.rb and postgresql.sql

2008-09-16 Thread thebug
On Tue, 16 Sep 2008 13:32:41 -0500 H D Moore <[EMAIL PROTECTED]> wrote: > On Tuesday 16 September 2008, Ulisses Castro (thebug) wrote: > > Who permit login of superuser "postgres" to local connection without > > pass. I think people from Backtrack devel keep postgres in default. > [ snip ] > > Who

Re: [framework-hackers] A little fix to db_postgres.rb and postgresql.sql

2008-09-16 Thread H D Moore
On Tuesday 16 September 2008, Ulisses Castro (thebug) wrote: > Who permit login of superuser "postgres" to local connection without > pass. I think people from Backtrack devel keep postgres in default. [ snip ] > Who use ident-based authentication[1], in my view I think is not simple > method and a

Re: [framework-hackers] A little fix to db_postgres.rb and postgresql.sql

2008-09-16 Thread Ulisses Castro (thebug)
On Tue, Sep 16, 2008 at 1:26 AM, H D Moore <[EMAIL PROTECTED]> wrote: > On Monday 15 September 2008, H D Moore wrote: > > For now, I am just fixing the drop table for notes, if you have a > > strong reason for removing all of the drop table calls, let me know. > > Not removing them causes subseque

Re: [framework-hackers] A little fix to db_postgres.rb and postgresql.sql

2008-09-16 Thread Ulisses Castro (thebug)
On Tue, Sep 16, 2008 at 1:18 AM, H D Moore <[EMAIL PROTECTED]> wrote: > On Monday 15 September 2008, Ulisses Castro wrote: > > I found some bugs when I play Metasploit and PostgreSQL and Auto > > Thanks! > > > ERROR: syntax error at or near "create" > > LINE 2: create table notes ( > > There is a

Re: [framework-hackers] A little fix to db_postgres.rb and postgresql.sql

2008-09-15 Thread H D Moore
On Monday 15 September 2008, H D Moore wrote: > For now, I am just fixing the drop table for notes, if you have a > strong reason for removing all of the drop table calls, let me know. > Not removing them causes subsequent db_create calls with the same name > to reuse the old tables, which is proba

Re: [framework-hackers] A little fix to db_postgres.rb and postgresql.sql

2008-09-15 Thread H D Moore
On Monday 15 September 2008, Ulisses Castro wrote: > I found some bugs when I play Metasploit and PostgreSQL and Auto Thanks! > ERROR: syntax error at or near "create" > LINE 2: create table notes ( There is a missing semi-colon after the drop table notes command, but this isn't a reason to re