Mondoo Cloud is a native security & vulnerability risk management.
Quick Start
Installing
Workstation
export MONDOO_REGISTRATION_TOKEN=’changeme’
curl -sSL http://mondoo.io/download.sh | bash
Service
export MONDOO_REGISTRATION_TOKEN=’changeme’
curl -sSL http://mondoo.io/install.sh | bash
For other installation methods, have a look at our documentation.
Run a scan:
# scan a docker image from remote registry
mondoo vuln -t docker://centos:7
# scan docker container (get ids from docker ps)
mondoo vuln -t docker://00fa961d6b6a
# scan a ssh instance
mondoo vuln -t ssh://ec2-user@54.76.229.223
Also Read – Ehtools : Penetration Tools That Can Be Explored Easily
Deployment
Integration
Examples
Docs
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…