From 3f7825b03ae7e8956b318c6855c1e4a3a5ac51c4 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Thu, 12 Dec 2019 12:33:37 -0500 Subject: [PATCH] move /usr/lib/config to /usr/lib/hak5/shark --- usr/bin/shark_framework | 2 +- usr/lib/{ => hak5/shark}/config/switch2/network | 0 usr/lib/{ => hak5/shark}/config/switch3/network | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename usr/lib/{ => hak5/shark}/config/switch2/network (100%) rename usr/lib/{ => hak5/shark}/config/switch3/network (100%) 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