<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>3초기억력</title>
    <link>https://cong4u.tistory.com/</link>
    <description>나이가 들어갈수록 기억력 감퇴의 심각성을 깨닫지만...
3초 앞 상황을 기억못하는 물고기처럼 기억하고 싶지 않은 것들도 있는...
내 추억의 부스러기들...</description>
    <language>ko</language>
    <pubDate>Sat, 25 Jul 2026 06:56:08 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>잠수콩</managingEditor>
    <image>
      <title>3초기억력</title>
      <url>https://t1.daumcdn.net/cfile/tistory/2562803A58DB50C421</url>
      <link>https://cong4u.tistory.com</link>
    </image>
    <item>
      <title>classic asp IIS에서 SameSite 전체 적용하기</title>
      <link>https://cong4u.tistory.com/440</link>
      <description>classic asp 에서 samesite 설정하는 방법1. 소스 상에서 처리하는 방법- 한글윈도우라면 GMT 날짜 형식이 안맞아서 Expires 가 오류가 날 수 있음.
' GMT 형식으로 변환하는 함수
Function GetGMTDate(dt)
	' 요일, 일, 월, 년, 시, 분, 초를 GMT 형식으로 반환
	GetGMTDate = WeekdayName(Weekday(dt), True) &amp;amp; &quot;, &quot; &amp;amp; Day(dt) &amp;amp; &quot;-&quot;..</description>
      <category>플밍_ASP</category>
      <category>iis urlrewrite</category>
      <category>samesite설정</category>
      <author>잠수콩</author>
      <guid isPermaLink="true">https://cong4u.tistory.com/440</guid>
      <comments>https://cong4u.tistory.com/440#entry440comment</comments>
      <pubDate>Mon, 14 Oct 2024 16:28:31 +0900</pubDate>
    </item>
    <item>
      <title>개선된 SQL 인젝션 탐지 함수</title>
      <link>https://cong4u.tistory.com/439</link>
      <description>정상적인 SQL 쿼리를 감지하지 않으면서도 SQL 인젝션 공격을 탐지할 수 있도록 패턴을 더욱 구체화하겠습니다. 
&amp;lt;%
Function IsSQLInjection(userInput)
    Dim lowerInput, suspiciousPatterns, pattern, i
    
    ' 입력을 소문자로 변환하여 대소문자 무시
    lowerInput = LCase(Trim(userInput))

    ' SQL 인젝션에서 자주 사용되는 패..</description>
      <category>플밍_ASP</category>
      <category>개선된sql인젝션함수</category>
      <author>잠수콩</author>
      <guid isPermaLink="true">https://cong4u.tistory.com/439</guid>
      <comments>https://cong4u.tistory.com/439#entry439comment</comments>
      <pubDate>Thu, 22 Aug 2024 10:38:31 +0900</pubDate>
    </item>
    <item>
      <title>Classic asp SQL Injection</title>
      <link>https://cong4u.tistory.com/438</link>
      <description>Classic ASP에서 SQL 인젝션을 방지하는 더 안전한 방법 중 하나는 매개변수화된 쿼리를 사용하는 것입니다. 매개변수화된 쿼리는 ADO(ActiveX Data Objects)를 통해 수행할 수 있으며, 이를 사용하면 SQL 인젝션 공격을 효과적으로 방지할 수 있습니다.다음은 Classic ASP에서 ADO를 사용하여 매개변수화된 쿼리를 작성하는 방법입니다:
&amp;lt;%
' 데이터베이스 연결 설정
Dim conn, cmd, rs, sqlQuery
S..</description>
      <category>플밍_ASP</category>
      <category>classic asp sql 인젝션</category>
      <category>SQL인젝션</category>
      <author>잠수콩</author>
      <guid isPermaLink="true">https://cong4u.tistory.com/438</guid>
      <comments>https://cong4u.tistory.com/438#entry438comment</comments>
      <pubDate>Thu, 22 Aug 2024 10:37:31 +0900</pubDate>
    </item>
    <item>
      <title>javascript 전체 체크 박스 컨트롤</title>
      <link>https://cong4u.tistory.com/437</link>
      <description>체크박스를 모두 선택하거나 해제할 수 있는 스크립트를 추가하여, 버튼 클릭 시 모든 체크박스의 상태를 토글(toggle)하는 기능을 구현해보겠습니다. 이를 위해 두 개의 버튼을 사용하여 &quot;전체 선택&quot;과 &quot;전체 해제&quot; 기능을 각각 수행하도록 하겠습니다.
&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html lang=&quot;en&quot;&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta charset=&quot;UTF-8&quot;&amp;gt;
    &amp;lt;meta name=&quot;view..</description>
      <category>코딩_javascript</category>
      <category>javascript체크박스컨트롤</category>
      <category>전체선택체크박스</category>
      <author>잠수콩</author>
      <guid isPermaLink="true">https://cong4u.tistory.com/437</guid>
      <comments>https://cong4u.tistory.com/437#entry437comment</comments>
      <pubDate>Thu, 22 Aug 2024 10:34:14 +0900</pubDate>
    </item>
    <item>
      <title>구글 웹사이트 속도 분석</title>
      <link>https://cong4u.tistory.com/436</link>
      <description>https://pagespeed.web.dev/

&amp;nbsp;

PageSpeed Insights
올바른 URL을 입력하세요.
pagespeed.web.dev



&amp;nbsp;</description>
      <category>IT스킬</category>
      <category>구글웹사이트속도</category>
      <category>웹사이트속도분석</category>
      <category>웹사이트속도체크</category>
      <author>잠수콩</author>
      <guid isPermaLink="true">https://cong4u.tistory.com/436</guid>
      <comments>https://cong4u.tistory.com/436#entry436comment</comments>
      <pubDate>Wed, 17 Jul 2024 12:52:01 +0900</pubDate>
    </item>
  </channel>
</rss>