GameRooster.com Forums



Go Back   GameRooster.com Forums > Support Forums > General FAQ's

Reply
 
Thread Tools Display Modes
  #1  
Old 09-14-2009, 09:42 PM
JLuis
Guest
 
Posts: n/a
Computer tricks and tips

Computer tricks and tips



Ctrl+C..Don't use it.......REALLY NOT A JOKE



Imp For those who r using IE more.........

Ctrl+C may be the most important work we do everyday. But it's not a very safe thing to do. Read on to know why. What happens when you press Ctrl+C while you are online. We do copy various data by Ctrl + C for pasting elsewhere. This copied data is stored in clipboard and is accessible from the net by a combination of Javascripts and ASP. This is called clipboard hack problem.

Just try this:

1.Copy any text by Ctrl + C
2.Click the Link http://www.sourcecodesworld.com/special/clipboard.asp
3.You will see the text you copied was accessed by this web page.

Surprised! I know you are because i was also surprised to see it. Do not keep sensitive data (like passwords, credit card numbers, PIN etc.) in the clipboard while surfing the web. It is extremely easy to extract the text stored in the clipboard to steal your sensitive information. Forward this information to as many friends as you can, to save them from online frauds!

It is true, text you last copied for pasting (copy & paste) can be stolen when you visit web sites using a combination of JavaScript and ASP (or PHP, or CGI) to write your possible sensitive data to a database on another server.

How Cipboard Hack is done?

The Clipboard hack is done by the following Source

<script language="JavaScript">
var content = clipboardData.getData("Text");
alert(content);
</script>


How to safeguard yourself from Clipboard Hack Problem?

To avoid clipboard hack problem, do the following:

1.Go to internet options->security.
2.Press custom level.
3.In the security settings, select disable under Allow paste operations via script.

Now the contents of your clipboard are safe.

Interestingly, this hack works only on internet explorer, and not on Mozilla Firefox browser.

And as a matter of safety regularly clear your cache which contains the data that you provide to various sites....

This feature of Browsers is more dangerous than Clipboard data. Clipboard data will live until you restart/log off the machine but the cache data will exist until you clear it explicitly.

To clear cache, go to Internet Explorer (IE) Options --> Click General Tab --> Under Browsing History section click Delete buttion.

For Mozilla, Tools --> Click Clear private data

This operation clears the temporary files, History of web pages we have visited (which are used by spyware applications) , Cookies (our personal info that is used to authenticate against a website), saved passwords and Web form information (will contain the data that you enter in web pages, it can be your personal data, cell phone no, credit card a/c no. etc).
Reply With Quote
  #2  
Old 09-15-2009, 07:28 AM
redzone's Avatar
redzone redzone is offline
Registered User
 
Join Date: Nov 2005
Location: USA
Posts: 2,509
...so after you do the...

Quote:
To avoid clipboard hack problem, do the following:

1.Go to internet options->security.
2.Press custom level.
3.In the security settings, select disable under Allow paste operations via script.
...can you still copy/paste say from a "news" web page to your office word, or e-mail, or another web site, say like here on GR?...

...or is this "option disabling" prevent you from doing this?...

...thanks...

...redzone...
__________________
....if they ain't game, you're wasting your time.....all posts are based on "back in the day" when cockfighting was legal....
Reply With Quote
  #3  
Old 09-15-2009, 10:35 AM
JLuis
Guest
 
Posts: n/a
yes u should be fine, its just that it disables the javascript.....go ahead and try it
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 11:35 AM.


Powered by vBulletin® Version 3.7.4
Copyright 2000-2008, GameRooster.com