Security/OpenVAS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 65: | Line 65: | ||
!scope='col' style='text-align:left| | !scope='col' style='text-align:left| | ||
Debian » Portal | Debian » Portal | ||
|- | |||
|valign='top'| | |||
<syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> | |||
setsid open https://10.20.0.6:9392/ >/dev/null 2>&1 & | |||
</syntaxhighlight> | |||
|} | |||
|} | |||
==OpenVAS » Containers== | |||
{|class='wikitable mw-collapsible' style='width:100%' | |||
!scope='col' style='text-align:left'| | |||
OpenVAS » [https://greenbone.github.io/docs/latest/22.4/container/index.html Containers] | |||
|- | |||
|valign='top'| | |||
{|class='wikitable mw-collapsible mw-collapsed' style='width:100%;margin:3px 0 3px 0' | |||
!scope='col' style='text-align:left' colspan='2'| | |||
Containers » Images | |||
|- | |||
|valign='top' style='width:50%'| | |||
<syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> | |||
cat <<'EXE' | bash | |||
echo | |||
docker pull registry.community.greenbone.net/community/cert-bund-data:latest | |||
docker pull registry.community.greenbone.net/community/data-objects:latest | |||
docker pull registry.community.greenbone.net/community/dfn-cert-data:latest | |||
docker pull registry.community.greenbone.net/community/gpg-data:latest | |||
docker pull registry.community.greenbone.net/community/gsa:stable | |||
docker pull registry.community.greenbone.net/community/gvm-tools:latest | |||
docker pull registry.community.greenbone.net/community/gvmd:stable | |||
docker pull registry.community.greenbone.net/community/notus-data:latest | |||
docker pull registry.community.greenbone.net/community/openvas-scanner:stable | |||
docker pull registry.community.greenbone.net/community/ospd-openvas:stable | |||
docker pull registry.community.greenbone.net/community/pg-gvm:stable | |||
docker pull registry.community.greenbone.net/community/redis-server:1.1.2 | |||
docker pull registry.community.greenbone.net/community/redis-server:latest | |||
docker pull registry.community.greenbone.net/community/report-formats:latest | |||
docker pull registry.community.greenbone.net/community/scap-data:latest | |||
docker pull registry.community.greenbone.net/community/vulnerability-tests:latest | |||
EXE | |||
</syntaxhighlight> | |||
|valign='top' style='width:50%'| | |||
<syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> | |||
cat <<'EXE' | bash | |||
echo | |||
docker rmi registry.community.greenbone.net/community/cert-bund-data:latest | |||
docker rmi registry.community.greenbone.net/community/data-objects:latest | |||
docker rmi registry.community.greenbone.net/community/dfn-cert-data:latest | |||
docker rmi registry.community.greenbone.net/community/gpg-data:latest | |||
docker rmi registry.community.greenbone.net/community/gsa:stable | |||
docker rmi registry.community.greenbone.net/community/gvm-tools:latest | |||
docker rmi registry.community.greenbone.net/community/gvmd:stable | |||
docker rmi registry.community.greenbone.net/community/notus-data:latest | |||
docker rmi registry.community.greenbone.net/community/openvas-scanner:stable | |||
docker rmi registry.community.greenbone.net/community/ospd-openvas:stable | |||
docker rmi registry.community.greenbone.net/community/pg-gvm:stable | |||
docker rmi registry.community.greenbone.net/community/redis-server:1.1.2 | |||
docker rmi registry.community.greenbone.net/community/redis-server:latest | |||
docker rmi registry.community.greenbone.net/community/report-formats:latest | |||
docker rmi registry.community.greenbone.net/community/scap-data:latest | |||
docker rmi registry.community.greenbone.net/community/vulnerability-tests:latest | |||
EXE | |||
</syntaxhighlight> | |||
|- | |||
|valign='top' style='width:50%'| | |||
<syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> | |||
cat <<'EXE' | bash | |||
echo | |||
docker pull registry.community.greenbone.net/community/cert-bund-data:202511240831 | |||
docker pull registry.community.greenbone.net/community/data-objects:202511240507 | |||
docker pull registry.community.greenbone.net/community/dfn-cert-data:202511200401 | |||
docker pull registry.community.greenbone.net/community/gpg-data:v1.1.2 | |||
docker pull registry.community.greenbone.net/community/gsa:26.6.0 | |||
docker pull registry.community.greenbone.net/community/gvm-tools:25.4.2 | |||
docker pull registry.community.greenbone.net/community/gvmd:26.10.0 | |||
docker pull registry.community.greenbone.net/community/notus-data:202511240537 | |||
docker pull registry.community.greenbone.net/community/openvas-scanner:v23.31.5 | |||
docker pull registry.community.greenbone.net/community/ospd-openvas:22.9.0 | |||
docker pull registry.community.greenbone.net/community/pg-gvm:22.6.10 | |||
docker pull registry.community.greenbone.net/community/report-formats:202511241748 | |||
docker pull registry.community.greenbone.net/community/scap-data:202511240507 | |||
docker pull registry.community.greenbone.net/community/vulnerability-tests:202511240702 | |||
EXE | |||
</syntaxhighlight> | |||
|valign='top' style='width:50%'| | |||
<syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> | |||
echo | |||
echo | |||
IMAGE_NAME=cert-bund-data | |||
IMAGE_NAME=data-objects | |||
IMAGE_NAME=dfn-cert-data | |||
IMAGE_NAME=gpg-data | |||
IMAGE_NAME=gsa | |||
IMAGE_NAME=gvm-tools | |||
IMAGE_NAME=gvmd | |||
IMAGE_NAME=notus-data | |||
IMAGE_NAME=openvas-scanner | |||
IMAGE_NAME=ospd-openvas | |||
IMAGE_NAME=pg-gvm | |||
IMAGE_NAME=redis-server | |||
IMAGE_NAME=report-formats | |||
IMAGE_NAME=scap-data | |||
IMAGE_NAME=vulnerability-tests | |||
curl -s https://registry.community.greenbone.net/v2/community/${IMAGE_NAME}/tags/list \ | |||
| yq -r '.tags | map(select(. | test("^202511"))) | sort | reverse[]' | |||
</syntaxhighlight> | |||
|} | |||
{|class='wikitable mw-collapsible mw-collapsed' style='width:100%;margin:6px 0 3px 0' | |||
!scope='col' style='text-align:left| | |||
Containers » Verify | |||
|- | |||
|valign='top'| | |||
<syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> | |||
cat <<'EXE' | bash | |||
echo | |||
docker images | |||
docker ps -a | |||
EXE | |||
</syntaxhighlight> | |||
|} | |||
{|class='wikitable mw-collapsible' style='width:100%;margin:6px 0 3px 0' | |||
!scope='col' style='text-align:left| | |||
Containers » Portal | |||
|- | |- | ||
|valign='top'| | |valign='top'| | ||
Revision as of 00:16, 25 November 2025
OpenVAS » Debian
|
OpenVAS » Debian | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
OpenVAS » Containers
|
OpenVAS » Containers | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
References
|
References | ||
|---|---|---|