这是我收藏的一段代码:<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>ASP源程序查看器</title>
<style>.f{font-size:9pt}</style>
<script>
var autotop=new Array()
autotop[1]=""
autotop[2]=""
autotop[3]=""
autotop[4]=""
autotop[5]=""var autoend=new Array()
autoend[1]=""
autoend[2]=""
autoend[3]=""
autoend[4]=""
autoend[5]=""function auto(cn){
URL=document.forms[0].url.value.toLowerCase()
URLtop=URL.substring(0,7)
URLasp=""
if(URLtop!="http://"){
i=URL.indexOf("/",0)
if(i>5){
URLtop="http://"+URL.substring(0,i+1)
}else{
URLtop=""
}
}else{
i=URL.indexOf("/",12)
if(i>12){
URLtop=URL.substring(0,i+1)
}else{
URLtop=""
}
}
if(URLtop!=""){
j=URL.indexOf(".asp",i)
if(j>i)URLasp=URL.substring(i,j+4)
}
if(URLasp!=""){
if(cn<6){
window.open(URLtop+autotop[cn]+URLasp+autoend[cn],'')
}else{
for(cn=1;cn<6;cn++)window.open(URLtop+autotop[cn]+URLasp+autoend[cn],'')}
}else{
alert("\n\n请输入正确的地址!\n\n")
}
}
</script>
</head><body bgcolor="#CCCCCC">
<form>
<table border="0" width="100%" bgcolor="#C0C0C0" cellpadding="10">
<tr>
<td>
<table border="1" width="100%" bgcolor="#999999" bordercolorlight="#000000" cellspacing="0" 
bordercolordark="#FFFFFF" cellpadding="5">
<tr>
<td bgcolor="#808080" align="center"><font color="#FFFFFF"><b>ASP源程序查看器</b></font></td> 
</tr>
<tr>
<td><p>输入ASP程序地址:<input type="text" name="url" size="80" class="f" onFocus="select()"> 
</p> </td> 
</tr> 
<tr> 
<td> 选择ASP查看方法:<input type="button" value="code" onclick=auto(1) style=width:80 
class="f"> 
<input type="button" value="showcode" onclick=auto(2) style=width:80 class="f"> <input 
type="button" value="::$DATA" onclick=auto(3) style=width:80 class="f"> 
<input type="button" value="%81" onclick=auto(4) style=width:80 class="f"> <input 
type="button" value="null" onclick=auto(5) style=width:80 class="f"> 
<input type="button" value="ALL" onclick=auto(6) style='width: 80; background-color: 
#FF6600' class="f"> </td> 
</tr> 
<tr> 
<td bgcolor="#FFFFFF" class="f"> 
  
<hr> 
<p>    
本程序从五个系统的漏洞着手,提供用户五种查看网上ASP的源程序的方法,方便ASP爱好者的学习。因安全
防范的高低可能会出现五种方法都不法查看的ASP程序,这不是本程序的问题,如果你有新的方法请告之者。<p 
align="center"> 
<font color="#FF0000">警告:本程序不可用于不法的行为,否则后果自负!!!</font>
</td> 
</tr> 
</table> 
</td> 
</tr> 
</table> 
</form></html>

解决方案 »

  1.   

    meizz(梅花雨) 你好:
        你的程序我试过了,好象不行,只是打开要查看的网页,请你试一下后给我回复好吗?
      

  2.   

    To: study_study() 你好:
        其实这段代码是钻的ASP的一些漏洞,与以前.asp::$DATA、,asp%81等手段是一样,这些方法在以前可能成功过,但是现在一般都不行了。你想想看看呀,如果这么简简单单地就把ASP的源代码给端下来了,那还得了?那样的话,微软早就被人家砸了个稀巴烂啦!所以我说你还是省省吧,你这是公然对比尔.盖茨的权威发出了挑战。
        目前来说,你这个想法是每个黑客的梦想,但好还没什么人能够实现它。我正在期待着这一天的到来。
      

  3.   

    meizz(梅花雨) 你好:
        谢谢你的热情帮助!
        对比尔.盖茨先生权威的挑战就留给后来人好了,嘻嘻,我呢,就只有学习学习再学习了,再次表次感谢!