Sunday, December 16, 2007

Protect yourself from dangers of Control + C

You might read my previous article about the dangers of control+c, if not follow link below

Dangers of control +c

So how does it copy your data from your clipboard ??????

It very simple it uses java scripts for HACKING your data from the clipboard . the java script responsible for this is given below

"Script Language="JavaScript"> var content = clipboardData.getData("Text"); alert(content); "


Now important part how to protect yourself from this HACK

  • Avoid using INTERNET EXPLORER and switch to other browsers like FIREFOX or OPERA.
  • If you still want to use INTERNET EXPLORER , follow this steps
    • Go to Tools> Internet Options > Security , then select internet > Custom level and in the security settings, select disable under Allow paste operations via script.

Now your content is safe and secure from HACKERS .


found this information useful ? leave a word of appreciation
For more such useful informations visit
http://hydtechie.blogspot.com/

No comments: