The first version of CyberSWaT, both as a .run file and as a live VM for testing.
System Requirements:
- 1GB RAM
- 2 core CPU
To install and run from the .run file:
- Set the file to be executable:
chmod +x cyberswat.run
- Run the .run file:
./cyberswat.run
To run from the live VM:
- Import and install the .ova file e.g. with VirtualBox (double-click and follow the wizard)
- Boot up the VM, and log in with username
cyberswat
and passwordcyberswat
Next, type the following command to run CyberSWaT: cd cyberswat/ && make
To connect to the internet, e.g. to update: sudo dhclient -v
and verify connectivity with e.g. ping 1.1.1.1