Results 1 to 5 of 5

Thread: Security Information

  1. #1

    Thread Starter
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    Security Information

    I have found out how to retun the IP address

    Is there any other information such as ISP etc i could use.

    Cheers
    ILMV

  2. #2
    <?="Moderator"?> john tindell's Avatar
    Join Date
    Jan 2002
    Location
    Brighton, UK
    Posts
    1,099

    Re: Security Information

    You can use the IP address to perform a WHOIS lookup, this would could then give you information about the ISP or proxy. You can also use the user agent to obtain information about the users browser and usualy operating system.

  3. #3

    Thread Starter
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    Re: Security Information

    Cool, how the crap do i do that?

    Hey, at least im honest

  4. #4
    <?="Moderator"?> john tindell's Avatar
    Join Date
    Jan 2002
    Location
    Brighton, UK
    Posts
    1,099

    Re: Security Information

    To get WHOIS information via PHP just use sockets from PHP. use fsockopen() to open the connect and use it like any other resource stream. Use the port 43 and just sent the domain name/IP address you want to query...but thinking about this a WHOIS query returns only info about registered domains.

    I know you can get information about the user from the IP address, gimmie a while and i'll find out what i was talking about....

  5. #5

    Thread Starter
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    Re: Security Information

    w00t

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width