Results 1 to 3 of 3

Thread: How to capture real IP using Javascript

  1. #1
    Join Date
    Feb 2009
    Posts
    40

    How to capture real IP using Javascript

    Does anyone have any tips on how to monitor the Java/Javascript activities when using Firefox, IE, Opera under W32 and Linux? I know in Firefox you can switch off scripts using a plugin and there is Toos|Javascript console, any guidance for getting the best out of this console or other similar utility would be greatly appreciated.

    I have also heard that it is also possible to find the IP address of a machine using JAVASCRIPT please let me...

    Thanks for your help..

  2. #2
    Join Date
    Oct 2008
    Posts
    127

    Re: How to capture real IP using Javascript

    If you are running your site on an Apache server:

    var ip = '<!--#echo var="REMOTE_ADDR"-->';

    else assign it from your server-side script. If you are using C# or VB .net, then:

    var ip = '<%=Request.UserHostAddress%>'

  3. #3
    Join Date
    Mar 2008
    Posts
    335

    Re: How to capture real IP using Javascript

    one way is to capture packets and read the information contained in the packet. The packets contain information regarding source and destination addresses [including host addresses]. That is one way someone could "see" real IP addresses. Often consumers do not take precautionary measures to safeguard their system hence a "knowledgeable" individual can compromise or obtain information from those systems.

Similar Threads

  1. How to capture Sky HD?
    By Fontaine in forum Portable Devices
    Replies: 4
    Last Post: 29-05-2010, 05:52 PM
  2. Nero Vision capture doesn't capture audio
    By Abbiey in forum Windows Software
    Replies: 4
    Last Post: 24-03-2010, 09:19 PM
  3. Wifi does not capture anything
    By MAURO in forum Networking & Security
    Replies: 4
    Last Post: 04-05-2009, 12:30 PM
  4. Replies: 2
    Last Post: 10-04-2009, 09:36 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,994,368.69580 seconds with 17 queries