File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 55$script_path = "/home/user/ScareCrow-CobaltStrike";
66#Path to the compiled ScareCrow Go executable of the installation.
77$scarecrow_executable = "/home/user/ScareCrow-CobaltStrike/ScareCrow/ScareCrow";
8- #Path to the python3 binary.
9- $python3 = "/usr/bin/python3";
108############################################################
119
1210$loader = "";
@@ -131,7 +129,7 @@ sub GeneratePayload {
131129 $arguments = $arguments . '"script_path":' . '"' . $script_path . '"';
132130 $arguments = $arguments . '}';
133131
134- $data = exec($python3 . " " . $script_path . "/Helper.py" . " " . $arguments);
132+ $data = exec("python3 " . $script_path . "/Helper.py" . " " . $arguments);
135133
136134 $helper_response = readAll($data);
137135
You can’t perform that action at this time.
0 commit comments