1、前言 经过国外文章信息,CertUtil.exe下载恶意软件的样本。 2、实现原理 Windows有一个名为CertUtil的内置程序,可用于在Windows中管理证书。使用此程序可以在Windows中安装,备份,删除,管理和执行与证书和证书存储相关的各种功能。 CertUtil的一个特性是能够 ...
分类:
其他好文 时间:
2018-04-06 21:16:41
阅读次数:
7189
36.1 pwdhash:密码哈希生成器 36.2 mkpasswd:生成应用于用户的新密码 36.3 keytool:密钥和证书管理工具 36.4 certutil:证书服务器管理工具 36.5 vncpasswd:创建或更改VNC登录密码 36.6 ssh-keygen:创建SSH密钥 36.7 ...
分类:
系统相关 时间:
2018-03-28 01:38:14
阅读次数:
272
certutill.exe 在Windows 7 及其之后的所有Windows Server和Workstation版本均预装 1. Encode file: 2. Upload to target: 3. Decode file: 4. Run: cmd /c cscript c:\\window ...
分类:
其他好文 时间:
2018-02-28 10:40:03
阅读次数:
1326
使用Windows命令certutil查看文件的MD5值 使用方法: CertUtil [Options] hashfile InFile [HashAlgorithm] Generate and display cryptographic hash over a file 选项: Unicode ...
显示本地所有证书:运行cmd命令 certmgr.msc 读取本地证书信息:certutil -store root certutil -store ... # 分类名称 certutil -store -user My certutil -store -user AddressBook 将证书存到 ...
分类:
其他好文 时间:
2017-12-04 19:14:06
阅读次数:
382
DOS用的不多,将遇到的一些命令记录下,方便以后查询 dos命令计算MD5与SHA1/256值 certutil -hashfile yourfilename.ext MD5certutil -hashfile yourfilename.ext SHA1certutil -hashfile your ...
分类:
其他好文 时间:
2017-11-03 21:44:53
阅读次数:
156
C:\Users\Admin>certutil-hashfileDesktop\FreeCommanderXE-32-public_portable.zipMD5MD5哈希(文件Desktop\FreeCommanderXE-32-public_portable.zip):ae8bc4a7c78c2464a327576486692b5fCertUtil:-hashfile命令成功完成。C:\Users\Admin>certutil-hashfile-?用法:CertUti..
每一张SSL证书都有指纹(fingerprint)信息,若要获取,可以通过openssl或者certutil工具,分别在非Windows和Windows平台下使用基本语法:opensslx509-fingerprint-incerfile.crt若是报无法读取文件,那么极有可能是未指定格式,可尝试如下opensslx509-fingerprint-incerfile.c..
分类:
其他好文 时间:
2017-09-07 23:04:40
阅读次数:
451
问题原因:oracle oem证书的密钥小于1024 解决方案:在cmd中执行命令:certutil -setreg chain\EnableWeakSignatureFlags 8 出现以下提示: 重新登录EM即可。 (https://localhost:1158/em 或https://127. ...
分类:
数据库 时间:
2017-06-06 15:52:45
阅读次数:
299
当遇到需要对比两个文件是否一致时,可以使用下面的命令来显示文件的MD5, 然后对比两个文件的MD5码。 certutil -hashfile <filename> MD5 命令的相关帮助信息: D:\>certutil -hashfile /?用法: CertUtil [选项] -hashfile ...