A Stuxnet clone made in Python for a research project
To draw the graph at the end, set SHOULD_DRAW_GRAPH = True
in constants.py
.
You can also edit all of the virus's transmission probabilities and environment in there.
pip3 install --upgrade pip && pip3 install -r requirements.txt
./build
./run
./build && ./run