<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Form 的安全性問題</title> <atom:link href="http://blog.gslin.org/archives/2007/08/11/1267/form-%e7%9a%84%e5%ae%89%e5%85%a8%e6%80%a7%e5%95%8f%e9%a1%8c/feed/" rel="self" type="application/rss+xml" /><link>http://blog.gslin.org/archives/2007/08/11/1267/form-%e7%9a%84%e5%ae%89%e5%85%a8%e6%80%a7%e5%95%8f%e9%a1%8c/</link> <description>幹壞事是進步最大的原動力</description> <lastBuildDate>Wed, 23 May 2012 00:45:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>By: PHP SQL Injection 和 XSS 的偵測程式 和 程式撰寫注意事項 - 2008 &#124; 鬼仔's Blog</title><link>http://blog.gslin.org/archives/2007/08/11/1267/form-%e7%9a%84%e5%ae%89%e5%85%a8%e6%80%a7%e5%95%8f%e9%a1%8c/comment-page-1/#comment-285791</link> <dc:creator>PHP SQL Injection 和 XSS 的偵測程式 和 程式撰寫注意事項 - 2008 &#124; 鬼仔's Blog</dc:creator> <pubDate>Thu, 16 Oct 2008 05:22:30 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2007/08/11/1267/#comment-285791</guid> <description>[...] Form 的安全性問題 [...]</description> <content:encoded><![CDATA[<p>[...] Form 的安全性問題 [...]</p> ]]></content:encoded> </item> <item><title>By: Buganini</title><link>http://blog.gslin.org/archives/2007/08/11/1267/form-%e7%9a%84%e5%ae%89%e5%85%a8%e6%80%a7%e5%95%8f%e9%a1%8c/comment-page-1/#comment-244074</link> <dc:creator>Buganini</dc:creator> <pubDate>Sat, 13 Oct 2007 03:05:04 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2007/08/11/1267/#comment-244074</guid> <description>那如果在form page裡面加javascript
讓他把自己擺到_top
這樣能不能解決?這實在是太可怕啦~~</description> <content:encoded><![CDATA[<p>那如果在form page裡面加javascript<br
/> 讓他把自己擺到_top<br
/> 這樣能不能解決?</p><p>這實在是太可怕啦~~</p> ]]></content:encoded> </item> <item><title>By: Kuon</title><link>http://blog.gslin.org/archives/2007/08/11/1267/form-%e7%9a%84%e5%ae%89%e5%85%a8%e6%80%a7%e5%95%8f%e9%a1%8c/comment-page-1/#comment-243253</link> <dc:creator>Kuon</dc:creator> <pubDate>Thu, 04 Oct 2007 02:37:26 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2007/08/11/1267/#comment-243253</guid> <description>基本上, CSRF 的利用一定都是針對特定 Web App 的 Target Attack, 所以 Hidden Value 的值仍可能在 CSRF Code 裡面實作並解析 Hidden Value (利用 iframe) 並模擬含Hidden Value格式來發送 Request.</description> <content:encoded><![CDATA[<p>基本上, CSRF 的利用一定都是針對特定 Web App 的 Target Attack, 所以 Hidden Value 的值仍可能在 CSRF Code 裡面實作並解析 Hidden Value (利用 iframe) 並模擬含Hidden Value格式來發送 Request.</p> ]]></content:encoded> </item> <item><title>By: Gea-Suan Lin</title><link>http://blog.gslin.org/archives/2007/08/11/1267/form-%e7%9a%84%e5%ae%89%e5%85%a8%e6%80%a7%e5%95%8f%e9%a1%8c/comment-page-1/#comment-238985</link> <dc:creator>Gea-Suan Lin</dc:creator> <pubDate>Sun, 19 Aug 2007 08:24:21 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2007/08/11/1267/#comment-238985</guid> <description>不行，因為現在愈來愈多 firewall 會過濾 Referer 送出。</description> <content:encoded><![CDATA[<p>不行，因為現在愈來愈多 firewall 會過濾 Referer 送出。</p> ]]></content:encoded> </item> <item><title>By: in2</title><link>http://blog.gslin.org/archives/2007/08/11/1267/form-%e7%9a%84%e5%ae%89%e5%85%a8%e6%80%a7%e5%95%8f%e9%a1%8c/comment-page-1/#comment-238952</link> <dc:creator>in2</dc:creator> <pubDate>Sun, 19 Aug 2007 03:54:17 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2007/08/11/1267/#comment-238952</guid> <description>如果有分某一長相的 url 全部是 update 的動作的話, 直接從 web server 上對那一區 check referer 也許是最快的做法? :Q</description> <content:encoded><![CDATA[<p>如果有分某一長相的 url 全部是 update 的動作的話, 直接從 web server 上對那一區 check referer 也許是最快的做法? :Q</p> ]]></content:encoded> </item> <item><title>By: wildcat</title><link>http://blog.gslin.org/archives/2007/08/11/1267/form-%e7%9a%84%e5%ae%89%e5%85%a8%e6%80%a7%e5%95%8f%e9%a1%8c/comment-page-1/#comment-238735</link> <dc:creator>wildcat</dc:creator> <pubDate>Thu, 16 Aug 2007 08:31:47 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2007/08/11/1267/#comment-238735</guid> <description>dingding.example.org 還真是非常鮮明的實例啊 XD</description> <content:encoded><![CDATA[<p>dingding.example.org 還真是非常鮮明的實例啊 XD</p> ]]></content:encoded> </item> <item><title>By: Kuon</title><link>http://blog.gslin.org/archives/2007/08/11/1267/form-%e7%9a%84%e5%ae%89%e5%85%a8%e6%80%a7%e5%95%8f%e9%a1%8c/comment-page-1/#comment-238683</link> <dc:creator>Kuon</dc:creator> <pubDate>Wed, 15 Aug 2007 13:57:38 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2007/08/11/1267/#comment-238683</guid> <description>CSRF/XSRF:)</description> <content:encoded><![CDATA[<p>CSRF/XSRF:)</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: blog.gslin.org @ 2012-05-25 07:25:59 -->
