Hi,

Yes, the ifconfig part which is omitted by now ;-)
I think the more appropriate behaviour for the package list is just to
ignore the distro and dump all rpm/dpkg data we have. It never hurts,
right? And would work for other dpkg/rpm based distributions with no
modification.

I think we need a script to collect Windows "Uninstall" registry data as
well. Will experiment with that a bit.

On Thu, Dec 07, 2017 at 05:06:23PM +0100, Christian Fischer wrote:
> Hi,
> 
> On 16.11.2017 20:51, ArkanoiD wrote:
> > There are more bugs, yet this one is most significant. Took whole evening
> > for me to pin it down.
> 
> i wouldn't call no support for other distributions then Debian and Red
> Hat "a bug". This code probably was just tested against those two
> distros back then in 2012 when it was implemented.
> 
> Testing with other Non-Red Hat/Debian based distros is more then welcome
> by e.g. replacing:
> 
> if( "DEB" >< release ) {
> 
> with
> 
> if( "DEB" >< release || "UBUNTU" >< release ) {
> 
> in kb_2_sc.nasl.
> 
> Nevertheless the above point i have also updated the kb_2_sc.nasl to
> fill in the system info and network interfaces when running such
> currently unsupported distros.
> 
> If there is anything else missing / wrong in kb_2_sc.nasl feel free to
> post a follow-up with suggestions and / or patches.
> 
_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to