|
-
Apr 21st, 2006, 08:23 AM
#1
Thread Starter
Frenzied Member
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
-
Apr 21st, 2006, 10:22 AM
#2
<?="Moderator"?>
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.
-
Apr 21st, 2006, 10:26 AM
#3
Thread Starter
Frenzied Member
Re: Security Information
Cool, how the crap do i do that?
Hey, at least im honest
-
Apr 21st, 2006, 11:31 AM
#4
<?="Moderator"?>
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....
-
Apr 21st, 2006, 12:00 PM
#5
Thread Starter
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|