This directory contains a test Dockerfile for validating OSV-Scalibr's VDI Extractor plugin. A VDI file is a disk image format commonly used by virtual machines to emulate a physical hard drive.
cd security-testbeds/vdi
docker build -t vdi-extractor-testbed .docker run -it --rm vdi-extractor-testbed /bin/bashBuild or copy the scalibr binary to the current directory, and inside the container, run scalibr with the vdi extractor:
./scalibr --extractors=embeddedfs/vdi --result=output.textproto valid-ext-exfat-fat32-ntfs-static.vdi
./scalibr --extractors=embeddedfs/vdi --result=output.textproto valid-ext-exfat-fat32-ntfs-dynamic.vdi