Jump to content

Just curious...


blueman378

Recommended Posts

Hi guys, im just curious as to how much information you can get from a users (involuntarily) with a combination of php and javascript,

 

eg i know you can get:

 

a users OS

a users IP

a users Browser

a users Locale

 

but what else can you grab?

Link to comment
Share on other sites

you could use geo IP software which locates the latitude longitude of the given IP, but most IPs are pointed to the users' local ISP locations, so its not exactly accurate.

 

with JavaScript I'd assume you have access to the browser's history, and if you decided to try vbScript you could have access to much more of a user.. E.G. File Writing, Mouse Control, File Deleting, File Moving, Plant Viruses etc.

NOTE: VBScript only works on IE.

VBScript will prompt the user a warning, so basically.. Its not worth the time to learn.

Link to comment
Share on other sites

doing

<?php
var_dump($_SERVER);
?>

will include most of the headers their browser sent along with some information about your server.

 

Keep in mind any of this sent information is easily spoofed (faked), so it can't be relied on.

 

To the above user: No, javascript doesn't have any access to the browser's history beyond the ability to go back/forward, etc on the click of a button, and I wouldn't encourage people to do things malicious :).

 

To second poster: That's server info, not client info.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.