Have you ever clicked a button on a website and felt something “unexpected” happened? Maybe a random page opened, a weird like was added, or something just didn’t feel right.
That’s basically the idea behind clickjacking.
Clickjacking is a trick where attackers hide something behind what you actually see on the screen. So when you click a button you think is harmless, you might actually be clicking a completely different hidden button.
For example:
You see a “Play Video” button.
But behind it, there’s a hidden “Share on Facebook” button.
You click Play → you actually share something publicly without knowing.
Clickjacking works because the user interface (UI) can be manipulated. Attackers use things like transparent layers, invisible iframes, and CSS tricks to hide the real action.
It’s simple. It’s sneaky. And it’s surprisingly effective.
REFERENCES
Clickjacking – What It Really Is and Why You Should Care
-
OWASP Foundation. Clickjacking.
https://owasp.org/www-community/attacks/Clickjacking -
Mozilla Developer Network (MDN). Clickjacking – Web Security Terminology.
https://developer.mozilla.org/en-US/docs/Glossary/Clickjacking -
Imperva Cybersecurity. What Is Clickjacking?
https://www.imperva.com/learn/application-security/clickjacking/

Comments
Post a Comment