Author: mwiegand
Date: 2008-10-17 09:59:51 +0200 (Fri, 17 Oct 2008)
New Revision: 1563

Modified:
   trunk/openvas-compendium/ChangeLog
   trunk/openvas-compendium/openvas-compendium.de.tex
   trunk/openvas-compendium/openvas-compendium.tex
Log:
* openvas-compendium.de.tex, openvas-compendium.tex: Removed outdated
installation instructions for sladinstaller while sladinstaller is being
improved and integrated into the OpenVAS SVN.


Modified: trunk/openvas-compendium/ChangeLog
===================================================================
--- trunk/openvas-compendium/ChangeLog  2008-10-17 07:12:24 UTC (rev 1562)
+++ trunk/openvas-compendium/ChangeLog  2008-10-17 07:59:51 UTC (rev 1563)
@@ -1,5 +1,11 @@
 2008-10-17  Michael Wiegand <[EMAIL PROTECTED]>
 
+       * openvas-compendium.de.tex, openvas-compendium.tex: Removed outdated
+       installation instructions for sladinstaller while sladinstaller is being
+       improved and integrated into the OpenVAS SVN.
+
+2008-10-17  Michael Wiegand <[EMAIL PROTECTED]>
+
        * openvas-compendium.de.tex: Minor spelling fixes in the OTP chapter.
 
 2008-10-16  Tim Brown <[EMAIL PROTECTED]>

Modified: trunk/openvas-compendium/openvas-compendium.de.tex
===================================================================
--- trunk/openvas-compendium/openvas-compendium.de.tex  2008-10-17 07:12:24 UTC 
(rev 1562)
+++ trunk/openvas-compendium/openvas-compendium.de.tex  2008-10-17 07:59:51 UTC 
(rev 1563)
@@ -2278,85 +2278,20 @@
 \subsection{Security Local Auditing Daemon (SLAD) mit OpenVAS benutzen}
 \label{sec:slad}
 
