On 2013-05-22 17:21, btb wrote:
but i'm not able to see it open a file.  i only see three databases
so far in my poking around:

var/lib/openvas/cert-data/cert.db
var/lib/openvas/scap-data/scap.db
var/lib/openvas/mgr/tasks.db

but nothing that might seem to indicate a user db.

Hi,

You are probably looking for the users table in tasks.db.

$ sqlite3 /usr/var/lib/openvas/mgr/tasks.db "SELECT * FROM users;"

That is the DB where most Manager data is stored (beside secinfo stuff like cpe, cve, dfn cert etc,. which are in the other two DBs.)

Cheers,

Hani.
_______________________________________________
Openvas-devel mailing list
Openvas-devel@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-devel

Reply via email to