cliffe / SecGen

Create randomly insecure VMs
GNU General Public License v3.0
2.64k stars 318 forks source link

Excuse me, how to generate an image file correctly. #334

Open GeniusTDY opened 4 months ago

GeniusTDY commented 4 months ago

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.