Skip to content

2. Setup Command&Control MTDSolution

CortexVacua edited this page Apr 9, 2022 · 3 revisions

If the framework was installed as described in the install guide for the framework, you should copy the entire directory CnC to /opt/MTDFramework/ to the RPi4.

The MTD script has no python dependencies aside from standard libraries, but it requires that arp-scan and ifconfig are installed on the RPi4, so run:
apt-get install arp-scan
ifconfig should already be preinstalled, but if it isn't run:
apt-get install net-tools