Skip to content

CyberSWaT v1.0.0

Latest
Compare
Choose a tag to compare
@GimmickNG GimmickNG released this 03 Apr 20:24
· 2 commits to main since this release
754575e

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 password cyberswat

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