搜索
查看: 271|回复: 0

asp带回显的Shell.Application组件

[复制链接]
Striker 该用户已被删除
发表于 2015-3-7 20:16:35 | 显示全部楼层 |阅读模式
Author:柠檬草

Blog:www.iamstudy.cn

Team: SecBox.cn – 安全盒子



当wscript.shell组件被禁用时 可以用Shell.Application执行命令,但是没有在网上找到一个比较好用的,于是自己动手来弄弄

http://lcx.cc/?i=1352   wscript.shell组件被禁用时 可以用Shell.Application执行命令

http://lcx.cc/?i=1628   Asp 使用 Shell.Application 组件执行命令



参考了一下

http://ss64.com/vb/shellexecute.html   Shell.Application的具体使用方式

Syntax

.ShellExecute “application”, “parameters”, “dir”, “verb”, window

.ShellExecute ‘some program.exe’, ‘”some parameters with spaces”‘, , “runas”, 1

Key

application   The file to execute (required)

parameters    Arguments for the executable

dir           Working directory

verb          The operation to execute (runas/open/edit/print)

window        View mode application window (normal=1, hide=0)

1

下载地址:

http://www.iamstudy.cn//things/tool/Shell.application.rar
您需要登录后才可以回帖 登录 | Join BUC

本版积分规则

Powered by Discuz!

© 2012-2015 Baiker Union of China.

快速回复 返回顶部 返回列表