-Website: \hyperurl{http://www.dn-systems.org/slad.shtml}
+F�r die Installation von SLAD auf entfernten Systemen steht Ihnen mit
+\verb|sladinstaller| ein Programm zur Verf�gung, das automatisch die aktuelle
+Version bereitstellt und installiert.
 
-Dieser Abschnitt ist als eine kurze Einleitung gedacht, die Ihnen helfen soll,
-erste Ergebnisse von SLAD mittels OpenVAS zu erhalten. Falls Sie SLAD in einer
-Produktivumgebung einsetzen wollen, sollten Sie sich zun�chst mit den
-Details zu SLAD und den in SLAD enthaltenen Programmen vertraut machen. Eine
-Anleitung f�r SLAD-Entwickler und -Administratoren ist ebenfalls als
-PDF-Dokument verf�gbar.
+Die Einbindung von \verb|sladinstaller| in OpenVAS wird zur Zeit �berarbeitet;
+auf der OpenVAS-Website finden Sie aktuelle Informationen zur Installation von
+\verb|sladinstaller|.
 
-\begin{enumerate}
-
-\item Download SLADinstaller from
-\hyperurl{http://www.dn-systems.org/boss/slad2/sladinstaller-1.1.tar.gz}
-
-\item You may want to apply this patch:
-\begin{verbatim}
-diff -r -u sladinstaller-1.1-orig/gtk.cpp sladinstaller-1.1-openvas/gtk.cpp
---- sladinstaller-1.1-orig/gtk.cpp      2006-04-23 15:57:01.000000000 +0200
-+++ sladinstaller-1.1-openvas/gtk.cpp   2008-04-30 15:59:07.452562817 +0200
-@@ -299,8 +299,8 @@
-        else
-          dir="~";
-}
--    // and nessus directory
--    dir+="/.nessus";
-+    // and OpenVAS directory
-+    dir+="/.openvas";
-     mkdir(dir.c_str(), 0700);
-
-     std::string ip_;
-\end{verbatim}
-
-\item Compile sladinstaller by just typing "make", which works at least on a
-Debian GNU/Linux "Etch" 4.0. There is a file "INSTALL" which might provide some
-helpful hints.
-
-\item Prepare SSH Authorization: It is required to use a SSH key created
-following the example for ssh-keygen and openssl in section
-\ref{sec:deb-lsc-prereqs} on page \pageref{sec:deb-lsc-prereqs} about local
-security checks. Especially take care you create a RSA .p8 key file. Reason:
-sladinstaller would else create a key that is not usable with OpenVAS due to 
the
-migration from OpenSSL to GNU/TLS.
-
-\item Make sure SLAD is not installed yet on your target system. Is so, remove
-it this way:
-\begin{verbatim}
-# /opt/slad/bin/slad-uninstall.sh
-\end{verbatim}
-
-\item Run sladinstaller and fill out the entries. Take care you apply the SSH
-key you've just created on your own and don't let sladinstaller create one for
-you. Hostname defines the target system.
-
-\item It might be necessary you have to adjust the sshd configuration of the
-target system allow sladinstaller to log in. Just follow the hints given by
-sladinstaller.
-
-\item Finally, you need to install the file "slad.inc" (which is specific to
-your SLAD version) for your OpenVAS Server. Assume, SLAD is installed on the
-same system as the OpenVAS Server. Then it would execute this: 
-\begin{verbatim}
-# cd /opt/slad/share/nessus_plugins/
-# /opt/slad/bin/sladd -s plugins | awk -f sladbuild.awk >
-/usr/local/openvas-production/lib/openvas/plugins/slad.inc
-\end{verbatim} 
-
-\item Finally, run OpenVAS-Client and configure your task to scan the target
-where you installed SLAD and fill out the "SLAD init" preferences and, if
-wished, adjust the "SLAD run" preferences. A first scan will schedule the 
tasks,
-the next scan will retrieve the results that were collected so far (lsof is
-fast, John-the-ripper could take very long).
-\end{enumerate}
-
 \xname{slad-plugins}
 \subsection{SLAD Plugins}
 
-Wie bereits beschrieben, handelt es sich bei SLAD um einen Dienst, der anderer
-Programme einbindet und eine einheitliche Schnittstelle zu ihren Ausgaben zur
-Verf�gung stellt. In der aktuellen Version enth�lt SLAD die folgenden Plugins:
+Bei SLAD handelt es sich um einen Dienst, der anderer Programme einbindet und
+eine einheitliche Schnittstelle zu ihren Ausgaben zur Verf�gung stellt. In der
+aktuellen Version enth�lt SLAD die folgenden Plugins:
 
 \xname{slad-plugins-chkrootkit}
 \subsubsection{chkrootkit}

Modified: trunk/openvas-compendium/openvas-compendium.tex
===================================================================
--- trunk/openvas-compendium/openvas-compendium.tex     2008-10-17 07:12:24 UTC 
(rev 1562)
+++ trunk/openvas-compendium/openvas-compendium.tex     2008-10-17 07:59:51 UTC 
(rev 1563)
@@ -2250,83 +2250,20 @@
 \subsection{How to use Security Local Auditing Daemon (SLAD) with OpenVAS}
 \label{sec:slad}
 
-Homepage: \hyperurl{http://www.dn-systems.org/slad.shtml}
+If you want to install SLAD on remote machines, you may want to use the
+\verb|sladinstaller| tool which will automatically retrieve the latest SLAD
+release and install it on the target machine.
 
-This description is a quick guide how you get first results with SLAD via
-OpenVAS. For real production mode you should make yourself familiar with the
-details of SLAD and its integrated tools. There is also the SLAD developer's 
and
-administrator's guide as PDF file.
+The \verb|sladinstaller| integration into OpenVAS is currently under
+development; up-to-date information on installing \verb|sladinstaller| is
+available on the OpenVAS website.
 
-\begin{enumerate}
-
-\item Download SLADinstaller from
-\hyperurl{http://www.dn-systems.org/boss/slad2/sladinstaller-1.1.tar.gz}
-
-\item You may want to apply this patch:
-\begin{verbatim}
-diff -r -u sladinstaller-1.1-orig/gtk.cpp sladinstaller-1.1-openvas/gtk.cpp
---- sladinstaller-1.1-orig/gtk.cpp      2006-04-23 15:57:01.000000000 +0200
-+++ sladinstaller-1.1-openvas/gtk.cpp   2008-04-30 15:59:07.452562817 +0200
-@@ -299,8 +299,8 @@
-        else
-          dir="~";
-}
--    // and nessus directory
--    dir+="/.nessus";
-+    // and OpenVAS directory
-+    dir+="/.openvas";
-     mkdir(dir.c_str(), 0700);
-
-     std::string ip_;
-\end{verbatim}
-
-\item Compile sladinstaller by just typing "make", which works at least on a
-Debian GNU/Linux "Etch" 4.0. There is a file "INSTALL" which might provide some
-helpful hints.
-
-\item Prepare SSH Authorization: It is required to use a SSH key created
-following the example for ssh-keygen and openssl in section
-\ref{sec:deb-lsc-prereqs} on page \pageref{sec:deb-lsc-prereqs} about local
-security checks. Especially take care you create a RSA .p8 key file. Reason:
-sladinstaller would else create a key that is not usable with OpenVAS due to 
the
-migration from OpenSSL to GNU/TLS.
-
-\item Make sure SLAD is not installed yet on your target system. Is so, remove
-it this way:
-\begin{verbatim}
-# /opt/slad/bin/slad-uninstall.sh
-\end{verbatim}
-
-\item Run sladinstaller and fill out the entries. Take care you apply the SSH
-key you've just created on your own and don't let sladinstaller create one for
-you. Hostname defines the target system.
-
-\item It might be necessary you have to adjust the sshd configuration of the
-target system allow sladinstaller to log in. Just follow the hints given by
-sladinstaller.
-
-\item Finally, you need to install the file "slad.inc" (which is specific to
-your SLAD version) for your OpenVAS Server. Assume, SLAD is installed on the
-same system as the OpenVAS Server. Then it would execute this: 
-\begin{verbatim}
-# cd /opt/slad/share/nessus_plugins/
-# /opt/slad/bin/sladd -s plugins | awk -f sladbuild.awk >
-/usr/local/openvas-production/lib/openvas/plugins/slad.inc
-\end{verbatim} 
-
-\item Finally, run OpenVAS-Client and configure your task to scan the target
-where you installed SLAD and fill out the "SLAD init" preferences and, if
-wished, adjust the "SLAD run" preferences. A first scan will schedule the 
tasks,
-the next scan will retrieve the results that were collected so far (lsof is
-fast, John-the-ripper could take very long).
-\end{enumerate}
-
 \xname{slad-plugins}
 \subsection{SLAD plugins}
 
-As shown above, the sladd is just a program to run other programs from inside a
-daemon and provide an unified interface to their output. The current package of
-SLAD contains the following plugins:
+The sladd is just a program to run other programs from inside a daemon and
+provide an unified interface to their output. The current package of SLAD
+contains the following plugins:
 
 \xname{slad-plugins-chkrootkit}
 \subsubsection{chkrootkit}

_______________________________________________
Openvas-commits mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-commits

Reply via email to