Hack Someone’s Clipboard Remotely
10 January 2009
No Comment
Ctrl+C we use it every day . But it’s
not a very
safe thing to do.
why.
What happens when you press Ctrl+C while you are
Online… We do
copy various data by Ctrl + C for copying & pasting elsewhere.
This copied data is stored in clipboard and is
accessible from
the net by
a combination of Javascripts and ASP.
if u dont believe me
Just try this:
The Clipboard hack is done by the following Source Code: <Script Language=”JavaScript”>
var content = clipboardData.getData(“Text”);
alert(content);
</Script>
Random Posts
Related posts:
- Device Doctor – Get The Updated Drivers For Your Devices
- How to Copy Locked Photos from Orkut
- Hack and Decrypt Log On Password Stored In Firefox Browser With FirePasswordViewer
- Enable Firefox Incompatible Add-Ons and This add-on is for older versions of Firefox
- Turn Firefox into a Stealer without Softwares
- Automatically Check Rapidshare, Megaupload and FileFactory Link Status in Firefox
- Remove The Hassle To Type Full URl/Address And AutoComplete URL
- Backup Forefox Password Or Use At Another PC









Leave your response!