herrDeng網內搜尋

自訂搜尋

Ads

2021年6月5日 星期六

修剪版遠距教學資訊安全 虛擬機, password, NTLMv1,md4 hash

 
 修剪版遠距教學資訊安全 虛擬機, password, NTLMv1,md4 hash。類似的手法也嘗試過windows Server 2008的作業系統,值得注意的,微軟在此版的作業系統拿掉了老舊LM的部分,而xp還有。https://youtu.be/TioRyAl6jco?t=539
import hashlib
text =input('輸入字串算md4==>') 
x = hashlib.new('md4', text.encode('utf-8'))
digest = x.hexdigest()
print(digest)
Related Posts Plugin for WordPress, Blogger...

熱門文章