📄 index.asp
字号:
loop
%>
</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<DIV class=pixs></DIV>
<TABLE height=150 cellSpacing=0 cellPadding=0 width="100%"
align=center border=0>
<TBODY>
<TR>
<TD background=images/line.gif bgColor=#1176B0 height=30>
<DIV class=caption>工具更新</DIV></TD></TR>
<TR>
<TD vAlign=top bgColor=#ffffff height=100>
<TABLE cellSpacing=0 cellPadding=1 width="100%" align=center
bgColor=#ffffff border=0>
<TBODY>
<TR>
<TD vAlign=top bgColor=#ffffff>
<TR>
<%
i=0
do while i<6 and not rs_to.eof
i=i+1
type_2=rs_to("typeid")
if type_2=1 then title_2="扫描探测" else:end if
if type_2=2 then title_2="攻击入侵" else:end if
if type_2=3 then title_2="木马后门" else:end if
if type_2=4 then title_2="嗅探工具" else:end if
if type_2=5 then title_2="网络工具" else:end if
if type_2=6 then title_2="破解工具" else:end if
if type_2=7 then title_2="系统工具" else:end if
if type_2=8 then title_2="编程工具" else:end if
if type_2=9 then title_2="安全防御" else:end if
if type_2=10 then title_2="安全补丁" else:end if
if type_2=11 then title_2="其他工具":end if
title_to=mid(rs_to("to_name"),1,to_word_1)
if mid(rs_to("to_name"),to_word_1+1,1)<>"" then title_tod="......" else title_tod="":end if
%>
<TD noWrap width="10%">·[ <A title="所在分类: <%=title_2%>"
href="index.asp?module=tools&type=<%=rs_to("typeid")%>"><%=title_2%></A> ]</TD>
<TD align=left width="60%">
<%if rs_to("typeid")="" or rs_to("id")="" then
else
%>
<A
title="完整标题: <%=rs_to("to_name")%>"
href="index.asp?module=tools&act=view&type=<%=rs_to("typeid")%>&id=<%=rs_to("id")%>"><%=title_to&title_tod%></A><%end if%></TD>
<TD noWrap width="20%"><%=rs_to("to_user")%></TD>
<TD noWrap width="10%"><%=rs_to("to_time00")%> </TD></TR>
<%
rs_to.movenext
loop
%>
</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<DIV class=pixs></DIV>
<TABLE height=150 cellSpacing=0 cellPadding=0 width="100%"
align=center border=0>
<TBODY>
<TR>
<TD background=images/line.gif bgColor=#1176B0 height=30>
<DIV class=caption>漏洞更新</DIV></TD></TR>
<TR>
<TD vAlign=top bgColor=#ffffff height=100>
<TABLE cellSpacing=0 cellPadding=1 width="100%" align=center
bgColor=#ffffff border=0>
<TBODY>
<TR>
<TD vAlign=top bgColor=#ffffff>
<TR>
<%
i=0
do while i<6 and not rs_ho.eof
i=i+1
type_3=rs_ho("typeid")
if type_3=1 then title_3="远程进入" else:end if
if type_3=2 then title_3="权限提升" else:end if
if type_3=3 then title_3="拒绝服务":end if
if type_3=4 then title_3="脚本漏洞":end if
if type_3=5 then title_3="信息泄露":end if
if type_3=6 then title_3="其他类型":end if
title_ho=mid(rs_ho("ho_name"),1,ho_word_1)
if mid(rs_ho("ho_name"),ho_word_1+1,1)<>"" then title_hod="......" else title_hod="":end if
%>
<TD noWrap width="10%">·[ <A title="所在分类: <%=title_3%>"
href="index.asp?module=holes&type=<%=rs_ho("typeid")%>"><%=title_3%></A> ]</TD>
<TD align=left width="60%">
<%if rs_ho("typeid")="" or rs_ho("id")="" then
else
%>
<A
title="完整标题: <%=rs_ho("ho_name")%>"
href="index.asp?module=holes&act=view&type=<%=rs_ho("typeid")%>&id=<%=rs_ho("id")%>"><%=title_ho&title_hod%></A><%end if%></TD>
<TD noWrap width="20%"><%=rs_ho("ho_user")%></TD>
<TD noWrap width="10%"><%=rs_ho("ho_time00")%> </TD></TR>
<%
rs_ho.movenext
loop
%>
</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<DIV class=pixs></DIV>
<TABLE height=150 cellSpacing=0 cellPadding=0 width="100%"
align=center border=0>
<TBODY>
<TR>
<TD background=images/line.gif bgColor=#1176B0 height=30>
<DIV class=caption>代码更新</DIV></TD></TR>
<TR>
<TD vAlign=top bgColor=#ffffff height=100>
<TABLE cellSpacing=0 cellPadding=1 width="100%" align=center
bgColor=#ffffff border=0>
<TBODY>
<TR>
<TD vAlign=top bgColor=#ffffff>
<TR>
<%
i=0
do while i<6 and not rs_ex.eof
i=i+1
type_4=rs_ex("typeid")
if type_4=1 then title_4="BSD" else:end if
if type_4=2 then title_4="Linux" else:end if
if type_4=3 then title_4="Windows":end if
if type_4=4 then title_4="Other":end if
title_ex=mid(rs_ex("ex_name"),1,ex_word_1)
if mid(rs_ex("ex_name"),ex_word_1+1,1)<>"" then title_exd="......" else title_exd="":end if
%>
<TD noWrap width="10%">·[ <A title="所在分类: <%=title_4%>"
href="index.asp?module=exploits&type=<%=rs_ex("typeid")%>"><%=title_4%></A> ]</TD>
<TD align=left width="60%">
<%if rs_ex("typeid")="" or rs_ex("id")="" then
else
%><A
title="完整标题: <%=rs_ex("ex_name")%>"
href="index.asp?module=exploits&act=view&type=<%=rs_ex("typeid")%>&id=<%=rs_ex("id")%>"><%=title_ex&title_exd%></A><%end if%></TD>
<TD noWrap width="20%"><%=rs_ex("ex_user")%></TD>
<TD noWrap width="10%"><%=rs_ex("ex_time00")%> </TD></TR>
<%
rs_ex.movenext
loop
%>
</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD>
<TD class=right>
<DIV class=boxs>
<DIV class=border>
<P>其他连接</P></DIV>
<DIV class=content>
<FIELDSET class=main><LEGEND><STRONG>邮件列表</STRONG></LEGEND>
<P></P>
<FORM action=# method=post
target=_blank><INPUT type=hidden value=coollion name=listname>
<P align=center><INPUT onclick="email.value='';return false;" maxLength=40
size=12 value=您的邮件地址 name=email> </P>
<P align=center><INPUT type=submit CHECKED value=订阅 name=sub> <INPUT type=submit value=消订 name=unsub> </P></FORM></FIELDSET>
<FIELDSET class=main><LEGEND><STRONG>在线交流</STRONG></LEGEND>
<P></P>
<%=settings("se_chat")%>
</FIELDSET>
<FIELDSET class=main><LEGEND><STRONG>友情连接</STRONG></LEGEND>
<table border="0" width="162" id="table1">
<tr>
<td>
<p></p>
<%=url_scc%>
<%do while not rs_li.eof%>
<P><A href="<%=rs_li("li_url")%>" title="<%=rs_li("li_title")%>" target=_blank><%=rs_li("li_name")%></A></P>
<%rs_li.movenext
loop%>
<p></p></td>
</tr>
</table>
</FIELDSET>
</DIV></DIV></TD></TR></TBODY></TABLE>
<%else:end if%>
<%if module="articles" or module="tools" or module="holes" or module="exploits" or module="releases" or module="studio" or module="about" then%>
<div class='2emboxs'>
<div class='2emborder'><p></p></div>
<div class='content'>
<table cellspacing='0' >
<tr>
<td align='left' width='100%'>
<%if module<>"about" or module<>"studio" then%>
<img src='images/add.gif' width='16' height='15' border='0' /> <a href='index.asp?module=articles&act=addnew'>递交文章</a>
<%else
response.write "123"
end if%>
</td>
<td nowrap>
<%
if module<>"about" and module<>"studio" then
sql_sch="select * from "&front0&module
set rs_sch=conn.execute(sql_sch)
rs_sch.movefirst
do while not rs_sch.eof
a=a+1
rs_sch.movenext
loop
if typeid<>0 then
sql_sch_1="select * from "&front0&module&" where typeid="&typeid
set rs_sch_1=conn.execute(sql_sch_1)
do while not rs_sch_1.eof
aa=aa+1
rs_sch_1.movenext
loop
else
aa=a
end if
end if
'=========================Title of sort=========================
if module="articles" then s_title="文章" else:end if
if module="tools" then s_title="软件" else:end if
if module="holes" then s_title="漏洞" else:end if
if module="exploits" then s_title="代码" else:end if
if module="releases" then s_title="作品" else:end if
if module<>"about" and module<>"studio" then
%>
<img src='images/tools.gif'> <%=s_title%>总数: <%=a%> 个 本类<%=s_title%>: <%=aa%> 个
<img src='images/search.gif'>
<form method='POST' action='index.asp?module=<%=module%>&act=search'>
<input type='hidden' name='module' value='tools'>
<input type='hidden' name='act' value='search'>
<input type='text' name='keyword' Onclick="keyword.value='';return false;" value='关键字' size='16'>
<select size='1' name='searchtype'>
<option value='0' selected> 所有分类 </option>
<%if module="articles" then%>
<option value=8>本站公告</option><option value=7>原创天空</option><option value=1>安全技术</option><option value=2>漏洞分析</option><option value=3>工具介绍</option><option value=4>系统知识</option><option value=5>网络知识</option><option value=6>安全防护</option>
<%else:end if%>
<%if module="tools" then%>
<option value=1>扫描探测</option><option value=2>攻击入侵</option><option value=3>木马后门</option><option value=4>嗅探工具</option><option value=5>网络工具</option><option value=6>破解工具</option><option value=7>系统工具</option><option value=8>编程工具</option><option value=9>安全防御</option><option value=10>安全补丁</option><option value=11>其他工具</option>
<%else:end if%>
<%if module="holes" then%>
<option value=1>远程进入</option><option value=2>权限提升</option><option value=3>拒绝服务</option><option value=4>脚本漏洞</option><option value=5>信息泄露</option><option value=6>其他类型</option>
<%else:end if%>
<%if module="exploits" then%>
<option value=1>BSD</option><option value=2>Linux</option><option value=3>Windows</option><option value=4>Other</option>
<%else:end if%>
<%if module="releases" then%>
<option value=1>软件作品</option><option value=2>文档作品</option><option value=3>代码作品</option>
<%else:end if%>
</select>
<input type='submit' value='搜索' name='search'>
</form>
<%else%>
<IMG src="images/email.bmp"> <A href="mailto:<%=sendmail%>">联系我们</A>
<%end if%>
</td>
</tr>
</table>
</div>
</div>
<br />
<table width='100%' class='position' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td class='left'>
<div class='boxs'>
<div class='border'><p>快速通道</p></div>
<div class='content'>
<%if module<>"about" and module<>"studio" then s2_title="分类" else:end if
if module="about" then
s2_title="核心成员"
s_style=" style='width: 165px'"
else:end if
if module="studio" then
s2_title="工作室成员"
s_style=" style='width: 165px'"
else:end if
%>
<fieldset class='main'<%=s_style%>>
<legend><strong><%=s_title&s2_title%></strong></legend>
<p></p>
<%
'===============================Articles===============================
type0=request("type")
if module="articles" then
sort_8="本站公告"
sort_1="安全技术"
sort_2="漏洞分析"
sort_3="工具介绍"
sort_4="系统知识"
sort_5="网络知识"
sort_6="安全防护"
sort_7="原创天空"
if type0=1 then
type_b1=" <=</b>"
type0_b1="--><b>"
href1="<!--"
else:end if
if type0=2 then
type_b2=" <=</b>"
type0_b2="--><b>"
href2="<!--"
else:end if
if type0=3 then
type_b3=" <=</b>"
type0_b3="--><b>"
href3="<!--"
else:end if
if type0=4 then
type_b4=" <=</b>"
type0_b4="--><b>"
href4="<!--"
else:end if
if type0=5 then
type_b5=" <=</b>"
type0_b5="--><b>"
href5="<!--"
else:end if
if type0=6 then
type_b6=" <=</b>"
type0_b6="--><b>"
href6="<!--"
else:end if
if type0=7 then
type_b7=" <=</b>"
type0_b7="--><b>"
href7="<!--"
else:end if
if type0=8 then
type_b8=" <=</b>"
type0_b8="--><b>"
href8="<!--"
else:end if
%>
<img src='images/sort.gif'> <%=href8%><a href='index.asp?module=<%=module%>&type=8'><%=type0_b8%><%=sort_8%><%=type_b8%></a><br>
<img src='images/sort.gif'> <%=href7%><a href='index.asp?module=<%=module%>&type=7'><%=type0_b7%><%=sort_7%><%=type_b7%></a><br>
<img src='images/sort.gif'> <%=href1%><a href='index.asp?module=<%=module%>&type=1'><%=type0_b1%><%=sort_1%><%=type_b1%></a><br>
<img src='images/sort.gif'> <%=href2%><a href='index.asp?module=<%=module%>&type=2'><%=type0_b2%><%=sort_2%><%=type_b2%></a><br>
<img src='images/sort.gif'> <%=href3%><a href='index.asp?module=<%=module%>&type=3'><%=type0_b3%><%=sort_3%><%=type_b3%></a><br>
<img src='images/sort.gif'> <%=href4%><a href='index.asp?module=<%=module%>&type=4'><%=type0_b4%><%=sort_4%><%=type_b4%></a><br>
<img src='images/sort.gif'> <%=href5%><a href='index.asp?module=<%=module%>&type=5'><%=type0_b5%><%=sort_5%><%=type_b5%></a><br>
<img src='images/sort.gif'> <%=href6%><a href='index.asp?module=<%=module%>&type=6'><%=type0_b6%><%=sort_6%><%=type_b6%></a><br>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -