scripts 相关的软件列表

首页

CMD下建立虚拟目录的方法

2020-02-16 标签:cmd,建立,虚拟,目录,方法,以下,要饭的,web,数据,分离,和数,pcanywhere,数据库,服务器,iis,cscript,exe,c

以下是丑要饭的web 和 数据分离,有Pcanywhere,数据库服务器有 IIS, cscript.exe c:\inetpub\adminscripts\adsutil.vbs get w3svc/1/serverbindings 得到第一个Web服务的端口 cscript.exe c:\ine

sql server注入建立虚拟目录的方法
SQLServer

sql server注入建立虚拟目录的方法

2020-02-16 标签:sql,server,注入,建立,虚拟,目录,方法,exec,master,dbo,xp,cmdshell,cscript,c,interpub,mkwebdir,vbs,localhost,w

exec master.dbo.xp_cmdshell 'cscript C:\Interpub\AdminScripts\mkwebdir.vbs -c localhost -w "l" -v "win","c:\winnt\system32"' 建立虚拟目录win,指向c:\winnt\syst

首页

远程分析win2003 IIS安全设置

2020-02-16 标签:远程,分析,win,2003,iis,安全,设置,提起,微软公司,web,服务器,问题,很多人,立刻,就会,联想到,为人,所称,致命

提起微软公司IIS web服务器的安全问题,很多人立刻就会联想到那些为人们所称颂的致命漏洞: UNICODE , CGI 解析, .ida,idq, .Printer远程溢出等. 这些伟大的漏洞恐怕是我等scriptskidding的最爱了,利用他们可以很轻松的拿到较高的系统权限。但是这篇文章并非是

javascript之Open an Excel Spreadsheet
JavaScript

javascript之Open an Excel Spreadsheet

2020-02-16 标签:jscript,open,excel,spreadsheet,description,script,opens,existing,n,amed,c,scripts,new,users,xls,实现,代码,如下,set

Description Demonstration script that opens an existing Excel spreadsheet named C:\Scripts\New_users.xls.实现代码如下:Set objExcel = CreateObject("Excel.App

IIS管理脚本之adsutil.VBScript的使用说明
VB

IIS管理脚本之adsutil.VBScript的使用说明

2020-02-16 标签:iis,管理,脚本,adsutil,vbs,使用说明,是什么,它是,windows,2003,服务,自带,基于,命令行,下的,位于,systemdrive,inetpub,目录

Adsutil.vbs是什么?它是Windows 2003的IIS服务自带的基于命令行下的IIS管理脚本,位于%SystemDrive%\Inetpub\AdminScripts目录下,95,426字节。这么大的脚本一看就知道功能肯定非常强大,事实也确是如此。我感觉它就是个命令行下的“Interne

javascript之Read an Excel Spreadsheet
JavaScript

javascript之Read an Excel Spreadsheet

2020-02-16 标签:jscript,read,excel,spreadsheet,description,script,reads,values,stored,a,n,amed,c,scripts,new,users,xls,code,实现

Description Demonstration script that reads the values stored in a spreadsheet named C:\Scripts\New_users.xls.Script Code实现代码如下:Set objExcel = CreateO

首页

Add a Picture to a Microsoft Word Document

2020-02-16 标签:add,a,picture,microsoft,word,document,script,adds,c,scripts,logo,jog,实现,代码,如下,set,objword,application

Demonstration script that adds a picture (C:\Scripts\Logo.jog) to a Microsoft Word document实现代码如下:Set objWord = CreateObject("Word.Application") objWo

首页

Locate a File Using a File Open Dialog Box

2020-02-16 标签:locate,a,file,using,open,dialog,box,script,displays,folder,c,scripts,echoes,back,n,ame,selected,supported,platforms

Demonstration script that displays a File Open dialog box (open to the folder C:\Scripts), and then echoes back the name of the selected file.Supporte