Merge pull request #266 from 0iphor13/master

Updated forgotten IF_DEFINED_TRUE
pull/268/head
Dallas Winger 2023-03-16 10:05:10 -04:00 committed by GitHub
commit 8855abb617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ REM Requirement: DuckyScript 3.0, PayloadStudio v.1.3 minimum
REM Morphing, Encrypted Reverse shell executed hidden in the background with custom identifier, the CAPSLOCK light at the end will indicate that the payload was executed. REM Morphing, Encrypted Reverse shell executed hidden in the background with custom identifier, the CAPSLOCK light at the end will indicate that the payload was executed.
REM Extension PASSIVE_WINDOWS_DETECT by Korben for best and fastest deployment with guard rails REM Extension PASSIVE_WINDOWS_DETECT by Korben for best and fastest deployment with guard rails
EXTENSION EXTENSION PASSIVE_WINDOWS_DETECT EXTENSION PASSIVE_WINDOWS_DETECT
REM VERSION 1.1 REM VERSION 1.1
REM AUTHOR: Korben REM AUTHOR: Korben
@ -137,7 +137,7 @@ REM Automatic setup requires openssl!
DEFINE #SETUP FALSE DEFINE #SETUP FALSE
REM Automatic setup and start listener - Requires openssl! REM Automatic setup and start listener - Requires openssl!
IF_DEFINED #SETUP IF_DEFINED_TRUE #SETUP
IF ($_OS == #NOT_WINDOWS) THEN IF ($_OS == #NOT_WINDOWS) THEN
DELAY 1500 DELAY 1500
STRINGLN echo "Setting up Infrastructre - Do not interact!" STRINGLN echo "Setting up Infrastructre - Do not interact!"