单项选择题
A.模数NB.公钥EC.私钥DD.偏移量S
小刚在sql注入时,发现回显点仅能读取一条数据。访问http://localhost/index.php?id...
单项选择题小刚在sql注入时,发现回显点仅能读取一条数据。访问http://localhost/index.php?id=-1’union select 1,SCHEMA_NAME,3from information_schema.SCHEMATA%23,得到正常显示结果。请问,小刚获取到的是什么?()
A.当前数据库系统中所有的库B.当前数据库系统中的某个库C.当前数据库中所有的表D.当前数据库中的某个表
小刚在sql注入时,访问http://localhost/index.php?id=-1’union sele...
单项选择题小刚在sql注入时,访问http://localhost/index.php?id=-1’union select 1,group_concat(TABLE_NAME),3from information_schema.TABLES where table_schema="security"%23,得到正常显示结果。请问,小刚正在获取什么?()
A.security库下的所有字段B.security库下的所有表C.security表下的所有字段D.security表下的所有字段属性
在分析日志的时候,发现到了这样的流量:"?config.php?data=cat%20database.sql...
单项选择题在分析日志的时候,发现到了这样的流量:"?config.php?data=cat%20database.sql",目标使用的是一个什么类型的漏洞?()
A.SQL注入B.命令执行C.文件上传D.XSS