网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
以下哪条命令能利用“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’--
参考答案
更多 “以下哪条命令能利用“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’--” 相关考题
考题
如果外地的朋友通过Internet访问你计算机上的ASP.NET文件,应该选择()。
A.http://localhost//ziliao/1.aspxB.//ziliao/1.aspxC.http://您的计算机的名字//ziliao/1.aspxD.http://您的计算机的IP地址//ziliao/1.aspx
考题
在J2EE中,对于以下的include指令和include动作,书写正确的是()
A.jsp:includepage=http://localhost:/8080/my.jsp/B.%@includefile=http://localhost:/8080/my.jsp/C.jsp:includefile=http://localhost:/8080/my.jsp/D.%@includepage=http://localhost:/8080/my.jsp/
考题
在本机的IIS上的默认Web站点中,有一个名称为homework的虚拟目录,如果要浏览此目录中的student1.aspx文件,则需在IE的地址栏中,键入( )即可浏览此网页。
A、http://localhost/studentaspxB、http://127.0.0.1/studentaspxC、http://localhost/homework/studentaspxD、http://127.0.0.1/homework
考题
安装并成功运行PWS后,打开PWS默认页面的地址栏输入方式中没有()。
A.“http://localhost”B.“http://default”C.“http://127.0.0.1”D.“http://你的IP地址”
考题
假设在helloapp应用中有一个hello.jsp,文件路径为C:/Tomcat/webapps/helloapp/hello/hello.jsp那么在浏览器端访问hello.jsp的URL是()A、http://localhost:8080/hello.jspB、http://localhost:8080/helloapp/hello.jspC、http://localhost:8080/helloapp/hello/hello.jspD、http://localhost:8080/helloapp/hello
考题
假设在helloapp应用中有一个hello.jsp,它的文件路径如下:%JA VA_HOME%/webapps/helloapp/hello/hello.jsp 那么在浏览器端访问hello.jsp的URL是什么? ()A.http://localhost:8080/hello.jspB.http://localhost:8080/helloapp/hello.jspC.http://localhost:8080/helloapp/hello/hello.jspD.http://localhost:8080/webapps/helloapp/hello/dello.jsp
考题
假设在helloapp应用中有一个hello.jsp,它的文件路径如下:%JAVA_HOME%/webapps/helloapp/hello/hello.jsp,那么在浏览器端访问hello.jsp的URL为()。
A、http://localhost:8080/hello.jspB、http://localhost:8080/helloapp/hello.jspC、http://localhost:8080/helloapp/hello/hello.jspD、http://localhost:8080/webapps/helloapp/hello/dello.jsp
考题
如果想查看IIS是否安装正确,可以打开IE浏览器,在地址栏中输入一个URL地址,不正确的是()。
A.http://localhost/B.http:// 127. 0. 0.1/C.http://本机IP地址D.http:// 192. 168. 1.1
考题
假设IIS所预设的主目录位置为D:\Test,如果在D:\Test目录下的mytest.htm被浏览,则其在浏览器中的地址为( )。A.http://mytest.htmB.http://localhostC.http://localhost/mytest.htmD.http//localhost/mytest.htm/test/mytest.htm
考题
假设在helloapp应用中有一个hello.jsp,它的文件路径如下:TOMCAT_HOME%/webapps/helloapp/hello/hello.jsp那么在浏览器端访问hello.jsp的URL是什么?()A、http://localhost:8080/hello.jspB、http://localhost:8080/helloapp/hello.jspC、http://localhost:8080/helloapp/hello/hello.jsp
考题
若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、以上所有
考题
如果在chapter1下建立了一个子文件夹images,并且在其中放置了一个图片文件1.jpg,那么以下URL正确的是()。A、http://localhost/asptemp/chapter1/images/1.jpgB、http://127.0.0.1/asptemp/chapter1/images/1.jpgC、http://localhost/inetpub/wwwroot/asptemp/chapter1/images/1.jpgD、http://127.0.0.1/inetpub/wwwroot/asptemp/chapter1/images/1.jpg
考题
若ASP服务器的根目录是“C:///wwwroot”,虚拟目录别名“temp”对应的路径是“C:///wwwroot/asp/temp”,则浏览temp目录下的文件“test.asp”正确的是()。A、http://localhost/temp/test.aspB、http://127.0.0.1/temp/test.aspC、http://localhost/asp/temp/test.aspD、http://127.0.0.1/asp/test.asp
考题
http://localhost:9000/appname/module/rest/user/0001该请求中,appname为()A、应用项目名称B、模块名C、场景名D、weblet名
考题
AMS客户端下载到PC上,路径正确的是A、~http://ams_ip:8080/ams-clientB、http://localhost:8080/ams_downloadC、http://ams_ip:8080/ams_downloadD、http://localhost:8080/ams-client
考题
向子页面发送消息window.frames[0].postMessage("ninhao","http://localhost/2.html");http://localhost/2.html指的是:()A、发送方地址B、接收方地址C、以上都不是
考题
下列网站中属于全文搜索引擎的是()。A、http://dir.yahoo.com.cnB、B.http://www.sincom.cnC、http://www.baidu.comD、http://dir.sohu.com
考题
安装并成功运行PWS后,打开PWS默认页面的地址栏输入方式中没有()。A、“http://localhost”B、“http://default”C、“http://127.0.0.1”D、“http://你的IP地址”
考题
以下哪条命令能利用“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_servicecontrol+’start’,+’Server’;--D
http://localhost/script?0’:EXEC+master..XP_servicecontrol+’start’,+’Server’--
考题
单选题向子页面发送消息window.frames[0].postMessage("ninhao","http://localhost/2.html");http://localhost/2.html指的是:()A
发送方地址B
接收方地址C
以上都不是
考题
单选题安装并成功运行PWS后,打开PWS默认页面的地址栏输入方式中没有()。A
“http://localhost”B
“http://default”C
“http://127.0.0.1”D
“http://你的IP地址”
考题
单选题以下哪条命令能利用“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’--
考题
多选题在J2EE中,对于以下的include指令和include动作,书写正确的是()Ajsp:include page=http://localhost:/8080/my.jsp/B%@ include file=http://localhost:/8080/my.jsp/Cjsp:include file=http://localhost:/8080/my.jsp/D%@ include page=http://localhost:/8080/my.jsp/
热门标签
最新试卷