From 4d9bd8aad51942e1a88466d639991571ef30d6a8 Mon Sep 17 00:00:00 2001 From: hajowieland Date: Sat, 18 Apr 2020 01:23:59 +0200 Subject: [PATCH 1/2] Fix EyeWitness installer path --- installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.py b/installer.py index 82b4ba8..20f03b7 100644 --- a/installer.py +++ b/installer.py @@ -43,7 +43,7 @@ def upgradeFiles(): eyeWitnessUpgrade = "git clone https://github.com/FortyNorthSecurity/EyeWitness.git ./bin/EyeWitness" info("\nInstalling EyeWitness" + eyeWitnessUpgrade) os.system(eyeWitnessUpgrade) - eyeInstallReq = "bash bin/EyeWitness/setup/setup.sh" + eyeInstallReq = "bash bin/EyeWitness/Python/setup/setup.sh" debug("\nRunning Command: ") os.system(eyeInstallReq) info("\nEyeWitness Installed\n") From d1bf4696b75cc9bd4f4e50c0d2212268533bb205 Mon Sep 17 00:00:00 2001 From: hajowieland Date: Sat, 18 Apr 2020 01:24:30 +0200 Subject: [PATCH 2/2] Fix EyeWitness execution path --- domained.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domained.py b/domained.py index e06b43f..1818aea 100644 --- a/domained.py +++ b/domained.py @@ -249,7 +249,7 @@ def subfinder(rerun=0): def eyewitness(filename): info("\n\nRunning EyeWitness \n") EWHTTPScriptIPS = "python {} -f {} {} --no-prompt --web -d {}-{}-EW".format( - os.path.join(script_path, "bin/EyeWitness/EyeWitness.py"), + os.path.join(script_path, "bin/EyeWitness/Python/EyeWitness.py"), filename, "--active-scan" if active else "", output_base,