All Projects → Atomicorp → openvas-docker

Atomicorp / openvas-docker

Licence: other
A docker container for openvas

Programming Languages

TeX
3793 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to openvas-docker

Ossec Hids
OSSEC is an Open Source Host-based Intrusion Detection System that performs log analysis, file integrity checking, policy monitoring, rootkit detection, real-time alerting and active response.
Stars: ✭ 3,580 (+5407.69%)
Mutual labels:  pci-dss, nist800-53
Wazuh Kibana App
Wazuh - Kibana plugin
Stars: ✭ 212 (+226.15%)
Mutual labels:  pci-dss, gdpr
Lynis
Lynis - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.
Stars: ✭ 9,137 (+13956.92%)
Mutual labels:  pci-dss, gdpr
OpenVAS-Docker
A Docker Image For the Open Vulnerability Assessment Scanner (OpenVAS)
Stars: ✭ 16 (-75.38%)
Mutual labels:  scanner, openvas
Immudb
immudb - world’s fastest immutable database, built on a zero trust model
Stars: ✭ 3,743 (+5658.46%)
Mutual labels:  pci-dss, gdpr
lunasec
LunaSec - Dependency Security Scanner that automatically notifies you about vulnerabilities like Log4Shell or node-ipc in your Pull Requests and Builds. Protect yourself in 30 seconds with the LunaTrace GitHub App: https://github.com/marketplace/lunatrace-by-lunasec/
Stars: ✭ 1,261 (+1840%)
Mutual labels:  pci-dss, gdpr
AWVS-13-SCAN-PLUS
This is a companion software based on the Acunetix Web Vulnerability Scanner 12、13、14 (AWVS 12、AWVS 13、AWVS 14) scanning engine.
Stars: ✭ 232 (+256.92%)
Mutual labels:  scanner
stock scan1
Working Demo of Barcode/QR code scanner using VueJs+Quasaar+Cordova
Stars: ✭ 42 (-35.38%)
Mutual labels:  scanner
vuln-headers-extension
Firefox extension which parses the headers of all the requests which are being flowing through your firefox browser to detect for vulnerabilities.
Stars: ✭ 55 (-15.38%)
Mutual labels:  scanner
intercept
INTERCEPT / Policy as Code Static Analysis Auditing / SAST
Stars: ✭ 54 (-16.92%)
Mutual labels:  scanner
beholder scanner
一款监控端口变化的系统——beholder_scanner端
Stars: ✭ 63 (-3.08%)
Mutual labels:  scanner
DataProfiler
What's in your data? Extract schema, statistics and entities from datasets
Stars: ✭ 843 (+1196.92%)
Mutual labels:  gdpr
cookie-consent-js
A simple dialog and framework to handle the German and EU law about cookies in a website (December 2021)
Stars: ✭ 55 (-15.38%)
Mutual labels:  gdpr
virgil-sdk-x
Virgil Core SDK allows developers to get up and running with Virgil Cards Service API quickly and add end-to-end security to their new or existing digital solutions to become HIPAA and GDPR compliant and more.
Stars: ✭ 27 (-58.46%)
Mutual labels:  gdpr
aks-baseline-regulated
This is the Azure Kubernetes Service (AKS) baseline cluster for regulated workloads reference implementation as produced by the Microsoft Azure Architecture Center.
Stars: ✭ 73 (+12.31%)
Mutual labels:  pci-dss
magento2-module-cookie-consent
Magento 2 wrapper for Cookie Consent by Insites
Stars: ✭ 14 (-78.46%)
Mutual labels:  gdpr
Firebase-HMS-ML-Kit-Scanner-Demo
Various scanner use cases using Firebase or HMS ML-Kit
Stars: ✭ 22 (-66.15%)
Mutual labels:  scanner
awesome-data-privacy
A curated list of data privacy and security resources
Stars: ✭ 66 (+1.54%)
Mutual labels:  gdpr
react-cookie-law
React Cookie Law is a cookie-info banner compliance with the GDPR and the EU cookie law. It allows the user to give consent in a granular way.
Stars: ✭ 103 (+58.46%)
Mutual labels:  gdpr
WSD-python
Web Services for Devices (WSD) tools and utilities for cross platform support
Stars: ✭ 22 (-66.15%)
Mutual labels:  scanner

Openvas Docker container

This container is based on Centos 7 for FIPS-140-2 compliance. It is a self contained Openvas Scanner with web console on port 443.

Launch

docker run -d -p 443:443 --name openvas atomicorp/openvas


https://<IP>/
Default login / password: admin / admin

Launch with a Volume

docker volume create openvas

docker run -d -p 443:443 -v openvas:/var/lib/openvas/mgr --name openvas atomicorp/openvas

Set Admin Password

docker run -d -p 443:443 -e OV_PASSWORD=iliketurtles --name openvas atomicorp/openvas

Update NVT data

Note: This process may take take some time. 

docker run -d -p 443:443 -e OV_UPDATE=yes --name openvas atomicorp/openvas

Attach to running

docker exec -it openvas bash

Thanks

Michael Meyer @Greenbone

Jan-Oliver Wagner @Greenbone

Everyone at Greenbone that made this project possible

The Arachni Project 

Openvas Docker creators used as a reference: Mike Splain, William Collani, Serge Katzmann, and Daniel Popescu
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].