山归山
snote.cn
山归山

certutil.exe 简介

赞赏

发表回复

textsms
account_circle
email

  • 山归山博主

    1.计算文件hash
    SHA1
    certutil  -hashfile %0
    SHA256
    certutil  -hashfile %0 SHA256
    MD5
    certutil  -hashfile %0 MD5
    2.base64编码转换

    3.下载文件
    保存在当前路径,文件名称和下载文件名称相同
    certutil  -urlcache  -split  -f  https://github.com/backlion/demo/blob/master/weblogic.py
    保存在当前路径,指定保存文件名称
    certutil  -urlcache  -split  -f   https://github.com/backlion/demo/blob/master/weblogic.py  test.py
    保存在缓存目录,名称随机
    certutil  -urlcache   -f   https://github.com/backlion/demo/blob/master/weblogic.py
    清除下载文件副本方法
    certutil  -urlcache   -f   https://github.com/backlion/demo/blob/master/weblogic.py delete
    批处理之家GET到例子两枚

    3 年前 回复

山归山

certutil.exe 简介
[crayon-6621f4abdd2d0505232136/]
扫描二维码继续阅读
2019-07-16