From bc2cad49148842869f56c85e27c85465d4defb5e Mon Sep 17 00:00:00 2001 From: Amanda Rousseau Date: Wed, 8 Mar 2017 12:12:29 -0800 Subject: [PATCH] fixing bullets --- fundamentals.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fundamentals.md b/fundamentals.md index b449c29..f1b1aec 100644 --- a/fundamentals.md +++ b/fundamentals.md @@ -62,9 +62,9 @@ Unzip the files below and open the .ovf file with VirtualBox * Name should mirror both VMs. Default is `intnet` 5. Run/Play both VMs to verify network connectivity * Sniffer VM: Ensure `inetsim` is running - * Open terminal and run: `ps -ef | grep inetsim` + * Open terminal and run: `ps -ef | grep inetsim` * If no output, run: `/etc/init.d/inetsim start` - * Run the ps command again to confirm it's running. See output below + * Run the ps command again to confirm it's running. See output below. * Victim VM: test connection to Sniffer VM * In the search bar, type `cmd.exe` to open terminal * Run command: `ping 192.168.0.1`