发新话题
打印

[讨论]关于此网页加密

[讨论]关于此网页加密

议题作者:tt671025
信息来源:邪恶八进制
原始链接:http://mov.bbsour.com/cn/look.asp?id1=8838&id2=396

今日找到一动漫网站,很不错。所以想下载下来看看,不过网页源代码加了密。
大家讨论一些关于解密的方法,

<title>OUR在线动漫-请来 www.bbsour.com 收看更多精彩动漫</title>

<script LANGUAGE="Javascript">
<!--
var Words ="%3Cframeset%20border%3D%220%22%20frameborder%3D%220%22%20framespacing%3D%220%22%20rows%3D%22*%22%3E%0D%0A%20%20%3Cnoframes%3E%0D%0A%20%20%3C/noframes%3E%0D%0A%20%20%3Cframe%20frameborder%3D%22NO%22%20marginwidth%3D%220%22%20name%3D%22upperframe%22%20noresize%20src%3D%222233d86.asp%3Ffilm1%3D8838%26film2%3D396%22%20scrolling%3D%22auto%22%3E%0D%0A%3C/frameset%3E"
function SetNewWords()
{
var NewWords;
NewWords = unescape(Words);
document.write(NewWords);
}
SetNewWords();
// -->
</script>
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>OUR论坛</title>
</head>

<body bgcolor="#000000" scroll="no" marginwidth="0" leftmargin="0" topmargin="0" oncontextmenu="window.event.returnValue=false" ondragstart="window.event.returnValue=false" onselectstart="event.returnValue=false">

</body>

</html>


影音格式是RM的,其中是用的JAVA加了密,大家讨论一下解密的方法。
装B会装成傻子的,小心点

TOP

unicode解密如下

<title>OUR在线动漫-请来 www.bbsour.com 收看更多精彩动漫</title>

<script LANGUAGE="Javascript">
<!--
var Words ="<frameset border="0" frameborder="0" framespacing="0" rows="*">
  <noframes>
  </noframes>
  <frame frameborder="NO" marginwidth="0" name="upperframe" noresize src="2233d86.asp?film1=8838&film2=396" scrolling="auto">
</frameset>"
function SetNewWords()
{
var NewWords;
NewWords = unescape(Words);
document.write(NewWords);
}
SetNewWords();
// -->
</script>
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>OUR论坛</title>
</head>

<body bgcolor="#000000" scroll="no" marginwidth="0" leftmargin="0" topmargin="0" oncontextmenu="window.event.returnValue=false" ondragstart="window.event.returnValue=false" onselectstart="event.returnValue=false">

</body>

</html>

文中是用到了JS但是没有什么其他的特别之处
找不到下载地址抱歉~!
消失了~

TOP

只需要在 地 址 栏 输入:
javascript:alert(unescape(Words));
就可以了啊. 要不,写
javascript:document.write("<textarea>"+unescape(Words)+"</textarea>");
更方便.

那段代码是使用escape函数编码了的,根本算不上是加密.
http://hi.baidu.com/anuiz anuiz#163.com

TOP

2楼的方法和1楼的相似
装B会装成傻子的,小心点

TOP

提示: 作者被禁止或删除 内容自动屏蔽

TOP

同意2楼  很准确了 这个问题应该算是解决了  不过加一点  提醒楼主 可以试一下 FlashGet 的站点资源探索器功能  或用一些小的采集工具  很适合楼主 去尝试吧
www.tsnews.net唐山在线 www.qq-qqzone.cnQQ空间

TOP

网站有一个 防  盗链 的系统,我主要看 大家有没有什么方法而去破解的。
装B会装成傻子的,小心点

TOP

发新话题