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

2008-09-15 Thread thebug
13,6 @@ arch VARCHAR(255) ); -drop table services; - create table services ( id SERIAL PRIMARY KEY, host_id INTEGER, @@ -28,8 +24,6 @@ info VARCHAR(1024) ); -drop table vulns; - create table vulns ( id SERIAL PRIMARY KEY, service_id INTEGER, @@ -38,8 +32,6 @@ data TEXT ); -drop

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 kee

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-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