Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #153 from Veil-Framework/setup_update
Browse files Browse the repository at this point in the history
Small change made to setup script
  • Loading branch information
ChrisTruncer committed May 31, 2015
2 parents b5a61eb + e8de359 commit f8f0484
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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 :)
Expand Down
2 changes: 1 addition & 1 deletion modules/common/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import helpers


version = "2.20.1"
version = "2.20.2"


# try to find and import the settings.py config file
Expand Down
6 changes: 1 addition & 5 deletions setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit f8f0484

Please sign in to comment.