Security/OpenVAS: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Created page with "==Security » OpenVAS== {|class='wikitable mw-collapsible' style='width:100%' !scope='col' style='text-align:left'| Security » [https://www.openvas.org/ OpenVAS] |- |valign='top'| {|class='wikitable mw-collapsible mw-collapsed' style='width:100%;margin:3px 0 3px 0' !scope='col' style='text-align:left' colspan='2'| OpenVAS » Install |- |valign='top' style='width:50%'| <syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> cat <<'EXE' | sudo bash apt-get update apt-get..."
 
Line 103: Line 103:


|valign='top' style='width:33%'|
|valign='top' style='width:33%'|
* [https://greenbone.github.io/docs/latest/22.4/container/workflows.html Security » OpenVAS » Containers]
* [https://greenbone.github.io/docs/latest/22.4/kali/index.html Security » OpenVAS » Kali Linux]
* [[Jasypt|Security » Jasypt]]
* [[Jasypt|Security » Jasypt]]



Revision as of 22:55, 24 November 2025

Security » OpenVAS

Security » OpenVAS

OpenVAS » Install

cat <<'EXE' | sudo bash
apt-get update
apt-get install -y openvas
apt-get clean
EXE
cat <<'EXE' | sudo bash
gvm-setup
gvm-check-setup
gvm-start
EXE
cat <<'EXE' | bash
echo
gvmd         --version
openvas      --version
ospd-openvas --version
gsad         --version
EXE

OpenVAS » Verify

cat <<'EXE' | bash
echo
systemctl status session-migration.service
systemctl status ssl-cert.service
systemctl status postgresql.service
systemctl status mosquitto.service
systemctl status redis-server.service
systemctl status notus-scanner.service
systemctl status ospd-openvas.service
systemctl status gvmd.service
systemctl status gsad.service
EXE

OpenVAS » Portal

setsid open https://10.20.0.6:9392/ >/dev/null 2>&1 &

References

References