I tried to create an image file.
ruby secgen.rb run --forensic-image-type raw
The project folder created by this command seems to be incorrect, this is my project folder.
.
├── environments
│ └── production
└── puppet
└── escalation
├── modules
├── Puppetfile
└── Puppetfile.lock
Please tell me how to create an image file correctly.
Also, how do I use the resulting VM on my VMware Workstation. I use vagrant up --provider=vmware_desktop, but it seems that I can only connect to my VM through SSH.
Thank you for taking the time to answer my questions.