-
Notifications
You must be signed in to change notification settings - Fork 1
4. Setup Ransomware MTDSolution
CortexVacua edited this page Mar 24, 2022
·
1 revision
If the framework was installed as described in the install guide for the framework, you should copy the entire directory Ransomware to /opt/MTDFramework/ to the RPi4.
The MTD script has python dependencies. Make sure to install them running:
pip3 install psutil
pip3 install setproctitle
If you do not wish to run pip on your main python environment, you may also create your own venv and add the dependencies there. In this case you should adjust config.json to use the venv instead of simply using python3.
Furthermore as you can see in config.json these MTDSolutions rely on some arguments. The --path argument for both MTDSolutions, specifies in which directory the scripts should do their work. Feel free to play around with these arguments by adjusting them in the config file.