Clickjacking, also known as a βUI redress attackβ, is when an attacker uses multiple transparent or opaque layers to trick a user into clicking on a button or link on another page when they were intending to click on the top level page.
Thus, the attacker is βhijackingβ clicks meant for their page and routing them to another page, most likely owned by another application, domain, or both.
Check
No X-Frame-Options Header
No Content Security Policy (with theframe-ancestorsdirective)
PoC
BurpSuite
Manual
<!-- copy in a form field --><iframesrc="http://www.google.com"width="250"height="250"></iframe>