Discussion:
Is there a way to modify NessusWX?
SPAOTVA
2006-12-13 18:28:22 UTC
Permalink
Classification: UNCLASSIFIED

When I try to export into MySQL the cve_id field gets truncated around
30 characters. When I look at the SQL tables format for NessusWX it is
set to VarChar(32). I would like to modify it to 128 or a text field.
Does anyone know how to go about this?

Thanks
Mike
George A. Theall
2006-12-14 02:16:32 UTC
Permalink
Post by SPAOTVA
When I try to export into MySQL the cve_id field gets truncated around
30 characters. When I look at the SQL tables format for NessusWX it is
set to VarChar(32). I would like to modify it to 128 or a text field.
Does anyone know how to go about this?
The source for NessusWX can be found here:

http://nessuswx.nessus.org/index.htm#download

There's a readme in the top-level directory, I think, outlining what
you'll need to compile it. I'm not familiar with the code so beyond
that, I'm afraid you're on your own.


George
--
***@tenablesecurity.com
Zate Berg
2006-12-14 13:56:57 UTC
Permalink
You may just be able to modify the schema in the database to change that
field to contain more characters. You may need to export the data, modify
the resulting sql files create table entries and then reimport your data.

You should also definately at least take alook at the source George linked
too but my guess would be that NessusWX wont care how big that field is, the
truncating is happening at the database layer.

Just a guess though (I will take a ook myself as I use NessusWX to export my
scans aswell.)
*Classification: UNCLASSIFIED***
When I try to export into MySQL the cve_id field gets truncated around 30
characters. When I look at the SQL tables format for NessusWX it is set to
VarChar(32). I would like to modify it to 128 or a text field. Does anyone
know how to go about this?
Thanks
Mike
_______________________________________________
Nessus-devel mailing list
http://mail.nessus.org/mailman/listinfo/nessus-devel
--
Zate
Loading...