单选题以下哪条命令能利用“SQL”漏洞动用XP_cmdshell存储过程,启动或停止某项服务?()A http://localhost/script?’:EXEC+master..XP_servicecontrol+’start’,+’Server’;-B http://localhost/script?0’:EXEC+master..XP_servicecontrol+’start’,+’Server’;--C http://localhost/script?1’:EXEC+master..XP_ser

题目
单选题
以下哪条命令能利用“SQL”漏洞动用XP_cmdshell存储过程,启动或停止某项服务?()
A

http://localhost/script?’:EXEC+master..XP_servicecontrol+’start’,+’Server’;-

B

http://localhost/script?0’:EXEC+master..XP_servicecontrol+’start’,+’Server’;--

C

http://localhost/script?1’:EXEC+master..XP_servicecontrol+’start’,+’Server’;--

D

http://localhost/script?0’:EXEC+master..XP_servicecontrol+’start’,+’Server’--


相似考题
更多“单选题以下哪条命令能利用“SQL”漏洞动用XP_cmdshell存储过程,启动或停止某项服务?()A http://localhost/script?’:EXEC+master..XP_servicecontrol+’start’,+’Server’;-B http://localhost/script?0’:EXEC+master..XP_servicecontrol+’start’,+’Server’;--C http://localhost/script?1’:EXEC+master..XP_ser”相关问题
  • 第1题:

    假设在helloapp应用中有一个hello.jsp,文件路径为C:/Tomcat/webapps/helloapp/hello/hello.jsp那么在浏览器端访问hello.jsp的URL是(

    )

    A、http://localhost:8080/hello.jsp

    B、http://localhost:8080/helloapp/hello.jsp

    C、http://localhost:8080/helloapp/hello/hello.jsp

    D、http://localhost:8080/helloapp/hello


    正确答案:C

  • 第2题:

    假设在helloapp应用中有一个hello.jsp,它的文件路径如下:%JAVA_HOME%/webapps/helloapp/hello/hello.jsp,那么在浏览器端访问hello.jsp的URL为()。

    A、http://localhost:8080/hello.jsp

    B、http://localhost:8080/helloapp/hello.jsp

    C、http://localhost:8080/helloapp/hello/hello.jsp

    D、http://localhost:8080/webapps/helloapp/hello/dello.jsp


    参考答案:C

  • 第3题:

    假设IIS所预设的主目录位置为D:\Test,如果在D:\Test目录下的mytest.htm被浏览,则其在浏览器中的地址为( )。

    A.http://mytest.htm

    B.http://localhost

    C.http://localhost/mytest.htm

    D.http//localhost/mytest.htm/test/mytest.htm


    正确答案:C

  • 第4题:

    You are using Enterprise Manager to schedule backups for your database.  Which type of script would begenerated by the backup scheduler()

    • A、XML script
    • B、PL/SQL script
    • C、Operating system scriptThis document was downloaded from =>> http://www.amaderforum.com
    • D、Recovery Manager (RMAN) script

    正确答案:D

  • 第5题:

    如果在chapter1下建立了一个子文件夹images,并且在其中放置了一个图片文件1.jpg,那么以下URL正确的是()。

    • A、http://localhost/asptemp/chapter1/images/1.jpg
    • B、http://127.0.0.1/asptemp/chapter1/images/1.jpg
    • C、http://localhost/inetpub/wwwroot/asptemp/chapter1/images/1.jpg
    • D、http://127.0.0.1/inetpub/wwwroot/asptemp/chapter1/images/1.jpg

    正确答案:A,B

  • 第6题:

    AMS客户端下载到PC上,路径正确的是

    • A、~http://ams_ip:8080/ams-client
    • B、http://localhost:8080/ams_download
    • C、http://ams_ip:8080/ams_download
    • D、http://localhost:8080/ams-client

    正确答案:A

  • 第7题:

    安装并成功运行PWS后,打开PWS默认页面的地址栏输入方式中没有()。

    • A、“http://localhost”
    • B、“http://default”
    • C、“http://127.0.0.1”
    • D、“http://你的IP地址”

    正确答案:B

  • 第8题:

    以下哪条命令能利用“SQL”漏洞动用XP_cmdshell存储过程,启动或停止某项服务?()

    • A、http://localhost/script?’:EXEC+master..XP_servicecontrol+’start’,+’Server’;-
    • B、http://localhost/script?0’:EXEC+master..XP_servicecontrol+’start’,+’Server’;--
    • C、http://localhost/script?1’:EXEC+master..XP_servicecontrol+’start’,+’Server’;--
    • D、http://localhost/script?0’:EXEC+master..XP_servicecontrol+’start’,+’Server’--

    正确答案:B

  • 第9题:

    如何查看pop3server是否有启动()

    • A、telnet-locahost-25
    • B、telnet-localhost-53
    • C、telnet-localhost-110
    • D、telnet-localhost-80

    正确答案:C

  • 第10题:

    单选题
    You are using Enterprise Manager to schedule backups for your database.  Which type of script would begenerated by the backup scheduler()
    A

    XML script

    B

    PL/SQL script

    C

    Operating system scriptThis document was downloaded from =>> http://www.amaderforum.com

    D

    Recovery Manager (RMAN) script


    正确答案: A
    解析: 暂无解析

  • 第11题:

    单选题
    向子页面发送消息window.frames[0].postMessage("ninhao","http://localhost/2.html");http://localhost/2.html指的是:()
    A

     发送方地址

    B

     接收方地址

    C

     以上都不是


    正确答案: C
    解析: 暂无解析

  • 第12题:

    单选题
    以下哪条命令能利用“SQL注入”漏洞动用XP_cmdshell存储过程,获得某个子目的清单?()
    A

    http://localhost/script?’:EXEC+master..XP_cmdshell+’dir’:--

    B

    http://localhost/script?1’:EXEC+master..XP_cmdshell+’dir’:--

    C

    http://localhost/script?0’:EXEC+master..XP_cmdshell+’dir’:--

    D

    http://localhost/script?1’:EXEC+master..XP_cmdshell+’dir’--


    正确答案: C
    解析: 暂无解析

  • 第13题:

    假设在helloapp应用中有一个hello.jsp,它的文件路径如下:%JA VA_HOME%/webapps/helloapp/hello/hello.jsp 那么在浏览器端访问hello.jsp的URL是什么? ()

    A.http://localhost:8080/hello.jsp

    B.http://localhost:8080/helloapp/hello.jsp

    C.http://localhost:8080/helloapp/hello/hello.jsp

    D.http://localhost:8080/webapps/helloapp/hello/dello.jsp


    参考答案C

  • 第14题:

    如果想查看IIS是否安装正确,可以打开IE浏览器,在地址栏中输入一个URL地址,不正确的是()。

    A.http://localhost/

    B.http:// 127. 0. 0.1/

    C.http://本机IP地址

    D.http:// 192. 168. 1.1


    正确答案:D

  • 第15题:

    假设在helloapp应用中有一个hello.jsp,它的文件路径如下:TOMCAT_HOME%/webapps/helloapp/hello/hello.jsp那么在浏览器端访问hello.jsp的URL是什么?()

    • A、http://localhost:8080/hello.jsp
    • B、http://localhost:8080/helloapp/hello.jsp
    • C、http://localhost:8080/helloapp/hello/hello.jsp

    正确答案:C

  • 第16题:

    若Weblogic域所在服务器地址为10.151.160.161,域的端口为8001,则登录控制台的地址为()。

    • A、http://10.151.160.161:8001/console/login/
    • B、http://10.151.160.161/console/login/
    • C、http://localhost:8001/console/login/
    • D、以上所有

    正确答案:A

  • 第17题:

    若ASP服务器的根目录是“C:///wwwroot”,虚拟目录别名“temp”对应的路径是“C:///wwwroot/asp/temp”,则浏览temp目录下的文件“test.asp”正确的是()。

    • A、http://localhost/temp/test.asp
    • B、http://127.0.0.1/temp/test.asp
    • C、http://localhost/asp/temp/test.asp
    • D、http://127.0.0.1/asp/test.asp

    正确答案:A,B,C

  • 第18题:

    向子页面发送消息window.frames[0].postMessage("ninhao","http://localhost/2.html");http://localhost/2.html指的是:()

    • A、 发送方地址
    • B、 接收方地址
    • C、 以上都不是

    正确答案:B

  • 第19题:

    以下哪条命令能利用“SQL注入”漏洞动用XP_cmdshell存储过程,获得某个子目的清单?()

    • A、http://localhost/script?’:EXEC+master..XP_cmdshell+’dir’:--
    • B、http://localhost/script?1’:EXEC+master..XP_cmdshell+’dir’:--
    • C、http://localhost/script?0’:EXEC+master..XP_cmdshell+’dir’:--
    • D、http://localhost/script?1’:EXEC+master..XP_cmdshell+’dir’--

    正确答案:A

  • 第20题:

    You deploy two Windows Server 2008 R2 Hyper-V servers. You manage the servers by using Microsoft System Center Virtual Machine Manager (VMM) 2008 R2. You need to ensure that you can restore virtual machines (VMs) in the event of a hardware failure.   What should you do?()

    • A、Use a PowerShell script to create a snapshot of each VM. Run the script every 60 minutes on each Hyper-V server
    • B、Use a PowerShell script to create a checkpoint of each VM. Run the script every 60 minutes on each Hyper-V server
    • C、Use a PowerShell script to pause, export, and start each VM, and then to copy the export to the opposite Hyper-V server. Run the script once per day on each Hyper-V server
    • D、Use a PowerShell script to shut down, export, and start each VM, and then to copy the export to the opposite Hyper-V server. Run the script once per day on each Hyper-V server

    正确答案:D

  • 第21题:

    单选题
    以下哪条命令能利用“SQL”漏洞动用XP_cmdshell存储过程,启动或停止某项服务?()
    A

    http://localhost/script?’:EXEC+master..XP_servicecontrol+’start’,+’Server’;-

    B

    http://localhost/script?0’:EXEC+master..XP_servicecontrol+’start’,+’Server’;--

    C

    http://localhost/script?1’:EXEC+master..XP_servicecontrol+’start’,+’Server’;--

    D

    http://localhost/script?0’:EXEC+master..XP_servicecontrol+’start’,+’Server’--


    正确答案: C
    解析: 暂无解析

  • 第22题:

    单选题
    You deploy two Windows Server 2008 R2 Hyper-V servers. You manage the servers by using Microsoft System Center Virtual Machine Manager (VMM) 2008 R2. You need to ensure that you can restore virtual machines (VMs) in the event of a hardware failure.   What should you do?()
    A

    Use a PowerShell script to create a snapshot of each VM. Run the script every 60 minutes on each Hyper-V server

    B

    Use a PowerShell script to create a checkpoint of each VM. Run the script every 60 minutes on each Hyper-V server

    C

    Use a PowerShell script to pause, export, and start each VM, and then to copy the export to the opposite Hyper-V server. Run the script once per day on each Hyper-V server

    D

    Use a PowerShell script to shut down, export, and start each VM, and then to copy the export to the opposite Hyper-V server. Run the script once per day on each Hyper-V server


    正确答案: C
    解析: 暂无解析

  • 第23题:

    单选题
    安装并成功运行PWS后,打开PWS默认页面的地址栏输入方式中没有()。
    A

    “http://localhost”

    B

    “http://default”

    C

    “http://127.0.0.1”

    D

    “http://你的IP地址”


    正确答案: A
    解析: 暂无解析

  • 第24题:

    多选题
    在J2EE中,对于以下的include指令和include动作,书写正确的是()
    A

    <jsp:include page=http://localhost:/8080/my.jsp/>

    B

    <%@ include file=http://localhost:/8080/my.jsp/>

    C

    <jsp:include file=http://localhost:/8080/my.jsp/>

    D

    <%@ include page=http://localhost:/8080/my.jsp/>


    正确答案: C,A
    解析: 暂无解析