SecGen icon indicating copy to clipboard operation
SecGen copied to clipboard

Create randomly insecure VMs

Results 64 SecGen issues
Sort by recently updated
recently updated
newest added

When running "bundler update" trying to install from the Gemfile I get the following error: ` An error occurred while installing digest-whirlpool (1.0.3), and Bundler cannot continue. ` ``` When...

im on macos using chruby ruby 3.1.2 when i try bundle update i get the following error: Bundler found conflicting requirements for the Ruby version: In Gemfile: Ruby digest-sha3 was...

Using the ESXi command line options or the .conf file option with --read-options cause the same issue. It appears to not build the Vagrantfile correctly. Correcting the Vagrantfile formatting does...

Can this not be installed on an AWS Ubuntu instance? ![Screen Shot 2022-08-31 at 3 32 22 PM](https://user-images.githubusercontent.com/3810135/187766518-97031e13-9c56-4989-8a2c-129a1ef38d19.png) have tried passing --cpu-cores 1 .. and even hardcoding in the Vagrantfile....

I am able to build a default scenario and save it to a folder as expected. The build fails with the following: ``` milk@Ubutarget:~/SecGen$ sudo ruby secgen.rb -p projects/SecGen20220617_055954 v...

Hi, when provisioning a machine with vagrant and puppet I receive the following error regarding `chown: invalid group: ‘distccd:distccd’`. OS: Ubuntu 20.04 LTS VM via VMware Workstation Full output below:...

When I run the **ruby secgen.rb run** command, I run into the following error: mkdir -p /tmp/vagrant-puppet; chmod 0777 /tmp/vagrant-puppet **Stdout from the command:** **Stderr from the command:** **Non-zero exit...

Hi, I have setup SecGen successfully. However, I am unsure how to continue. I am stuck at the part where the VMs are up but are unsure how to connect...

Hi all, Now this could be similar to https://github.com/cliffe/SecGen/issues/199, but unsure, so I am asking here. I apologies if duplicate, and fully appreciate any support offered. When running the scenario...

I am currently looking to combine manually created CTF challenges and SecGen created CTF challenges. I am stumped on this.