From john at hypergeek.net Fri Aug 7 06:07:34 2009 From: john at hypergeek.net (John A. Kilpatrick) Date: Thu, 6 Aug 2009 21:07:34 -0700 Subject: [Openvas-discuss] Compiling under FreeBSD 7.1? Message-ID: I've been having a bear of a time getting OpenVAS installed on FreeBSD. I'm hoping someone can help me. I started with just using ports, but that is WAY out of date. So then I tried downloading the source and starting with openvas- libraries-2.0.3 I had problems because of libresolv. Then I found a ports page that updates the ports tree to the latest version of the packages but when trying to compile the libraries I had the following result: cc -pipe -I../ -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -pipe -I/usr/ local/include -g -Wall -I/usr/local/include -I. -I/usr/ports/security/ openvas-libraries/work/openvas-libraries-2.0.3/include -I/usr/local/ include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/ include -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -pipe -I/usr/local/ include -g -Wall -I/usr/local/include -I../libopenvascommon -I/usr/ local/include -O2 -fno-strict-aliasing -pipe -I/usr/local/include -g - Wall -c openvas_server.c -fPIC -DPIC -o .libs/openvas_server.o openvas_server.c: In function 'openvas_server_open': openvas_server.c:73: error: invalid use of undefined type 'struct sockaddr_in' openvas_server.c:73: error: 'AF_INET' undeclared (first use in this function) openvas_server.c:73: error: (Each undeclared identifier is reported only once openvas_server.c:73: error: for each function it appears in.) openvas_server.c:75: error: invalid use of undefined type 'struct sockaddr_in' openvas_server.c:77: error: invalid use of undefined type 'struct sockaddr_in' openvas_server.c:84: error: invalid use of undefined type 'struct sockaddr_in' openvas_server.c:90: warning: implicit declaration of function 'socket' openvas_server.c:90: error: 'PF_INET' undeclared (first use in this function) openvas_server.c:90: error: 'SOCK_STREAM' undeclared (first use in this function) openvas_server.c:138: warning: implicit declaration of function 'connect' openvas_server.c:140: error: invalid application of 'sizeof' to incomplete type 'struct sockaddr_in' openvas_server.c:152: warning: cast to pointer from integer of different size openvas_server.c:163: warning: implicit declaration of function 'shutdown' openvas_server.c:163: error: 'SHUT_RDWR' undeclared (first use in this function) openvas_server.c: In function 'openvas_server_send': openvas_server.c:217: warning: format '%i' expects type 'int', but argument 4 has type 'size_t' openvas_server.c:217: warning: field precision should have type 'int', but argument 5 has type 'size_t' openvas_server.c:234: warning: field precision should have type 'int', but argument 4 has type 'ssize_t' *** Error code 1 Stop in /usr/ports/security/openvas-libraries/work/openvas- libraries-2.0.3/libopenvas. *** Error code 1 Stop in /usr/ports/security/openvas-libraries/work/openvas- libraries-2.0.3. *** Error code 1 Stop in /usr/ports/security/openvas-libraries. so I'm guessing something isn't quite right there either. Since it can't find AF_INET I'm wondering if it should be including /usr/ include or something, but I'm woefully out of practice on this kind of stuff. If anyone would be willing to help me get OpenVAS installed on my FreeBSD box I would appreciate it. Thanks, John -- John A. Kilpatrick john at hypergeek.net Email| http://www.hypergeek.net/ john-page at hypergeek.net Text pages| ICQ: 19147504 remember: no obstacles/only challenges From d.jagdmann at dn-systems.de Fri Aug 7 07:57:58 2009 From: d.jagdmann at dn-systems.de (Dirk Jagdmann) Date: Thu, 06 Aug 2009 22:57:58 -0700 Subject: [Openvas-discuss] Compiling under FreeBSD 7.1? In-Reply-To: References: Message-ID: <4A7BC266.8000206@dn-systems.de> Hello John, the different operating systems sometimes require a different set of header files to include when going beyond the ANSI-C standard functions. Obviously your FreeBSD requires some missing headers for the network sockets definitions. What you have to do, is to check which files in /usr/include/ define those things like AF_INET, struct sockaddr_in, etc. You'll have success with something like grep -H AF_INET /usr/include/*.h grep -H AF_INET /usr/include/*/*.h When grep has found your files, add them to the header #include section on top the file source code file that did not complain. Of course there may be other obsticles in your way to a working FreeBSD compilation. If you're seriously stuck, you would have to visit me in Santa Clara and I can help in "porting". -- Dirk Jagdmann : Coder Tel. +49-5121-28989-15 -- DN-Systems Enterprise Internet Solutions GmbH Hornemannstr. 11 31137 Hildesheim, Germany Tel. +49-5121-28989-0 Fax. +49-5121-28989-11 Handelsregister HRB-3213 Amtsgericht Hildesheim Gesch?ftsf?hrer: Lukas Grunwald From chris at gdsx.com Fri Aug 7 16:32:05 2009 From: chris at gdsx.com (Chris Kolb) Date: Fri, 7 Aug 2009 09:32:05 -0500 Subject: [Openvas-discuss] OpenVAS-Client batch mode doesn't provide NVTs in XML output Message-ID: <4BC984218EBAB14DBB90FBDF29B2DC0A139E9C82@exchange1.gdsx.com> Hi all, I'm attempting to schedule some cron jobs to perform automatic scans. The scan seems to go well, and outputs lots of relevant information. However, I'm outputting in XML and I've noticed that the NVT list does not show up. Instead, I get an XML element that says "". When I do the same scan using the UI client and export the report as XML, the NVTs are listed. Unfortunately the parsing that I'm doing for displaying the reports requires that the NVTs be present in the output. Is there any way to get the client to include the NVTs in the XML output when scanning in batch mode? Here's what I've tried: OpenVAS-Client -c config.rc -T xml -qx localhost 9390 batch targets output.xml I also tried adding -p and -S to see what happens, but the client just disconnects immediately after outputting the plugin list to std-output and does not perform the scan. Chris Kolb Manager of Information Security GDSX, Ltd. Phone: 972-612-7121 Fax: 972-612-7021 Come see us this summer at NBTA in San Diego August 23 - 26! Booth #3019 Confidentiality Notice: This e-mail contains information that is confidential. It is intended for the exclusive use of the individual or entity to whom it is addressed. If you are not the named recipient, disclosure or distribution of the information transmitted herewith is strictly prohibited and may be subject to legal restriction or sanction. Please notify the sender, by return e-mail or telephone, of any unintended recipients and delete the original message without making any copies. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.wald.intevation.org/pipermail/openvas-discuss/attachments/20090807/3cb53bc3/attachment.html From sujith at poornam.com Fri Aug 7 17:25:31 2009 From: sujith at poornam.com (Sujith Mohan) Date: Fri, 7 Aug 2009 20:55:31 +0530 Subject: [Openvas-discuss] OpenVAS-Client batch mode doesn't provide NVTs in XML output In-Reply-To: <4BC984218EBAB14DBB90FBDF29B2DC0A139E9C82@exchange1.gdsx.com> References: <4BC984218EBAB14DBB90FBDF29B2DC0A139E9C82@exchange1.gdsx.com> Message-ID: <200908072055.31824.sujith@poornam.com> Hi Chris, There is already a open bug for the same . Please refer http://wald.intevation.org/tracker/?func=detail&atid=220&aid=1036&group_id=29. It looks like a known bug which is yet to be fixed. Regards, -- Sujith Mohan "Technical Skill is the mastery of complexity, while Creativity is the master of presence of mind" On Friday 07 August 2009, Chris Kolb wrote: > Hi all, > > > > I'm attempting to schedule some cron jobs to perform automatic scans. > The scan seems to go well, and outputs lots of relevant information. > However, I'm outputting in XML and I've noticed that the NVT list does > not show up. Instead, I get an XML element that says "". When I do the same scan using the UI client and export > the report as XML, the NVTs are listed. Unfortunately the parsing that > I'm doing for displaying the reports requires that the NVTs be present > in the output. Is there any way to get the client to include the NVTs > in the XML output when scanning in batch mode? > > > > Here's what I've tried: > > > > OpenVAS-Client -c config.rc -T xml -qx localhost 9390 batch > targets output.xml > > > > I also tried adding -p and -S to see what happens, but the client just > disconnects immediately after outputting the plugin list to std-output > and does not perform the scan. > > > > Chris Kolb > Manager of Information Security > > GDSX, Ltd. > Phone: 972-612-7121 > Fax: 972-612-7021 > > > > Come see us this summer at NBTA in San Diego August 23 - 26! Booth #3019 > > > Confidentiality Notice: This e-mail contains information that is > confidential. It is intended for the exclusive use of the individual or > entity to whom it is addressed. If you are not the named recipient, > disclosure or distribution of the information transmitted herewith is > strictly prohibited and may be subject to legal restriction or sanction. > Please notify the sender, by return e-mail or telephone, of any > unintended recipients and delete the original message without making any > copies. DISCLAIMER : This email and any files transmitted with it are property of Poornam Info Vision Pvt. Ltd. This email contains confidential information intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sender immediately and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. Warning: Although the company has taken reasonable precautions to ensure no viruses are present in this email, the company cannot accept responsibility for any loss or damage arising from the use of this email or attachments. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.wald.intevation.org/pipermail/openvas-discuss/attachments/20090807/f4f911ac/attachment.htm From chris at gdsx.com Sun Aug 9 23:07:45 2009 From: chris at gdsx.com (Chris Kolb) Date: Sun, 9 Aug 2009 16:07:45 -0500 Subject: [Openvas-discuss] Error in secpod_ms_win_xp_spi_dos_vuln.nasl Message-ID: <4BC984218EBAB14DBB90FBDF29B2DC0A139E9E34@exchange1.gdsx.com> It seems that from my experience and taking a peek at the code in the secpod_ms_win_xp_spi_dos_vuln.nasl plugin that it will indicate an alert for any XP system that does not have SP4 installed. Since SP4 does not exist, an alert is triggered for every XP system. Am I misinterpreting something, or can anyone confirm that this is accurate? Chris Kolb Manager of Information Security GDSX, Ltd. Phone: 972-612-7121 Fax: 972-612-7021 Come see us this summer at NBTA in San Diego August 23 - 26! Booth #3019 Confidentiality Notice: This e-mail contains information that is confidential. It is intended for the exclusive use of the individual or entity to whom it is addressed. If you are not the named recipient, disclosure or distribution of the information transmitted herewith is strictly prohibited and may be subject to legal restriction or sanction. Please notify the sender, by return e-mail or telephone, of any unintended recipients and delete the original message without making any copies. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.wald.intevation.org/pipermail/openvas-discuss/attachments/20090809/bb034a90/attachment.htm From bchandra at secpod.com Mon Aug 10 11:30:31 2009 From: bchandra at secpod.com (Chandrashekhar B) Date: Mon, 10 Aug 2009 15:00:31 +0530 Subject: [Openvas-discuss] Error in secpod_ms_win_xp_spi_dos_vuln.nasl In-Reply-To: <4BC984218EBAB14DBB90FBDF29B2DC0A139E9E34@exchange1.gdsx.com> References: <4BC984218EBAB14DBB90FBDF29B2DC0A139E9E34@exchange1.gdsx.com> Message-ID: Hello Chris, Yes, this is an open vulnerability, not yet fixed. Though MS09-025 seems to be the solution, but there is no clear indication whether this is fixed yet. We'll wait for the next release of Microsoft update which is tomorrow and then make necessary changes to this code. Thanks for noticing. Chandra. ________________________________________ From: openvas-discuss-bounces at wald.intevation.org [mailto:openvas-discuss-bounces at wald.intevation.org] On Behalf Of Chris Kolb Sent: Monday, August 10, 2009 2:38 AM To: openvas-discuss at wald.intevation.org Subject: [Openvas-discuss] Error in secpod_ms_win_xp_spi_dos_vuln.nasl It seems that from my experience and taking a peek at the code in the secpod_ms_win_xp_spi_dos_vuln.nasl plugin that it will indicate an alert for any XP system that does not have SP4 installed.? Since SP4 does not exist, an alert is triggered for every XP system.? Am I misinterpreting something, or can anyone confirm that this is accurate? Chris Kolb Manager of Information Security GDSX, Ltd. Phone: 972-612-7121 Fax: 972-612-7021 Come see us this summer at NBTA in San Diego August 23 ? 26! Booth #3019 Confidentiality Notice:? This e-mail contains information that is confidential.? It is intended for the exclusive use of the individual or entity to whom it is addressed.? If you are not the named recipient, disclosure or distribution of the information transmitted herewith is strictly prohibited and may be subject to legal restriction or sanction.? Please notify the sender, by return e-mail or telephone, of any unintended recipients and delete the original message without making any copies. From felix.wolfsteller at intevation.de Mon Aug 10 11:43:45 2009 From: felix.wolfsteller at intevation.de (Felix Wolfsteller) Date: Mon, 10 Aug 2009 11:43:45 +0200 Subject: [Openvas-discuss] OpenVAS-Client batch mode doesn't provide NVTs in XML output In-Reply-To: <4BC984218EBAB14DBB90FBDF29B2DC0A139E9C82@exchange1.gdsx.com> References: <4BC984218EBAB14DBB90FBDF29B2DC0A139E9C82@exchange1.gdsx.com> Message-ID: <200908101143.45557.felix.wolfsteller@intevation.de> Hi Chris Thanks for reporting this issue. As Sujith stated, this is indeed a known bug (http://bugs.openvas.com/1036). Fixing itself is not too difficult, but it is difficult to do it elegantly. I attempted a fix in svn trunk. Report _conversion_ from nbe to xml should work now, if you specify the input nbe (-i) with an absolute path. Feel free to test and give feedback. If my time permits and implementation continues to be somewhat straight-forward, expect some more improvements during these days. I will update the bugtracker (http://bugs.openvas.com/1036) when progress is done. -- felix On Friday 07 August 2009 16:32:05 Chris Kolb wrote: > Hi all, > > > > I'm attempting to schedule some cron jobs to perform automatic scans. > The scan seems to go well, and outputs lots of relevant information. > However, I'm outputting in XML and I've noticed that the NVT list does > not show up. Instead, I get an XML element that says "". When I do the same scan using the UI client and export > the report as XML, the NVTs are listed. Unfortunately the parsing that > I'm doing for displaying the reports requires that the NVTs be present > in the output. Is there any way to get the client to include the NVTs > in the XML output when scanning in batch mode? > > > > Here's what I've tried: > > > > OpenVAS-Client -c config.rc -T xml -qx localhost 9390 batch > targets output.xml > > > > I also tried adding -p and -S to see what happens, but the client just > disconnects immediately after outputting the plugin list to std-output > and does not perform the scan. > > > > Chris Kolb > Manager of Information Security > > GDSX, Ltd. > Phone: 972-612-7121 > Fax: 972-612-7021 > > > > Come see us this summer at NBTA in San Diego August 23 - 26! Booth #3019 > > > Confidentiality Notice: This e-mail contains information that is > confidential. It is intended for the exclusive use of the individual or > entity to whom it is addressed. If you are not the named recipient, > disclosure or distribution of the information transmitted herewith is > strictly prohibited and may be subject to legal restriction or sanction. > Please notify the sender, by return e-mail or telephone, of any > unintended recipients and delete the original message without making any > copies. -- Felix Wolfsteller | ++49-541-335 08 3451 | http://www.intevation.de/ PGP Key: 39DE0100 Intevation GmbH, Neuer Graben 17, 49074 Osnabr?ck | AG Osnabr?ck, HR B 18998 Gesch?ftsf?hrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner From obsssss at yahoo.com Wed Aug 12 02:29:52 2009 From: obsssss at yahoo.com (Oscar Barroso) Date: Tue, 11 Aug 2009 17:29:52 -0700 (PDT) Subject: [Openvas-discuss] OpenVAS releases are not signed?! Message-ID: <379863.80769.qm@web111817.mail.gq1.yahoo.com> Hi, The OpenVAS releases are not signed? I just downloaded the last release but could not find any gpg signatures. The signatures are published anywhere? If so, where can I get them, if not there is any plans to sign the releases in the future? The downloaded files are: 30b48c01df2231d80b32c10bd3d7d2a0003e6631 openvas-client-2.0.4.tar.gz b62b3d3fb0a657bd024dc557af1fe7972131031a openvas-libnasl-2.0.1.tar.gz 6fbcc358dbafaa80eb0e92195cf2a90f67db439a openvas-libraries-2.0.3.tar.gz eb8b6344a7023f84316a909702922764bbc18cbd openvas-plugins-1.0.7.tar.gz dc0b2a6ebc674097d18f3a87452f7c79b3313f35 openvas-server-2.0.2.tar.gz Thanks in advance, -- Oscar From Jan-Oliver.Wagner at greenbone.net Wed Aug 12 09:52:41 2009 From: Jan-Oliver.Wagner at greenbone.net (Jan-Oliver Wagner) Date: Wed, 12 Aug 2009 09:52:41 +0200 Subject: [Openvas-discuss] OpenVAS releases are not signed?! In-Reply-To: <379863.80769.qm@web111817.mail.gq1.yahoo.com> References: <379863.80769.qm@web111817.mail.gq1.yahoo.com> Message-ID: <200908120952.43219.Jan-Oliver.Wagner@greenbone.net> Hello, On Mittwoch, 12. August 2009, Oscar Barroso wrote: > The OpenVAS releases are not signed? > I just downloaded the last release but could not find any gpg signatures. you are correct: the packages are not signed. > The signatures are published anywhere? If so, where can I get them, if not there is any plans to sign the releases in the future? Yes, it is good practice to sign packages. The OpenVAS team should indeed start to establish this procedure, but no plans are made yet. Best Jan -- Dr. Jan-Oliver Wagner | ++49-541-335084-0 | http://www.greenbone.net/ Greenbone Networks GmbH, Neuer Graben 17, 49074 Osnabr?ck | AG Osnabr?ck, HR B 202460 Gesch?ftsf?hrer: Lukas Grunwald, Dr. Jan-Oliver Wagner From njtaylor at asterisk.demon.co.uk Sat Aug 8 13:02:02 2009 From: njtaylor at asterisk.demon.co.uk (Nigel J. Taylor) Date: Sat, 08 Aug 2009 12:02:02 +0100 Subject: [Openvas-discuss] Compiling under FreeBSD 7.1? In-Reply-To: References: Message-ID: <4A7D5B2A.3040106@asterisk.demon.co.uk> John, You might find that the OpenBSD port I did is close, it's not in the OpenBSD ports tree. I have attached a current copy. In OpenBSD libresolv no longer exists. I have a number of patches which get applied in the port including one for below. The structure is different between mine and yours. Regards Nigel Taylor John A. Kilpatrick wrote: > I've been having a bear of a time getting OpenVAS installed on > FreeBSD. I'm hoping someone can help me. > > I started with just using ports, but that is WAY out of date. So then > I tried downloading the source and starting with openvas- > libraries-2.0.3 I had problems because of libresolv. Then I found a > ports page that updates the ports tree to the latest version of the > packages but when trying to compile the libraries I had the following > result: > > cc -pipe -I../ -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -pipe -I/usr/ > local/include -g -Wall -I/usr/local/include -I. -I/usr/ports/security/ > openvas-libraries/work/openvas-libraries-2.0.3/include -I/usr/local/ > include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/ > include -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -pipe -I/usr/local/ > include -g -Wall -I/usr/local/include -I../libopenvascommon -I/usr/ > local/include -O2 -fno-strict-aliasing -pipe -I/usr/local/include -g - > Wall -c openvas_server.c -fPIC -DPIC -o .libs/openvas_server.o > openvas_server.c: In function 'openvas_server_open': > openvas_server.c:73: error: invalid use of undefined type 'struct > sockaddr_in' > openvas_server.c:73: error: 'AF_INET' undeclared (first use in this > function) > openvas_server.c:73: error: (Each undeclared identifier is reported > only once > openvas_server.c:73: error: for each function it appears in.) > openvas_server.c:75: error: invalid use of undefined type 'struct > sockaddr_in' > openvas_server.c:77: error: invalid use of undefined type 'struct > sockaddr_in' > openvas_server.c:84: error: invalid use of undefined type 'struct > sockaddr_in' > openvas_server.c:90: warning: implicit declaration of function 'socket' > openvas_server.c:90: error: 'PF_INET' undeclared (first use in this > function) > openvas_server.c:90: error: 'SOCK_STREAM' undeclared (first use in > this function) > openvas_server.c:138: warning: implicit declaration of function > 'connect' > openvas_server.c:140: error: invalid application of 'sizeof' to > incomplete type 'struct sockaddr_in' > openvas_server.c:152: warning: cast to pointer from integer of > different size > openvas_server.c:163: warning: implicit declaration of function > 'shutdown' > openvas_server.c:163: error: 'SHUT_RDWR' undeclared (first use in this > function) > openvas_server.c: In function 'openvas_server_send': > openvas_server.c:217: warning: format '%i' expects type 'int', but > argument 4 has type 'size_t' > openvas_server.c:217: warning: field precision should have type 'int', > but argument 5 has type 'size_t' > openvas_server.c:234: warning: field precision should have type 'int', > but argument 4 has type 'ssize_t' > *** Error code 1 > > Stop in /usr/ports/security/openvas-libraries/work/openvas- > libraries-2.0.3/libopenvas. > *** Error code 1 > > Stop in /usr/ports/security/openvas-libraries/work/openvas- > libraries-2.0.3. > *** Error code 1 > > Stop in /usr/ports/security/openvas-libraries. > > so I'm guessing something isn't quite right there either. Since it > can't find AF_INET I'm wondering if it should be including /usr/ > include or something, but I'm woefully out of practice on this kind of > stuff. If anyone would be willing to help me get OpenVAS installed on > my FreeBSD box I would appreciate it. > > Thanks, > John > > -- > John A. Kilpatrick > john at hypergeek.net Email| http://www.hypergeek.net/ > john-page at hypergeek.net Text pages| ICQ: 19147504 > remember: no obstacles/only challenges > > _______________________________________________ > Openvas-discuss mailing list > Openvas-discuss at wald.intevation.org > http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss > -------------- next part -------------- A non-text attachment was scrubbed... Name: openvas.tgz Type: application/octet-stream Size: 77469 bytes Desc: not available Url : http://lists.wald.intevation.org/pipermail/openvas-discuss/attachments/20090808/6698d3b6/openvas-0001.obj From chris at newcomb-family.net Thu Aug 13 17:12:47 2009 From: chris at newcomb-family.net (Chris Newcomb) Date: Thu, 13 Aug 2009 10:12:47 -0500 Subject: [Openvas-discuss] openvas.org unreachable Message-ID: <4A842D6F.40004@newcomb-family.net> I'm new to openvas, my boss wanted me to start doing some research on using openvas. However when I went to openvas.org I found it to be unreachable. Looking into it to make sure it wasn't on my end, looks like there's no A record. Any idea when the site will be back up? -- Regards, Chris From lists at securityspace.com Thu Aug 13 17:53:18 2009 From: lists at securityspace.com (Thomas Reinke) Date: Thu, 13 Aug 2009 11:53:18 -0400 Subject: [Openvas-discuss] openvas.org unreachable In-Reply-To: <4A842D6F.40004@newcomb-family.net> References: <4A842D6F.40004@newcomb-family.net> Message-ID: <4A8436EE.7000407@securityspace.com> The domain is back up. It went down due to an administrative error removing DNS entries. That issue has been resolved and the openvas.* domains are back and running the way they should. Thomas Chris Newcomb wrote: > I'm new to openvas, my boss wanted me to start doing some research on > using openvas. However when I went to openvas.org I found it to be > unreachable. Looking into it to make sure it wasn't on my end, looks > like there's no A record. Any idea when the site will be back up? > > -- > Regards, > Chris > _______________________________________________ > Openvas-discuss mailing list > Openvas-discuss at wald.intevation.org > http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss > From geoff at galitz.org Thu Aug 13 17:46:51 2009 From: geoff at galitz.org (Geoff Galitz) Date: Thu, 13 Aug 2009 17:46:51 +0200 Subject: [Openvas-discuss] openvas.org unreachable In-Reply-To: <4A842D6F.40004@newcomb-family.net> References: <4A842D6F.40004@newcomb-family.net> Message-ID: The issue is being investigated. No current ETA, sorry. -geoff --------------------------------- Geoff Galitz Blankenheim NRW, Germany http://www.galitz.org/ http://german-way.com/blog/ > -----Original Message----- > From: openvas-discuss-bounces at wald.intevation.org [mailto:openvas-discuss- > bounces at wald.intevation.org] On Behalf Of Chris Newcomb > Sent: Donnerstag, 13. August 2009 17:13 > To: openvas-discuss at wald.intevation.org > Subject: [Openvas-discuss] openvas.org unreachable > > I'm new to openvas, my boss wanted me to start doing some research on > using openvas. However when I went to openvas.org I found it to be > unreachable. Looking into it to make sure it wasn't on my end, looks > like there's no A record. Any idea when the site will be back up? > > -- > Regards, > Chris > _______________________________________________ > Openvas-discuss mailing list > Openvas-discuss at wald.intevation.org > http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss From jlk at thrashyour.com Thu Aug 13 17:26:57 2009 From: jlk at thrashyour.com (John Kinsella) Date: Thu, 13 Aug 2009 08:26:57 -0700 Subject: [Openvas-discuss] openvas.org unreachable In-Reply-To: <4A842D6F.40004@newcomb-family.net> References: <4A842D6F.40004@newcomb-family.net> Message-ID: <0BFA771D-A6B5-4340-AA0D-A96B8D9B7D73@thrashyour.com> Confirmed - the 3 primary NS servers for openvas.org are refusing queries against the domain: > server ns3.securityspace.net Default server: ns3.securityspace.net Address: 64.251.27.100#53 > www.openvas.org Server: ns3.securityspace.net Address: 64.251.27.100#53 ** server can't find www.openvas.org: REFUSED John On Aug 13, 2009, at 8:12 AM, Chris Newcomb wrote: > I'm new to openvas, my boss wanted me to start doing some research on > using openvas. However when I went to openvas.org I found it to be > unreachable. Looking into it to make sure it wasn't on my end, looks > like there's no A record. Any idea when the site will be back up? > > -- > Regards, > Chris > _______________________________________________ > Openvas-discuss mailing list > Openvas-discuss at wald.intevation.org > http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss From sergio at nasadmin.com Thu Aug 13 18:53:47 2009 From: sergio at nasadmin.com (Sergio Guzman) Date: Thu, 13 Aug 2009 10:53:47 -0600 Subject: [Openvas-discuss] openvas.org unreachable In-Reply-To: <0BFA771D-A6B5-4340-AA0D-A96B8D9B7D73@thrashyour.com> References: <4A842D6F.40004@newcomb-family.net> <0BFA771D-A6B5-4340-AA0D-A96B8D9B7D73@thrashyour.com> Message-ID: <808eab350908130953l20d388c3q747f92f0aad50bf3@mail.gmail.com> Hello, In my case openvas.org is responding: localhost:~ user$ host www.openvas.org www.openvas.org is an alias for openvas.wald.intevation.org. openvas.wald.intevation.org has address 78.47.251.62 localhost:~ user$ host openvas.org openvas.org has address 78.47.251.62 openvas.org mail is handled by 10 mail1.fr.nth-dimension.org.uk. openvas.org mail is handled by 20 mail1.ca.nth-dimension.org.uk. cheers, Sergio, On Thu, Aug 13, 2009 at 9:26 AM, John Kinsella wrote: > Confirmed - the 3 primary NS servers for openvas.org are refusing > queries against the domain: > > > server ns3.securityspace.net > Default server: ns3.securityspace.net > Address: 64.251.27.100#53 > > www.openvas.org > Server: ns3.securityspace.net > Address: 64.251.27.100#53 > > ** server can't find www.openvas.org: REFUSED > > John > > On Aug 13, 2009, at 8:12 AM, Chris Newcomb wrote: > > > I'm new to openvas, my boss wanted me to start doing some research on > > using openvas. However when I went to openvas.org I found it to be > > unreachable. Looking into it to make sure it wasn't on my end, looks > > like there's no A record. Any idea when the site will be back up? > > > > -- > > Regards, > > Chris > > _______________________________________________ > > Openvas-discuss mailing list > > Openvas-discuss at wald.intevation.org > > http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss > > _______________________________________________ > Openvas-discuss mailing list > Openvas-discuss at wald.intevation.org > http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss > -- Sergio Guzm?n Lorz Independent Information Security Consultant http://www.nasadmin.com Cel. 8831-7304 Certified as Pentester with Backtrack -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.wald.intevation.org/pipermail/openvas-discuss/attachments/20090813/73f5d7b9/attachment.html From Jan-Oliver.Wagner at greenbone.net Mon Aug 17 09:12:26 2009 From: Jan-Oliver.Wagner at greenbone.net (Jan-Oliver Wagner) Date: Mon, 17 Aug 2009 09:12:26 +0200 Subject: [Openvas-discuss] Get to start SPI's Click & Pledge for OpenVAS Message-ID: <200908170912.26850.Jan-Oliver.Wagner@greenbone.net> Hi, this topic was discussed a couple of times now and actually everyone wants it and it only needs to be coordinated with SPI. I really want to have this done within this month! Anyone here to take over the job to communicate with SPI? I don't expect much work. Just a couple of emails, finding out about the right Click&pledge URL and putting the URL to our website. Best Jan -- Dr. Jan-Oliver Wagner | ++49-541-335084-0 | http://www.greenbone.net/ Greenbone Networks GmbH, Neuer Graben 17, 49074 Osnabr?ck AG Osnabr?ck, HR B 202460 | Gesch?ftsf?hrer: Lukas Grunwald, Dr. Jan-Oliver Wagner From timb at openvas.org Tue Aug 18 00:58:56 2009 From: timb at openvas.org (Tim Brown) Date: Mon, 17 Aug 2009 23:58:56 +0100 Subject: [Openvas-discuss] Get to start SPI's Click & Pledge for OpenVAS Message-ID: <200908172358.58243.timb@openvas.org> On Monday 17 August 2009 08:12:26 Jan-Oliver Wagner wrote: > this topic was discussed a couple of times now and actually > everyone wants it and it only needs to be coordinated with SPI. Do they? I'm still unsure as to what we want to take donations *for* and I think we need to work that out before we start taking peoples money. It's been available for quite some time, but with the exception of the DevCon discussions I've not heard anyone mention it. > I really want to have this done within this month! > > Anyone here to take over the job to communicate > with SPI? > I don't expect much work. Just a couple of emails, > finding out about the right Click&pledge URL and > putting the URL to our website. It's listed on http://www.spi-inc.org/donations: https://co.clickandpledge.com/default.aspx?wid=20203 What I would propose is that we work out what we would like to take donations for and that I then put this to SPI's legal team to confirm that doing so is with in the bounds of what is allowed given their non-profit status. So far the list of reasons for donations consists of: * Paying towards DevCon costs * Paying prize money for plugin development contest Both of which I believe are acceptable. What other things would we like to do? Tim -- Tim Brown -- Tim Brown From Jan-Oliver.Wagner at greenbone.net Thu Aug 20 16:53:44 2009 From: Jan-Oliver.Wagner at greenbone.net (Jan-Oliver Wagner) Date: Thu, 20 Aug 2009 16:53:44 +0200 Subject: [Openvas-discuss] OpenVAS Trainer (german language, Germany) ? Message-ID: <200908201653.44746.Jan-Oliver.Wagner@greenbone.net> Hello, if you speak german and like to hold trainings on OpenVAS in Germany, please let me know. I can connect you with a company that organizes such workshops. Best Jan -- Dr. Jan-Oliver Wagner | ++49-541-335084-0 | http://www.greenbone.net/ Greenbone Networks GmbH, Neuer Graben 17, 49074 Osnabr?ck AG Osnabr?ck, HR B 202460 | Gesch?ftsf?hrer: Lukas Grunwald, Dr. Jan-Oliver Wagner From Jan-Oliver.Wagner at greenbone.net Thu Aug 20 16:57:51 2009 From: Jan-Oliver.Wagner at greenbone.net (Jan-Oliver Wagner) Date: Thu, 20 Aug 2009 16:57:51 +0200 Subject: [Openvas-discuss] Article writer for OpenVAS needed Message-ID: <200908201657.51452.Jan-Oliver.Wagner@greenbone.net> Hello, a german computer magazine searches for an author who like to write an article about OpenVAS. It is not mandatory to write the article in german, english would be accepted as well. I guess german is preferred though. Let me know and I can connect you. Best Jan -- Dr. Jan-Oliver Wagner | ++49-541-335084-0 | http://www.greenbone.net/ Greenbone Networks GmbH, Neuer Graben 17, 49074 Osnabr?ck AG Osnabr?ck, HR B 202460 | Gesch?ftsf?hrer: Lukas Grunwald, Dr. Jan-Oliver Wagner From timb at openvas.org Thu Aug 20 17:35:47 2009 From: timb at openvas.org (Tim Brown) Date: Thu, 20 Aug 2009 16:35:47 +0100 Subject: [Openvas-discuss] Article writer for OpenVAS needed In-Reply-To: <200908201657.51452.Jan-Oliver.Wagner@greenbone.net> References: <200908201657.51452.Jan-Oliver.Wagner@greenbone.net> Message-ID: <200908201635.49218.timb@openvas.org> On Thursday 20 August 2009 15:57:51 Jan-Oliver Wagner wrote: > Hello, > > a german computer magazine searches for an author > who like to write an article about OpenVAS. > It is not mandatory to write the article in german, > english would be accepted as well. I guess german > is preferred though. > > Let me know and I can connect you. > > Best > > Jan More than happy to write it. I may also be able to get it translated in to German by one of my colleagues if necessary. What's the view point for the article? Tim -- Tim Brown From geoff at galitz.org Thu Aug 20 17:42:50 2009 From: geoff at galitz.org (Geoff Galitz) Date: Thu, 20 Aug 2009 08:42:50 -0700 Subject: [Openvas-discuss] Article writer for OpenVAS needed Message-ID: <8639.1250782970@sonic.net> I mentioned in a private reply to Jan that I already started on an article like this.? I'm open to collaboration if you (and anyone else) are. -geoff ----------------------------------------- Geoff Galitz Blankenheim, Germany http://www.galitz.org On Thu 20/08/09 18:35 , Tim Brown wrote: On Thursday 20 August 2009 15:57:51 Jan-Oliver Wagner wrote: > Hello, > > a german computer magazine searches for an author > who like to write an article about OpenVAS. > It is not mandatory to write the article in german, > english would be accepted as well. I guess german > is preferred though. > > Let me know and I can connect you. > > Best > > Jan More than happy to write it. I may also be able to get it translated in to German by one of my colleagues if necessary. What's the view point for the article? Tim -- Tim Brown http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss Links: ------ [1] http://www.openvas.org/%26gt [2] http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.wald.intevation.org/pipermail/openvas-discuss/attachments/20090820/197bca4b/attachment.htm From timb at openvas.org Thu Aug 20 17:53:42 2009 From: timb at openvas.org (Tim Brown) Date: Thu, 20 Aug 2009 16:53:42 +0100 Subject: [Openvas-discuss] Article writer for OpenVAS needed In-Reply-To: <8639.1250782970@sonic.net> References: <8639.1250782970@sonic.net> Message-ID: <200908201653.44308.timb@openvas.org> On Thursday 20 August 2009 16:42:50 Geoff Galitz wrote: > I mentioned in a private reply to Jan that I already started on an > article like this.? I'm open to collaboration if you (and anyone else) > are. Can do, can do... any idea what the audience is, subject matter etc? I like to know where I'm pitching when I write :). Tim -- Tim Brown From hans.ullrich at loop.de Thu Aug 20 18:35:28 2009 From: hans.ullrich at loop.de (Hans-J. Ullrich) Date: Thu, 20 Aug 2009 18:35:28 +0200 Subject: [Openvas-discuss] OpenVAS Trainer (german language, Germany) ? In-Reply-To: <200908201653.44746.Jan-Oliver.Wagner@greenbone.net> References: <200908201653.44746.Jan-Oliver.Wagner@greenbone.net> Message-ID: <200908201835.28923.hans.ullrich@loop.de> Am Donnerstag 20 August 2009 schrieb Jan-Oliver Wagner: > Hello, > > if you speak german and like to hold trainings on OpenVAS > in Germany, please let me know. I can connect you with a company > that organizes such workshops. > > Best > > Jan Sounds nice. I am well experienced with teaching, and I am speaking German of course (as I am natzive German). But how experienced must I be in OpenVas? I am no coder, I am just using OpenVas (o.k., I can install it from source, as deb or rpm package) and know a little bit, how it works. But does this be enough for teaching???? I guess not. Anyway, maybe your customer will define his needs a little bit more specific. Best regards Hans-J. Ullrich From Jan-Oliver.Wagner at greenbone.net Fri Aug 21 22:33:47 2009 From: Jan-Oliver.Wagner at greenbone.net (Jan-Oliver Wagner) Date: Fri, 21 Aug 2009 22:33:47 +0200 Subject: [Openvas-discuss] Article writer for OpenVAS needed In-Reply-To: <200908201657.51452.Jan-Oliver.Wagner@greenbone.net> References: <200908201657.51452.Jan-Oliver.Wagner@greenbone.net> Message-ID: <200908212233.47700.Jan-Oliver.Wagner@greenbone.net> Hi, On Thursday 20 August 2009 16:57:51 Jan-Oliver Wagner wrote: > a german computer magazine searches for an author > who like to write an article about OpenVAS. > It is not mandatory to write the article in german, > english would be accepted as well. I guess german > is preferred though. > > Let me know and I can connect you. thanks for the feedback. I forwarded your contacts. Best Jan -- Dr. Jan-Oliver Wagner | ++49-541-335084-0 | http://www.greenbone.net/ Greenbone Networks GmbH, Neuer Graben 17, 49074 Osnabr?ck AG Osnabr?ck, HR B 202460 | Gesch?ftsf?hrer: Lukas Grunwald, Dr. Jan-Oliver Wagner From timb at machine.org.uk Tue Aug 18 00:54:13 2009 From: timb at machine.org.uk (Tim Brown) Date: Mon, 17 Aug 2009 23:54:13 +0100 Subject: [Openvas-discuss] Get to start SPI's Click & Pledge for OpenVAS In-Reply-To: <200908170912.26850.Jan-Oliver.Wagner@greenbone.net> References: <200908170912.26850.Jan-Oliver.Wagner@greenbone.net> Message-ID: <200908172354.15313.timb@machine.org.uk> On Monday 17 August 2009 08:12:26 Jan-Oliver Wagner wrote: > this topic was discussed a couple of times now and actually > everyone wants it and it only needs to be coordinated with SPI. Do they? I'm still unsure as to what we want to take donations *for* and I think we need to work that out before we start taking peoples money. It's been available for quite some time, but with the exception of the DevCon discussions I've not heard anyone mention it. > I really want to have this done within this month! > > Anyone here to take over the job to communicate > with SPI? > I don't expect much work. Just a couple of emails, > finding out about the right Click&pledge URL and > putting the URL to our website. It's listed on http://www.spi-inc.org/donations: https://co.clickandpledge.com/default.aspx?wid=20203 What I would propose is that we work out what we would like to take donations for and that I then put this to SPI's legal team to confirm that doing so is with in the bounds of what is allowed given their non-profit status. So far the list of reasons for donations consists of: * Paying towards DevCon costs * Paying prize money for plugin development contest Both of which I believe are acceptable. What other things would we like to do? Tim -- Tim Brown From noyourenemies at gmail.com Fri Aug 28 05:37:44 2009 From: noyourenemies at gmail.com (J W) Date: Thu, 27 Aug 2009 22:37:44 -0500 Subject: [Openvas-discuss] first post Message-ID: Hello list I just started using openvas after using nessus for many years. My nessus install at work is aging so I am moving over to Openvas. I would love to contribute to the project if possible. I don't write code but I could help out with documentation etc. Let me know. thanks John -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.wald.intevation.org/pipermail/openvas-discuss/attachments/20090827/40523d7d/attachment.html From Jan-Oliver.Wagner at greenbone.net Fri Aug 28 08:10:17 2009 From: Jan-Oliver.Wagner at greenbone.net (Jan-Oliver Wagner) Date: Fri, 28 Aug 2009 08:10:17 +0200 Subject: [Openvas-discuss] first post In-Reply-To: References: Message-ID: <200908280810.17729.Jan-Oliver.Wagner@greenbone.net> Hi, On Friday 28 August 2009 05:37:44 J W wrote: > I just started using openvas after using nessus for many years. My nessus > install at work is aging so I am moving over to Openvas. I would love to > contribute to the project if possible. I don't write code but I could help > out with documentation etc. > > Let me know. any help is very much appreaciated. Look around the OpenVAS project and identify where you like to involved. A updated release of the compendium would nice. A complete re-dedsign of the web pages as well. All the best Jan -- Dr. Jan-Oliver Wagner | ++49-541-335084-0 | http://www.greenbone.net/ Greenbone Networks GmbH, Neuer Graben 17, 49074 Osnabr?ck AG Osnabr?ck, HR B 202460 | Gesch?ftsf?hrer: Lukas Grunwald, Dr. Jan-Oliver Wagner From timb at openvas.org Fri Aug 28 11:20:43 2009 From: timb at openvas.org (Tim Brown) Date: Fri, 28 Aug 2009 10:20:43 +0100 Subject: [Openvas-discuss] first post In-Reply-To: <200908280810.17729.Jan-Oliver.Wagner@greenbone.net> References: <200908280810.17729.Jan-Oliver.Wagner@greenbone.net> Message-ID: <200908281020.44765.timb@openvas.org> On Friday 28 August 2009 07:10:17 Jan-Oliver Wagner wrote: > Hi, > > On Friday 28 August 2009 05:37:44 J W wrote: > > I just started using openvas after using nessus for many years. My nessus > > install at work is aging so I am moving over to Openvas. I would love to > > contribute to the project if possible. I don't write code but I could > > help out with documentation etc. > > > > Let me know. > > any help is very much appreaciated. Look around the OpenVAS project > and identify where you like to involved. > A updated release of the compendium would > nice. I'd second that, for documentation, Geoff Galitz has been doing some work on that so he may have some ideas... > A complete re-dedsign of the web pages as well. Well, as I mentioned before I have pursuaded my brother to take a look at that... he has checked out the raw files and I've been going through with him how we "template" it. More hands are always good though. Tim -- Tim Brown From felix.wolfsteller at intevation.de Fri Aug 28 11:29:07 2009 From: felix.wolfsteller at intevation.de (Felix Wolfsteller) Date: Fri, 28 Aug 2009 11:29:07 +0200 Subject: [Openvas-discuss] first post In-Reply-To: <200908281020.44765.timb@openvas.org> References: <200908280810.17729.Jan-Oliver.Wagner@greenbone.net> <200908281020.44765.timb@openvas.org> Message-ID: <200908281129.07538.felix.wolfsteller@intevation.de> Hi John, great offer! Just came to my mind: * Jan mentioned the manpage for openvas-nvt-sync is missing (not really sure if we need one). * Apparently the compendium lacks proper documentation of the "batch"/"CLI" mode in client ( -q ...). Also the new options when generating reports (see CHANGES) are not mentioned in the clients manpage yet. Regards Felix On Friday 28 August 2009 11:20:43 Tim Brown wrote: > On Friday 28 August 2009 07:10:17 Jan-Oliver Wagner wrote: > > Hi, > > > > On Friday 28 August 2009 05:37:44 J W wrote: > > > I just started using openvas after using nessus for many years. My > > > nessus install at work is aging so I am moving over to Openvas. I would > > > love to contribute to the project if possible. I don't write code but I > > > could help out with documentation etc. > > > > > > Let me know. > > > > any help is very much appreaciated. Look around the OpenVAS project > > and identify where you like to involved. > > A updated release of the compendium would > > nice. > > I'd second that, for documentation, Geoff Galitz has been doing some work > on that so he may have some ideas... > > > A complete re-dedsign of the web pages as well. > > Well, as I mentioned before I have pursuaded my brother to take a look at > that... he has checked out the raw files and I've been going through with > him how we "template" it. More hands are always good though. > > Tim -- Felix Wolfsteller | ++49-541-335 08 3451 | http://www.intevation.de/ PGP Key: 39DE0100 Intevation GmbH, Neuer Graben 17, 49074 Osnabr?ck | AG Osnabr?ck, HR B 18998 Gesch?ftsf?hrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner From geoff at galitz.org Sat Aug 29 17:55:24 2009 From: geoff at galitz.org (Geoff Galitz) Date: Sat, 29 Aug 2009 17:55:24 +0200 Subject: [Openvas-discuss] first post In-Reply-To: <200908281129.07538.felix.wolfsteller@intevation.de> References: <200908280810.17729.Jan-Oliver.Wagner@greenbone.net><200908281020.44765.timb@openvas.org> <200908281129.07538.felix.wolfsteller@intevation.de> Message-ID: <549AC35EFE8D4EF4B6C6B846D4B8A65E@geoffPC> In addition to what is already mentioned below, in terms of documentation, I'd recommend to simply read through the docs that exist and make any changes you think would be helpful. That's pretty much what I do. There was a request to add some documentation about how the client cache works, though. Some examples of real world deployments would be helpful too, I think. Things like what OS OpenVAS is deployed on, how many nodes are being scanned, what kind of nodes and what happens afterwards... if your security policy allows posting of that kind of information. Anyways... feel free to just jump in and ask questions. We're a friendly and easy going bunch. -geoff --------------------------------- Geoff Galitz Blankenheim NRW, Germany http://www.galitz.org/ http://german-way.com/blog/ > -----Original Message----- > From: openvas-discuss-bounces at wald.intevation.org [mailto:openvas-discuss- > bounces at wald.intevation.org] On Behalf Of Felix Wolfsteller > Sent: Freitag, 28. August 2009 11:29 > To: openvas-discuss at wald.intevation.org > Subject: Re: [Openvas-discuss] first post > > Hi John, > great offer! > Just came to my mind: > > * Jan mentioned the manpage for openvas-nvt-sync is missing (not really > sure > if we need one). > * Apparently the compendium lacks proper documentation of the > "batch"/"CLI" > mode in client ( -q ...). Also the new options when generating reports > (see > CHANGES) are not mentioned in the clients manpage yet. > > Regards > Felix > > On Friday 28 August 2009 11:20:43 Tim Brown wrote: > > On Friday 28 August 2009 07:10:17 Jan-Oliver Wagner wrote: > > > Hi, > > > > > > On Friday 28 August 2009 05:37:44 J W wrote: > > > > I just started using openvas after using nessus for many years. My > > > > nessus install at work is aging so I am moving over to Openvas. I .... From Jan-Oliver.Wagner at greenbone.net Mon Aug 31 11:34:29 2009 From: Jan-Oliver.Wagner at greenbone.net (Jan-Oliver Wagner) Date: Mon, 31 Aug 2009 11:34:29 +0200 Subject: [Openvas-discuss] first post In-Reply-To: <200908281020.44765.timb@openvas.org> References: <200908280810.17729.Jan-Oliver.Wagner@greenbone.net> <200908281020.44765.timb@openvas.org> Message-ID: <200908311134.31005.Jan-Oliver.Wagner@greenbone.net> On Freitag, 28. August 2009, Tim Brown wrote: > > A complete re-dedsign of the web pages as well. > > Well, as I mentioned before I have pursuaded my brother to take a look at > that... he has checked out the raw files and I've been going through with him > how we "template" it. More hands are always good though. cool. Any "sneak preview" available ? :-) Best Jan -- Dr. Jan-Oliver Wagner | ++49-541-335084-0 | http://www.greenbone.net/ Greenbone Networks GmbH, Neuer Graben 17, 49074 Osnabr?ck | AG Osnabr?ck, HR B 202460 Gesch?ftsf?hrer: Lukas Grunwald, Dr. Jan-Oliver Wagner From geoff at galitz.org Mon Aug 31 18:58:32 2009 From: geoff at galitz.org (Geoff Galitz) Date: Mon, 31 Aug 2009 18:58:32 +0200 Subject: [Openvas-discuss] SLAD + OpenVAS Message-ID: <15848B079660444CABD1CDA2E7FA5C4A@geoffPC> Hi, I'm working on an OpenVAS article and am looking at the SLAD routines. I'm really just wondering if people are using SLAD? -geoff --------------------------------- Geoff Galitz Blankenheim NRW, Germany http://www.galitz.org/ http://german-way.com/blog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.wald.intevation.org/pipermail/openvas-discuss/attachments/20090831/e367331f/attachment.htm