📄 index.asp
字号:
<%if module="articles" or module="articletmp" 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%'>
<img src='images/add.gif' width='16' height='15' border='0'> <a href="index.asp?module=logout">注销管理员</a>
</td>
<td nowrap>
<%
if module<>"about" and module<>"studio" then
if module="articletmp" then
sql_sch="select * from "&front0&"articles"
else
sql_sch="select * from "&front0&module
end if
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
if module="articletmp" then
sql_sch_1="select * from "&front0&"articles where typeid="&typeid
set rs_sch_1=connn.execute(sql_sch_1)
else
sql_sch_1="select * from "&front0&module&" where typeid="&typeid
set rs_sch_1=conn.execute(sql_sch_1)
end if
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" or module="articletmp" 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" or module="articletmp" 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:webmaster@scccn.com">联系我们</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="<a href='index.asp?module=about&acct=addmember'>添加成员</a>"
s_style=" style='width: 165px'"
else:end if
if module="studio" then
s2_title="<a href='index.asp?module=studio&acct=addmember'>添加工作室成员</a>"
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" or module="articletmp" 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>
<%else:end if
'===============================Tools===============================
type0=request("type")
if module="tools" then
if group00="sadmin" or group00="admin" then
sort_1="扫描探测"
sort_2="攻击入侵"
sort_3="木马后门"
sort_4="嗅探工具"
sort_5="网络工具"
sort_6="破解工具"
sort_7="系统工具"
sort_8="编程工具"
sort_9="安全防御"
sort_10="安全补丁"
sort_11="其他工具"
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
if type0=9 then
type_b9=" <=</b>"
type0_b9="--><b>"
href9="<!--"
else:end if
if type0=10 then
type_b10=" <=</b>"
type0_b10="--><b>"
href10="<!--"
else:end if
if type0=11 then
type_b11=" <=</b>"
type0_b11="--><b>"
href11="<!--"
else:end if
%>
<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>
<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'> <%=href8%><a href='index.asp?module=<%=module%>&type=8'><%=type0_b8%><%=sort_8%><%=type_b8%></a><br>
<img src='images/sort.gif'> <%=href9%><a href='index.asp?module=<%=module%>&type=9'><%=type0_b9%><%=sort_9%><%=type_b9%></a><br>
<img src='images/sort.gif'> <%=href10%><a href='index.asp?module=<%=module%>&type=10'><%=type0_b10%><%=sort_10%><%=type_b10%></a><br>
<img src='images/sort.gif'> <%=href11%><a href='index.asp?module=<%=module%>&type=11'><%=type0_b11%><%=sort_11%><%=type_b11%></a><br>
<%else:end if
else:end if%>
<%
'===============================Holes===============================
type0=request("type")
if module="holes" then
sort_1="远程进入"
sort_2="权限提升"
sort_3="拒绝服务"
sort_4="脚本漏洞"
sort_5="信息泄露"
sort_6="其他类型"
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
%>
<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>
<%else:end if%>
<%
'===============================Exploits===============================
type0=request("type")
if module="exploits" then
sort_1="BSD"
sort_2="Linux"
sort_3="Windows"
sort_4="Other"
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
%>
<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>
<%else:end if%>
<%
'===============================Releases===============================
type0=request("type")
if module="releases" then
if group00="sadmin" or group00="admin" then
sort_1="软件作品"
sort_2="文档作品"
sort_3="代码作品"
if type0=1 then
type_b1=" <=</b>"
type0_b1="--><b>"
href1="<!--"
else:end if
if type0=2 then
type_b2=" <=</b>"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -