From e8de359aa411ef92931c5cd934df4faf6f5a6ea4 Mon Sep 17 00:00:00 2001 From: Christopher Truncer Date: Sat, 30 May 2015 22:04:10 -0400 Subject: [PATCH] Small change made to setup script --- CHANGELOG | 4 ++++ modules/common/messages.py | 2 +- setup/setup.sh | 6 +----- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7a2297c..61f2966 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +[5.30.2015] + Released.: 2.20.2 + Modified.: Only modification here is a small change to the setup script. If already installed, no new changes. + [5.29.2015] Released.: 2.20.1 Modified.: Python payloads now include McAfee bypass... oh antivirus.... avlol :) diff --git a/modules/common/messages.py b/modules/common/messages.py index 760e0f0..3535aa9 100644 --- a/modules/common/messages.py +++ b/modules/common/messages.py @@ -8,7 +8,7 @@ import helpers -version = "2.20.1" +version = "2.20.2" # try to find and import the settings.py config file diff --git a/setup/setup.sh b/setup/setup.sh index b1b816e..26f0fc8 100755 --- a/setup/setup.sh +++ b/setup/setup.sh @@ -170,7 +170,7 @@ func_python_deps(){ # Unzip Setup Files echo ' [*] Uncompressing Setup Archive' - unzip requiredfiles.zip + unzip -o requiredfiles.zip # Prepare Wine Directories echo ' [*] Preparing Wine Directories' @@ -192,10 +192,6 @@ func_python_deps(){ fi if [ $(uname -m) == 'x86_64' ]; then - echo ' [*] Downloading Python Setup Files From http://www.veil-framework.com' - wget -q https://www.veil-framework.com/InstallMe/requiredfiles_x64.zip --no-check-certificate - echo ' [*] Uncompressing Setup Archive' - unzip requiredfiles.zip # Prepare Wine Directories echo ' [*] Preparing Wine64 Directories'