<% ' =========================== ' injection ó¸® ' =========================== injection_filter = " 0 Then f_injection = true 'Response.Write "Á˼ÛÇÕ´Ï´Ù.
" 'Response.Write "Ư¼ö¹®ÀÚ³ª ¸í·É¾îµéÀº ¼­¹ö¿¡ Àü´ÞÇÒ ¼ö ¾ø½À´Ï´Ù. (ÇÊÅ͸µµÈ ¹®ÀÚ : "& injection_filter_arr(j) &")
" 'Call objXML_Log(injection_filter_arr(j),query_string) ' Response.End exit for end if next End function 'postüũ For each item in REQUEST.FORM For i=1 to REQUEST.FORM(item).Count If REQUEST.FORM(item)(i) <> "" Then If f_injection(REQUEST.FORM(item)(i)) = true then post_check = true exit for End if End if Next Next 'cookieüũ For each item in REQUEST.COOKIES For i=1 to REQUEST.COOKIES(item).Count If REQUEST.COOKIES(item)(i) <> "" Then ' Response.Write REQUEST.COOKIES(item)(i) If f_injection(REQUEST.COOKIES(item)(i)) = true then cookie_check = true exit for End if End if Next Next 'getüũ inj_qs = Request.ServerVariables("QUERY_STRING") If inj_qs <> "" Then get_check = f_injection(unescape(inj_qs)) End if if post_check = true or get_check = True Or cookie_check = True Then ' Response.Write("") Response.End End if %>