From 5c6f1c28ff4fba3121b2c4f6109ec26e0453512a Mon Sep 17 00:00:00 2001 From: Cliffe Date: Thu, 26 Jul 2018 14:56:00 +0100 Subject: [PATCH] update README fixes #119 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26d01df9d..942a5d2f3 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Scenarios can be found in the scenarios/ directory. For example, to spin up a VM #### VMs for a security audit of an organisation To generate a set of VMs for a randomly generated fictional organisation, with a desktop system, webserver, and intranet server: ```bash - ruby secgen.rb --scenario scenarios/security_audit/team_project_scenario.xml run + ruby secgen.rb --scenario scenarios/security_audit/team_project.xml run ``` Note that the intranet server has a security remit, with instructions on performing a security audit of these systems. The desktop system can access the intranet to access the remit, but the attacker VM (for example, Kali) can be connected to the NIC only shared by the Web server to simulate the need to pivot attacks through the Web server, as they can't connect to the intranet system directly. The "marking guide" is in the form of the output scenario.xml in the project directory, which provides the details of the systems generated.