CyberSim is a modern cybersecurity simulator made in Python. It was designed from the ground up to provide the users with new features. Some of the features that CyberSim has are:
- Fast simulation
- Easy acces to results
- Customizable scenarios
CyberSim is very easy to use, and you do not need a lot to get started!
First of all, make sure you have the minimum requirements installed.
For example, on Ubuntu:
pip3 install -r requirements.txt
After running this command all the requirements are installed and you can immediately use the CyberSim simulator.
To start the simulator, you can use the following command:
python3 simulator.py
This repository includes a User manual and a Developer manual.