On Mon, Jun 10, 2002 at 03:49:23PM +0200, Javier Fernandez-Sanguino Pena wrote:
> >
> > I am writing a procedure to "housekeep" a syncronized list of plugs on a
> > RDBMS, but my database is case insensitive (and willing to stay so :-).
> > I keep a hash of the plugin contents on the db, to acknowledge changes
> > in the plugin contents. Of course the two plugs above kjeep triggering
> > the "plug changed" flagging...!
>
> If the code you are writting is GPL I would appreciate it if you
> sent it to the list. I'm also writting a script (is 90% done) to extract the
> plugins information from the text files to a Postgres database.
Have a look at the output of
nessus -qp localhost 1241 <login> <password>
or even
nessus -qSp localhost 1241 <login> <password>
This should simplify your scripting.
-- Renaud