clickjacking
Clickjacking is a technique used by hackers or spammers toward trick or cheat the users into clicking at links or buttons that are hidden from normal look (usually links color is same as page background). Clickjacking is possible since regarding a security weakness in web browsers that allows web pages toward be layered furthermore hidden from general view. In this situation what happens is that You think that you are clicking at a standard button or link, like the PLAY button or download button at an video or some stuff, but you are really clicking at a hidden link. Since you can’t see the clickjacker’s hidden link, you have no idea what you’re really doing. You could be downloading malware or making all your Facebook information public without realizing it. Some good hackers make ajax keyloggers furthermore put them as javascripts over their fake websites furthermore when you open them they retrieve all your passwords stored in web browser furthermore records whatever you type while the web browser is open furthermore stores this information at their servers.There are several types regarding clickjacking but the most common is toward hide a LIKE button under a dummy or fake button. This technique is called Likejacking. A scammer or hacker might trick you by saying that you like a product you’ve never heard. At first glance, likejacking sounds more annoying than harmful, but that’s not always true. If you’re scammed beneficial to liking Mark Zukenberg, the world isn’t likely toward end. But you may be helping toward spread spam or possibly sending Friends somewhere that contains malware.
How It Work ?
The like button is made hidden furthermore it moves along with the mouse.So, wherever the user clicks, the like button is clicked furthermore your fan page is
liked.First download the JavaScript from the below download link.
After downloading the script extract all the files.Now modify the config.js furthermore follow the below instructions.
1. Modify config.js file in "src" folder toward change fan page URL furthermore other things.Comments are provided beside them toward help you what they do exactly.
2. There is a time out function after which the like button will not be present(move) anymore. "time" if set toward 0 will make it stay forever(which is usually not preferred).
3. Set opacity toward '0' before you run the script. Otherwise the like button will not be invisible
Properly set the var in the file if it is jumbled ?
After modifying the config.js script upload these scripts toward javascript hosting website.I prefer yourjavascript you can also upload toward some other website.
How To Run The Script ?
1. Add config.js just above head tag in your pages
2. Add like.js after body tag in your pagesRemove src link with your uploaded link.
4. That's it. The script is ready toward go.
-->