利用certutil.exe 传文件

Posted 安全工搬砖笔记

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了利用certutil.exe 传文件相关的知识,希望对你有一定的参考价值。

certutill.exe 在Windows 7 及其之后的所有Windows Server和Workstation版本均预装

1. Encode file:
 certutil -encode kk.vbs kk_encode.vbs

 


2. Upload to target:

3. Decode file:
cmd /c   certutil -decode  D:\\\\apache-tomcat-7.0.40\\\\webapps\\\\ROOT\\\\xxx.txt   c:\\\\windows\\\\temp\\\\aaa.vbs

Check file after decode:
cmd /c    type  c:\\\\windows\\\\temp\\\\aaa.vbs

4. Run:

cmd /c cscript c:\\windows\\temp\\aaa.vbs

以上是关于利用certutil.exe 传文件的主要内容,如果未能解决你的问题,请参考以下文章

技巧总结CertUtil.exe被利用来下载恶意软件

certutil.exe

windows远程文件下载

web渗透Windows自带的Certutil的使用

无法在Windows 10上安装mitmproxy证书

Windows通过命令行cmd下载远程文件