Commander

Copy-ready command templates for common penetration testing tools. Select a tool, fill in the parameters, copy, paste, profit.

certutil

↗ docs

Windows built-in tool for certificate management and file download/encode

downloadtransferwindowslolbasencode

Download File

Download a file from URL using certutil (LOLBAS technique).

certutil -urlcache -split -f

Base64 Encode File

Encode a file to Base64 for exfiltration or transfer.

certutil -encode

Base64 Decode File

Decode a Base64-encoded file.

certutil -decode