Skip to content

A Stuxnet clone made in Python for a research project

Notifications You must be signed in to change notification settings

kenmueller/stuxnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stuxnet

A Stuxnet clone made in Python for a research project

constants.py

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.

Initialization

pip3 install --upgrade pip && pip3 install -r requirements.txt

Build

./build

Run (must build beforehand)

./run

Build and run

./build && ./run

About

A Stuxnet clone made in Python for a research project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages