diff --git a/usr/bin/shark_framework b/usr/bin/shark_framework index 85f7f65..c86f0bd 100755 --- a/usr/bin/shark_framework +++ b/usr/bin/shark_framework @@ -134,7 +134,7 @@ function execute_payload() { } function configure_network() { - cp /usr/lib/config/${SWITCH_POSITION}/network /etc/config/network + cp /usr/lib/hak5/shark/config/${SWITCH_POSITION}/network /etc/config/network /etc/init.d/network restart } diff --git a/usr/lib/config/switch2/network b/usr/lib/hak5/shark/config/switch2/network similarity index 100% rename from usr/lib/config/switch2/network rename to usr/lib/hak5/shark/config/switch2/network diff --git a/usr/lib/config/switch3/network b/usr/lib/hak5/shark/config/switch3/network similarity index 100% rename from usr/lib/config/switch3/network rename to usr/lib/hak5/shark/config/switch3/network