摘要:
一不小心将VSS 6 admin用户的密码忘记,找到以下信息 the secret is to hack the um.dat file to remove the Admin password from offset 80 the bytes are (all numbers are hex) 0:80 55 55 bc 7f ... 阅读全文
摘要:
1. window.top.location.href the IE top windowwindow.parent.location.href or window.parent.src or window.frames["name"].src repesents the up level window, maybe not the top window in IE. 阅读全文