I need some software designed.

Cartyhawk

Newbie
Joined
Dec 27, 2009
Messages
8
Reaction score
0
I am experimenting with a website of mine. I need some software that will make all the information that my computer puts out (packets) different.

Check out this link. It can read everything about my computer.
ht*tp://aruljohn.com/details.php

Anyone know if this is possible?? I am sure that I am not the first gal to think about this.
 
All the server sees is your User-Agent string, which gives most the information about your computer and your IP address, which can be used to get your ISP and related data. As for screen resolution, colors, and others, that's javascript, and there isn't much you can do about it but disable javascript execution.

For the IP, use a VPN.
For the User-Agent, install a plugin on your browser that will change it.
 
Back
Top