This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Clickjacking Cheat Sheet

From OWASP
Revision as of 02:16, 15 November 2011 by Jmanico (talk | contribs) (Created page with "= DRAFT CHEAT SHEET - WORK IN PROGRESS = = Introduction = This article is focused on providing developer guidance on Clickjack/UI Redress attack prevention. == Clickjacking D...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

DRAFT CHEAT SHEET - WORK IN PROGRESS

Introduction

This article is focused on providing developer guidance on Clickjack/UI Redress attack prevention.

Clickjacking Defenses

= Frame busting JavaScript = X-Frame-Options = NoScript = IE8 XSS filter

Restricted frames

Redefining location

Clickjacking detection

References

https://www.owasp.org/index.php/Clickjacking

OWASP Cheat Sheets Project Homepage