sha256-in-windows-and-linux

参考这个

win7

certutil -hashfile <filename> MD5
certutil -hashfile <filename> SHA1
certutil -hashfile <filename> SHA256
其中算法名称,如:SHA256需要大写

linux
md5sum <filename>
sha1sum <filename>
sha256sum <filename>


burp下载
文章中提供了校验码
1-重置密钥.bat 1416d656be5e31751142c630fe361835c2cb81a29d4a5dd0be6f7938722b46d0 2-第二步.bat 6a95dce8fb04266e8921fae39abd6d34e2f6787cb31c8f0c8648b76aa2e3d0b8 3-第三步.bat 121619081add28a7139f856174e272d8c39006c63c5a8079d4a20b22e9510bc0 burpsuite_pro_v2022.12.4.jar c21ab75e7798805382c431889a64a8f51af17afefbae9712d8fb2900fc5e89e4 www.ddosi.org.jar 81db3a0ae0d7e38ee2bbab304dbd0a4db3f2c4f9da6f3e9663e4585e2b439683 说明.txt a93506ff28221674a79ee0827a6e6d4095e12a0d08f377d99d20582269e9a1ac


下载后进行校验:
E:\Programs>certutil -hashfile 1-重置密钥.bat SHA256
SHA256 哈希(文件 1-重置密钥.bat):
14 16 d6 56 be 5e 31 75 11 42 c6 30 fe 36 18 35 c2 cb 81 a2 9d 4a 5d d0 be 6f 79
 38 72 2b 46 d0
CertUtil: -hashfile 命令成功完成。

即:1416d656be5e31751142c630fe361835c2cb81a29d4a5dd0be6f7938722b46d0

同样对其他文件进行了校验: 
SHA256 哈希(文件 2-第二步.bat):
6a 95 dc e8 fb 04 26 6e 89 21 fa e3 9a bd 6d 34 e2 f6 78 7c b3 1c 8f 0c 86 48 b7
 6a a2 e3 d0 b8
CertUtil: -hashfile 命令成功完成。
即: 6a95dce8fb04266e8921fae39abd6d34e2f6787cb31c8f0c8648b76aa2e3d0b8


SHA256 哈希(文件 3-第三步.bat):
12 16 19 08 1a dd 28 a7 13 9f 85 61 74 e2 72 d8 c3 90 06 c6 3c 5a 80 79 d4 a2 0b
 22 e9 51 0b c0
CertUtil: -hashfile 命令成功完成。
即:121619081add28a7139f856174e272d8c39006c63c5a8079d4a20b22e9510bc0


SHA256 哈希(文件 burpsuite_pro_v2022.12.4.jar):
c2 1a b7 5e 77 98 80 53 82 c4 31 88 9a 64 a8 f5 1a f1 7a fe fb ae 97 12 d8 fb 29
 00 fc 5e 89 e4
CertUtil: -hashfile 命令成功完成。
即:c21ab75e7798805382c431889a64a8f51af17afefbae9712d8fb2900fc5e89e4

SHA256 哈希(文件 www.ddosi.org.jar):
81 db 3a 0a e0 d7 e3 8e e2 bb ab 30 4d bd 0a 4d b3 f2 c4 f9 da 6f 3e 96 63 e4 58
 5e 2b 43 96 83
CertUtil: -hashfile 命令成功完成。
即:81db3a0ae0d7e38ee2bbab304dbd0a4db3f2c4f9da6f3e9663e4585e2b439683


SHA256 哈希(文件 说明.txt):
a9 35 06 ff 28 22 16 74 a7 9e e0 82 7a 6e 6d 40 95 e1 2a 0d 08 f3 77 d9 9d 20 58
 22 69 e9 a1 ac
CertUtil: -hashfile 命令成功完成。
即:a93506ff28221674a79ee0827a6e6d4095e12a0d08f377d99d20582269e9a1ac