首页
社区
课程
招聘
打搅~这种加密页如何还原如何解?
2004-5-6 11:26 7043

打搅~这种加密页如何还原如何解?

2004-5-6 11:26
7043
没找到可以发的地方,不知道大家对这个有研究没有!

呵呵~姑且算它是一种页面的加壳吧!

<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%3D2221%26film2%3D541%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 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>欢迎收看电影</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>

</body>

</html>

一个电影页,可以在线播放,想找到连接可以利用工具,但打开源码却看不到看来是用JAVA加了密,不知改如何得到加密前的原文?

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
点赞6
打赏
分享
最新回复 (3)
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
Javaman 2004-5-7 10:34
2
0
<frameset border="0" frameborder="0 framespacing="0" rows="*">
<noframes>
</noframes>
<frame frameborder="NO" marginwidth="0" name="upperframe"
noresize src="2233d86.asp?film1=2221&film2=541" scrolling="auto">
</frameset>

加密的内容就是上面这一段了。
雪    币: 231
活跃值: (160)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
yimarong 2004-5-7 13:41
3
0
根据这段还原后的代码还是找不到流媒体源路径,用工具H-URLSnooper11b1cn-Andy也是有的可以得到路径有的不能!

这段代码是我在可以在线播放的对话框中CTRL+N后的到的!

对话框是REAL ONE形式,右键有转到REAL ONE播放,但转到REAL ONE 后无法正常播放!(显示路径错误)

此时再点原在线播放框的播放键仍然可以继续播放!

断掉网线有错误提示,但无路径出现!

大家有什么高招吗?
雪    币: 228
活跃值: (160)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
辉仔Yock 2004-5-7 16:53
4
0
<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=2221&film2=541" scrolling="auto">
</frameset>"
function SetNewWords()
{
var NewWords;
NewWords = unescape(Words);
document.write(NewWords);
}
SetNewWords();
// -->
</script>
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>欢迎收看电影</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>

</body>

</html>
游客
登录 | 注册 方可回帖
返回