What is Clickjacking: Clickjacking attack allows to perform an action on victim website, Mostly Facebook and Twitter accounts are targetable. 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 the top level page. Thus, the attacker is "hijacking" clicks meant for their page and routing them to other another page, most likely owned by another application, domain, or both. It may be similar to CSRF Cross Site Request Forgeries Attack. Clickjacking is a term first introduced by Jeremiah Grossman and Robert Hansen in 2008 to describe a technique whereby an attacker tricks a user into performing certain actions on a website by hiding clickable elements inside an invisible iframe. Using a similar technique, keystrokes can also be hijacked. With a carefully crafted combination of stylesheets, iframes, and text boxes, a user can be led to believe they are typing in the password to their email or bank account, but are instead typing into an invisible frame controlled by the attacker. At present this attack mostly use on social network websites like Facebook and twitter, Because this attack is used by convinced victim for click on the link and SocialNetwork website might be very useful for attack on victim. One famous example of clickjacking is Facebook. | Code: <style> iframe { /* iframe from facebook.com */ width:300px; height:100px; position:absolute; top:0; left:0; filter:alpha(opacity=50); /* in real life opacity=0 */ opacity:0.5; } </style> <div>Click on the link to get more followers:</div> <iframe src="/files/tutorial/window/clicktarget.html"></iframe> <a href="http://www.google.com" target="_blank" style="position:relative;left:20px;z-index:-1">CLICK ME!</a> <div>You'll be get 10000 followers..!!</div> Output: Click on the link to get more followersClick Me You'll be get 10000 followers..!!Download ClickJacking Tool For Defence: Clickjacking Protection For more information: OWASP |
yllex
Thursday, October 8, 2015
Popular Posts
-
How to activate GET Service * From your Tata Docomo number SMS FREE to 53333 (toll free) * Instantly you will receive an SMS with the link t...
-
Ds Domination is a training platform that you pay for monthly. When you sign up you'll getINSTANT ACCESSto all of the Video Modules that...
-
Google had applied some changes to blogger blogs and their policies after SOPA and PIPA problems arose so what the thing was done that all y...
-
Am Back With 4g support Frontquery with resume support create new settings in your mobile! apn- 4g.airtel.in proxy- server4.turbo-beta.opera...
-
Steps to follow :- 1) First of all download Gigato App from Playstore or Click Here . 2) Install the App and Open it. 3) Sing up and verif...
-
How To Format USB pendrive Using Windows Command Prompt (CMD) Today i am going to show you How To Format USB pendrive Using Windows Command...
-
What is BRUTE-FORCE attack ? A password attack that does not attempt to decrypt any information, but continue to try different passwo...
-
Do the following steps: You must have youtube channel to perform this trick. Goto http://youtube.com/account_monetization En...
-
Some Peoples hide their mail id in facebook? but try this trick to find his/her mail id, firstly you want vodafone sim. then dial *505# then...
-
Microsoft Office Language Packs[All Languages] Direct Download Microsoft workplace 2013 comes in many alternative languages. you'll be a...
0 comments:
Post a Comment