Openvas: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
 
(48 dazwischenliegende Versionen von 5 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
=Source List=
+
=Was ist Openvas=
*cat /etc/apt/sources.list
+
*[[Was ist Openvas]]
deb http://http.kali.org/kali kali-rolling main non-free contrib
+
*[https://xinux.de/downloads/vortraege/openvas.pdf Vortrag]
=Install=
+
=NVTs=
*apt-get update
+
*[[Openvas NVTs]]
*apt-get dist-upgrade
 
*apt-get install openvas
 
=Setup=
 
*openvas-setup
 
=Finish=
 
<pre>
 
...
 
md  main:  DEBUG:6750:2016-08-15 17h32.43 CEST:    sql_open: db open, max retry sleep time is 0
 
Rebuilding NVT cache... done.
 
User created with password '4dxxxx7-exx9-4xx4-axxc-6xxxx20xxx2'.
 
</pre>
 
=Change Listing Interface=
 
*cd /lib/systemd/system
 
*sed  -i.bak -e 's/127.0.0.1/0.0.0.0/g' greenbone-security-assistant.service
 
*sed  -i.bak -e 's/127.0.0.1/0.0.0.0/g' openvas-manager.service
 
*sed  -i.bak -e 's/127.0.0.1/0.0.0.0/g' openvas-scanner.service
 
  
*systemctl daemon-reload
+
=Security Solutions=
*systemctl restart greenbone-security-assistant.service
+
*[[ssl stuff]]
*systemctl restart openvas-manager.service
+
*[[dh stuff]]
*systemctl restart openvas-scanner.service
+
*[[timestamp]]
=Check Listing=
+
*[[ssh safe protocols]]
*netstat -lntp
+
*[[hardening]]
<pre>
+
*[[postfix VRFY and/or EXPN requests]]
Active Internet connections (only servers)
+
 
Proto Recv-Q Send-Q Local Address          Foreign Address        State      PID/Program name   
+
=Userverwaltung=
tcp        0      0 0.0.0.0:22              0.0.0.0:*              LISTEN      685/sshd           
+
*[[Openvas User anlegen]]
tcp        0      0 0.0.0.0:9390            0.0.0.0:*              LISTEN      10037/openvasmd   
+
=Omp Console=
tcp        0      0 0.0.0.0:9391            0.0.0.0:*              LISTEN      10107/openvassd: Wa
+
*[[omp]]
tcp        0      0 0.0.0.0:111            0.0.0.0:*              LISTEN      254/rpcbind       
+
*[[omp-scripts]]
tcp        0      0 0.0.0.0:80              0.0.0.0:*              LISTEN      10030/gsad         
+
 
tcp        0      0 0.0.0.0:9392            0.0.0.0:*               LISTEN      10029/gsad         
+
=Greebow Handbuch=
tcp6      0      0 :::8472                :::*                    LISTEN      685/sshd           
+
*http://docs.greenbone.net/GSM-Manual/gos-3.1/de/index.html
tcp6      0      0 :::111                  :::*                    LISTEN      254/rpcbind
+
*http://docs.greenbone.net/GSM-Manual/gos-3.1/de/GSM-Manual-GOS-3.1-de-20161026.pdf
</pre>
+
*http://www.openvas.org/setup-and-start-de.html
=Login=
+
*https://www.admin-magazin.de/Das-Heft/2012/03/Der-Vulnerability-Scanner-OpenVAS
*URL: https://OPENVASIP:9332
 
*USR: admin
 
*PWD: 4dxxxx7-exx9-4xx4-axxc-6xxxx20xxx2
 
=Webinterface=
 
*[[Openvas Webinterface]]
 
  
 
=Links=
 
=Links=
 
*https://www.kali.org/penetration-testing/openvas-vulnerability-scanning/
 
*https://www.kali.org/penetration-testing/openvas-vulnerability-scanning/

Aktuelle Version vom 11. Oktober 2020, 17:08 Uhr