Results 1 to 6 of 6
Hello,
I'm a surf-addict. Recently I came across a site:
http://www.chami.com/tips/internet/041498I.html
It showed the IP address alright, but also some additional info:
IP Address:
202.63.165.254
Browser Signature:
Mozilla/5.0 (X11; U; ...
- 03-22-2005 #1Just Joined!
- Join Date
- Feb 2005
- Location
- India
- Posts
- 24
Information Leak!
Hello,
I'm a surf-addict. Recently I came across a site:
http://www.chami.com/tips/internet/041498I.html
It showed the IP address alright, but also some additional info:
IP Address:
202.63.165.254
Browser Signature:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
I know abt the IP part and the browser, but how do i stop my browser from sending that extra data?? Also, i wanna put such a feature on my site. How do i do it??
One more thing. I can spoof addresses while sending mails. But still my frendz can find out its me(my composition is perfect. Its not social engg). I think it must be thru IP. How do i spoof my IP address in outgoing mails? I'm on cablenet.
- 03-22-2005 #2Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
You cannot block this information from been sent, as it is part of the core of any browser.
Here's a script that will workCode:<script> if (document.all) var version=/MSIE \d+.\d+/ if (!document.all) document.write("You are using "+navigator.appName+" "+navigator.userAgent) else document.write("You are using "+navigator.appName+" "+navigator.appVersion.match(version)) </script>
Not quite sure what you meen?I think it must be thru IP. How do i spoof my IP address in outgoing mails? I'm on cablenet.\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps
- 03-22-2005 #3Linux Enthusiast
- Join Date
- Feb 2005
- Location
- SE, Stockholm
- Posts
- 512
Re: Information Leak!
I would make a wild guess that your "frendz" would see it is you through the mail header, or that they will see your IP in the mail header.
Originally Posted by neomax
So if you wish to remove all absence of your internal network, you have to "clean" out everything that has to do with your information from the emails before you send them out. Do you have your own SMTP server at your internal network to send out the mails?
- 03-22-2005 #4Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
This depends on the browser. I know in konqueror you can edit how much info sent by your browser, or even fake the info. When I used KDE I could make it sound like I was using IE 6.0 on win2k...You cannot block this information from been sent, as it is part of the core of any browser.
- 03-22-2005 #5Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
This depends on the browser. I know in konqueror you can edit how much info sent by your browser, or even fake the info. When I used KDE I could make it sound like I was using IE 6.0 on win2k...You cannot block this information from been sent, as it is part of the core of any browser.
If you guys know about any other browser which have this capability, please tell...
- 03-22-2005 #6Linux Enthusiast
- Join Date
- Feb 2005
- Location
- SE, Stockholm
- Posts
- 512
Opera has this abillity as well. I can imagine that Firefox would be quite easy to tweak for this as well. If it is not possible by configuration, then just download the source and try to find the output from there and change to what ever you wish and re-compile.
Originally Posted by jaboua


Reply With Quote
