Security Related
iteye_1365
这个作者很懒,什么都没留下…
展开
-
frame-jacking(clicking jacking, Redress issue)
BriefCurrently there is a vulnerability of some application which is the application can be opened inside a frame, and the application does not detect whether the application has been loade...2013-02-25 21:51:49 · 151 阅读 · 0 评论 -
XSS Attack
Cross-site Scripting (XSS) Overview Cross-Site Scripting attacks are a type of injection problem, in which malicious scripts are injected into the otherwise benign and trusted web sites. Cro...2013-02-25 22:13:53 · 464 阅读 · 0 评论 -
XSS (Cross Site Scripting) Prevention approach
Introduction This article provides a simple positive model for preventing XSS using output escaping/encoding properly. While there are a huge number of XSS attack vectors, following a few simple r...2013-02-25 22:21:15 · 211 阅读 · 0 评论