<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Kommentare zu: GVM-20.08 auf Ubuntu Server 20.04 installieren	</title>
	<atom:link href="https://pentestit.de/gvm-20-08-auf-ubuntu-server-20-04-installieren/feed/" rel="self" type="application/rss+xml" />
	<link>https://pentestit.de/gvm-20-08-auf-ubuntu-server-20-04-installieren/</link>
	<description>Yet Another Infosec Website</description>
	<lastBuildDate>Wed, 16 Mar 2022 16:29:55 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		Von: Robert		</title>
		<link>https://pentestit.de/gvm-20-08-auf-ubuntu-server-20-04-installieren/#comment-9109</link>

		<dc:creator><![CDATA[Robert]]></dc:creator>
		<pubDate>Wed, 16 Mar 2022 16:29:55 +0000</pubDate>
		<guid isPermaLink="false">https://pentestit.de/?p=4227#comment-9109</guid>

					<description><![CDATA[Hallo Frank,

danke für die Anleitung!

Nutzt du zufällig die SSH- oder TLSConnection von python-gvm und kannst beschreiben, wie man das bei GSE dafpr SSH einrichtet?

Grüße]]></description>
			<content:encoded><![CDATA[<p>Hallo Frank,</p>
<p>danke für die Anleitung!</p>
<p>Nutzt du zufällig die SSH- oder TLSConnection von python-gvm und kannst beschreiben, wie man das bei GSE dafpr SSH einrichtet?</p>
<p>Grüße</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: ottto		</title>
		<link>https://pentestit.de/gvm-20-08-auf-ubuntu-server-20-04-installieren/#comment-9028</link>

		<dc:creator><![CDATA[ottto]]></dc:creator>
		<pubDate>Fri, 04 Jun 2021 11:08:43 +0000</pubDate>
		<guid isPermaLink="false">https://pentestit.de/?p=4227#comment-9028</guid>

					<description><![CDATA[Server läuft. Danke für den Beitrag!!!
Hat jemand eine Idee, welchen Ordner man sichern müsste, um ein Backup der erstellten Berichte zu haben?
Danke.
Gruß.
ottto]]></description>
			<content:encoded><![CDATA[<p>Server läuft. Danke für den Beitrag!!!<br />
Hat jemand eine Idee, welchen Ordner man sichern müsste, um ein Backup der erstellten Berichte zu haben?<br />
Danke.<br />
Gruß.<br />
ottto</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Frank Neugebauer		</title>
		<link>https://pentestit.de/gvm-20-08-auf-ubuntu-server-20-04-installieren/#comment-9010</link>

		<dc:creator><![CDATA[Frank Neugebauer]]></dc:creator>
		<pubDate>Sat, 01 May 2021 14:03:17 +0000</pubDate>
		<guid isPermaLink="false">https://pentestit.de/?p=4227#comment-9010</guid>

					<description><![CDATA[Hilft das weiter?

sudo apt-get install libunistring-dev]]></description>
			<content:encoded><![CDATA[<p>Hilft das weiter?</p>
<p>sudo apt-get install libunistring-dev</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Frank. H		</title>
		<link>https://pentestit.de/gvm-20-08-auf-ubuntu-server-20-04-installieren/#comment-9009</link>

		<dc:creator><![CDATA[Frank. H]]></dc:creator>
		<pubDate>Sat, 01 May 2021 13:34:20 +0000</pubDate>
		<guid isPermaLink="false">https://pentestit.de/?p=4227#comment-9009</guid>

					<description><![CDATA[Hi,

hänge bei folgendem Fehler. Ubuntu Server VERSION=&quot;20.04.2 LTS (Focal Fossa)&quot;

OpenVAS-smb kompilieren und installieren

Scanning dependencies of target winexe
[ 92%] Building C object winexe/CMakeFiles/winexe.dir/winexe.c.o
[ 92%] Building C object winexe/CMakeFiles/winexe.dir/service.c.o
[ 93%] Building C object winexe/CMakeFiles/winexe.dir/async.c.o
[ 93%] Building C object winexe/CMakeFiles/winexe.dir/winexesvc_exe.c.o
[ 93%] Linking C executable winexe
/usr/bin/ld: cannot find -lunistring
/usr/bin/ld: cannot find -lunistring
collect2: error: ld returned 1 exit status
make[2]: *** [winexe/CMakeFiles/winexe.dir/build.make:140: winexe/winexe] Error 1
make[1]: *** [CMakeFiles/Makefile2:194: winexe/CMakeFiles/winexe.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
gvm@ubuntu-gvm:/opt/gvm/src/openvas-smb/build$  cd openvas &#038;&#038;\

Den /usr/bin/ld: cannot find -lunistring Fehler bekomme ich dann bei allen weiteren Blöcken. 

Hatte auch mal versucht die aktuelle Version von git zu benutzen aber damit klappt es auch nicht

git clone -b gvm-libs-21.04 --single-branch  https://github.com/greenbone/gvm-libs.git &#038;&#038;\
git clone -b openvas-21.04 --single-branch https://github.com/greenbone/openvas.git &#038;&#038;\

Wo könnte der Fehler liegen ?

Gruß,
Frank]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>hänge bei folgendem Fehler. Ubuntu Server VERSION=&#8220;20.04.2 LTS (Focal Fossa)&#8220;</p>
<p>OpenVAS-smb kompilieren und installieren</p>
<p>Scanning dependencies of target winexe<br />
[ 92%] Building C object winexe/CMakeFiles/winexe.dir/winexe.c.o<br />
[ 92%] Building C object winexe/CMakeFiles/winexe.dir/service.c.o<br />
[ 93%] Building C object winexe/CMakeFiles/winexe.dir/async.c.o<br />
[ 93%] Building C object winexe/CMakeFiles/winexe.dir/winexesvc_exe.c.o<br />
[ 93%] Linking C executable winexe<br />
/usr/bin/ld: cannot find -lunistring<br />
/usr/bin/ld: cannot find -lunistring<br />
collect2: error: ld returned 1 exit status<br />
make[2]: *** [winexe/CMakeFiles/winexe.dir/build.make:140: winexe/winexe] Error 1<br />
make[1]: *** [CMakeFiles/Makefile2:194: winexe/CMakeFiles/winexe.dir/all] Error 2<br />
make: *** [Makefile:152: all] Error 2<br />
gvm@ubuntu-gvm:/opt/gvm/src/openvas-smb/build$  cd openvas &amp;&amp;\</p>
<p>Den /usr/bin/ld: cannot find -lunistring Fehler bekomme ich dann bei allen weiteren Blöcken. </p>
<p>Hatte auch mal versucht die aktuelle Version von git zu benutzen aber damit klappt es auch nicht</p>
<p>git clone -b gvm-libs-21.04 &#8211;single-branch  <a href="https://github.com/greenbone/gvm-libs.git" rel="nofollow ugc">https://github.com/greenbone/gvm-libs.git</a> &amp;&amp;\<br />
git clone -b openvas-21.04 &#8211;single-branch <a href="https://github.com/greenbone/openvas.git" rel="nofollow ugc">https://github.com/greenbone/openvas.git</a> &amp;&amp;\</p>
<p>Wo könnte der Fehler liegen ?</p>
<p>Gruß,<br />
Frank</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: matt		</title>
		<link>https://pentestit.de/gvm-20-08-auf-ubuntu-server-20-04-installieren/#comment-9002</link>

		<dc:creator><![CDATA[matt]]></dc:creator>
		<pubDate>Thu, 15 Apr 2021 03:11:53 +0000</pubDate>
		<guid isPermaLink="false">https://pentestit.de/?p=4227#comment-9002</guid>

					<description><![CDATA[Thanks for the writeup 
You are missing libunistring-dev
In order to compile Openvas-smb  you need this]]></description>
			<content:encoded><![CDATA[<p>Thanks for the writeup<br />
You are missing libunistring-dev<br />
In order to compile Openvas-smb  you need this</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: bubbele		</title>
		<link>https://pentestit.de/gvm-20-08-auf-ubuntu-server-20-04-installieren/#comment-8978</link>

		<dc:creator><![CDATA[bubbele]]></dc:creator>
		<pubDate>Thu, 28 Jan 2021 20:14:22 +0000</pubDate>
		<guid isPermaLink="false">https://pentestit.de/?p=4227#comment-8978</guid>

					<description><![CDATA[Danke für den super Beitrag.
Hat soweit auch geklappt, gab aber einen kleinen Fehler bei mir.
Am Ende gabs bei &#039;systemctl status ospd-openvas&#039; Fehler bzw. konnte nicht gestartet werden:
Jan 28 19:55:09 opnvubu systemd[1]: ospd-openvas.service: Control process exited, code=exited, status=2/INVALIDARGUMENT
Jan 28 19:55:09 opnvubu  systemd[1]: ospd-openvas.service: Failed with result &#039;exit-code&#039;.
Jan 28 19:55:09 opnvubu  systemd[1]: Failed to start Job that runs the ospd-openvas daemon.

Lösung war im Grunde das erneuerte durchlaufen des Teilschritt bei &quot;OSPD-Scanner in virtualenv einrichten&quot;
Aber auch hier gabs beim ersten Durchlauf einen Fehler:
Collecting packaging
  Downloading packaging-20.8-py2.py3-none-any.whl (39 kB)
ERROR: Could not find a version that satisfies the requirement ospd&#062;20.8.1 (from ospd-openvas==20.8.0) (from versions: 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.3.2, 2.0.0, 2.0.1, 20.8.0, 20.8.1)
ERROR: No matching distribution found for ospd&#062;20.8.1 (from ospd-openvas==20.8.0)

Beim erneuerten Wiederholen, klappte es dann aber o_O
cd ospd-openvas &#038;&#038;\
pip3 install . &#038;&#038;\]]></description>
			<content:encoded><![CDATA[<p>Danke für den super Beitrag.<br />
Hat soweit auch geklappt, gab aber einen kleinen Fehler bei mir.<br />
Am Ende gabs bei &#8217;systemctl status ospd-openvas&#8216; Fehler bzw. konnte nicht gestartet werden:<br />
Jan 28 19:55:09 opnvubu systemd[1]: ospd-openvas.service: Control process exited, code=exited, status=2/INVALIDARGUMENT<br />
Jan 28 19:55:09 opnvubu  systemd[1]: ospd-openvas.service: Failed with result &#8218;exit-code&#8216;.<br />
Jan 28 19:55:09 opnvubu  systemd[1]: Failed to start Job that runs the ospd-openvas daemon.</p>
<p>Lösung war im Grunde das erneuerte durchlaufen des Teilschritt bei &#8222;OSPD-Scanner in virtualenv einrichten&#8220;<br />
Aber auch hier gabs beim ersten Durchlauf einen Fehler:<br />
Collecting packaging<br />
  Downloading packaging-20.8-py2.py3-none-any.whl (39 kB)<br />
ERROR: Could not find a version that satisfies the requirement ospd&gt;20.8.1 (from ospd-openvas==20.8.0) (from versions: 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.3.2, 2.0.0, 2.0.1, 20.8.0, 20.8.1)<br />
ERROR: No matching distribution found for ospd&gt;20.8.1 (from ospd-openvas==20.8.0)</p>
<p>Beim erneuerten Wiederholen, klappte es dann aber o_O<br />
cd ospd-openvas &amp;&amp;\<br />
pip3 install . &amp;&amp;\</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Frank Neugebauer		</title>
		<link>https://pentestit.de/gvm-20-08-auf-ubuntu-server-20-04-installieren/#comment-8970</link>

		<dc:creator><![CDATA[Frank Neugebauer]]></dc:creator>
		<pubDate>Mon, 11 Jan 2021 12:50:39 +0000</pubDate>
		<guid isPermaLink="false">https://pentestit.de/?p=4227#comment-8970</guid>

					<description><![CDATA[Als Antwort auf &lt;a href=&quot;https://pentestit.de/gvm-20-08-auf-ubuntu-server-20-04-installieren/#comment-8969&quot;&gt;Martin S.&lt;/a&gt;.

Super! Vielen Dank für die guten Beiträge.]]></description>
			<content:encoded><![CDATA[<p>Als Antwort auf <a href="https://pentestit.de/gvm-20-08-auf-ubuntu-server-20-04-installieren/#comment-8969">Martin S.</a>.</p>
<p>Super! Vielen Dank für die guten Beiträge.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Martin S.		</title>
		<link>https://pentestit.de/gvm-20-08-auf-ubuntu-server-20-04-installieren/#comment-8969</link>

		<dc:creator><![CDATA[Martin S.]]></dc:creator>
		<pubDate>Mon, 11 Jan 2021 10:38:00 +0000</pubDate>
		<guid isPermaLink="false">https://pentestit.de/?p=4227#comment-8969</guid>

					<description><![CDATA[eine kleine Ergänzung noch an der Stelle. 
Ich hatte hier gerade das Problem, das generierte PDF´s keinen Inhalt hatten. Das liegt daran das die Latex Libraries nicht mit installiert worden sind. Ggf. macht das Sinn dies noch zu den Prerequisites hinzuzufügen.

hier hat geholfen (als root):

apt install texlive-latex-extra --no-install-recommends
apt install texlive-fonts-recommended --no-install-recommends]]></description>
			<content:encoded><![CDATA[<p>eine kleine Ergänzung noch an der Stelle.<br />
Ich hatte hier gerade das Problem, das generierte PDF´s keinen Inhalt hatten. Das liegt daran das die Latex Libraries nicht mit installiert worden sind. Ggf. macht das Sinn dies noch zu den Prerequisites hinzuzufügen.</p>
<p>hier hat geholfen (als root):</p>
<p>apt install texlive-latex-extra &#8211;no-install-recommends<br />
apt install texlive-fonts-recommended &#8211;no-install-recommends</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Martin S.		</title>
		<link>https://pentestit.de/gvm-20-08-auf-ubuntu-server-20-04-installieren/#comment-8967</link>

		<dc:creator><![CDATA[Martin S.]]></dc:creator>
		<pubDate>Sat, 09 Jan 2021 11:03:10 +0000</pubDate>
		<guid isPermaLink="false">https://pentestit.de/?p=4227#comment-8967</guid>

					<description><![CDATA[Super Anleitung fast copy &#038; paste möglich! 

Aktuell gerade am testen, es scheint tatsächlich alles zu funktionieren. Dennoch eine kleine Anmerkung:

Man sollte ggf. darauf hinweisen, das der Abschnitt &quot;Einrichten des default Scanners&quot; unter dem gvm User ausgeführt wird. Ich hatte zuerst auch als root versucht, da kommt nichts zurück. Dann als gvm geht alles und zudem kann man dann auch NUR dort die Zuweisung des Scanners machen. Ohne das geht es nämlich nicht.

Ansonsten, war mir noch aufgefallen, das im Rahmen der Compilierung von dem Abschnitt: &quot;GSA kompilieren und einrichten&quot; jede Menge warnings auf veraltete libs ausgeworfen werden. Das scheint aber irgendwie an den Build Scripten bzw. den Sources zu liegen, meine ich. --&#062; hat das Auswirkungen auf die Funktion ?]]></description>
			<content:encoded><![CDATA[<p>Super Anleitung fast copy &amp; paste möglich! </p>
<p>Aktuell gerade am testen, es scheint tatsächlich alles zu funktionieren. Dennoch eine kleine Anmerkung:</p>
<p>Man sollte ggf. darauf hinweisen, das der Abschnitt &#8222;Einrichten des default Scanners&#8220; unter dem gvm User ausgeführt wird. Ich hatte zuerst auch als root versucht, da kommt nichts zurück. Dann als gvm geht alles und zudem kann man dann auch NUR dort die Zuweisung des Scanners machen. Ohne das geht es nämlich nicht.</p>
<p>Ansonsten, war mir noch aufgefallen, das im Rahmen der Compilierung von dem Abschnitt: &#8222;GSA kompilieren und einrichten&#8220; jede Menge warnings auf veraltete libs ausgeworfen werden. Das scheint aber irgendwie an den Build Scripten bzw. den Sources zu liegen, meine ich. &#8211;&gt; hat das Auswirkungen auf die Funktion ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Frank Neugebauer		</title>
		<link>https://pentestit.de/gvm-20-08-auf-ubuntu-server-20-04-installieren/#comment-8966</link>

		<dc:creator><![CDATA[Frank Neugebauer]]></dc:creator>
		<pubDate>Mon, 04 Jan 2021 18:59:52 +0000</pubDate>
		<guid isPermaLink="false">https://pentestit.de/?p=4227#comment-8966</guid>

					<description><![CDATA[Als Antwort auf &lt;a href=&quot;https://pentestit.de/gvm-20-08-auf-ubuntu-server-20-04-installieren/#comment-8964&quot;&gt;Klaus&lt;/a&gt;.

Diese Zeile wird einfach nur in die Datei /opt/gvm/etc/openvas/openvas.conf geschrieben. Da steht sonst nichts weiter drin. Es kann sein, dass aus irgendwelchen Gründen das Verzeichnis /opt/gvm/etc/openvas bei Dir nicht existiert. Es liegt also am Verzeichnis. Ich würde noch mal ein paar Schritte zurückgehen und schauen, ob beim Kompilieren von openvas etwas schiefgelaufen ist.]]></description>
			<content:encoded><![CDATA[<p>Als Antwort auf <a href="https://pentestit.de/gvm-20-08-auf-ubuntu-server-20-04-installieren/#comment-8964">Klaus</a>.</p>
<p>Diese Zeile wird einfach nur in die Datei /opt/gvm/etc/openvas/openvas.conf geschrieben. Da steht sonst nichts weiter drin. Es kann sein, dass aus irgendwelchen Gründen das Verzeichnis /opt/gvm/etc/openvas bei Dir nicht existiert. Es liegt also am Verzeichnis. Ich würde noch mal ein paar Schritte zurückgehen und schauen, ob beim Kompilieren von openvas etwas schiefgelaufen ist.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
