operating system
-
I want to know the name of the operating system by giving a IP address. How i will do this. Plz any one help me.
-
I want to know the name of the operating system by giving a IP address. How i will do this. Plz any one help me.
That's not possible. Some web sites use script to somehow get that info, but you won't get it from an IP address. Google for security software, you're bound to find a page that reports details of the PC. Do a view source on it.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
That's not possible. Some web sites use script to somehow get that info, but you won't get it from an IP address. Google for security software, you're bound to find a page that reports details of the PC. Do a view source on it.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
then how mcafee do this. They gives the detail of operating system info even linux description (i.e. samba,ubuntu).It even gives the router description. here mcafee is not installed.if you know any link plz send it to me.
-
then how mcafee do this. They gives the detail of operating system info even linux description (i.e. samba,ubuntu).It even gives the router description. here mcafee is not installed.if you know any link plz send it to me.
They may be able to ping the IP address and work it out from the response, the IP address itself does not contain that info. http://javascript.internet.com/user-details/browser-info.html[^] would be an example of what I meant with things being discovered with javascript. http://javascript.internet.com/user-details/info-table.html[^] seems to be even better.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
They may be able to ping the IP address and work it out from the response, the IP address itself does not contain that info. http://javascript.internet.com/user-details/browser-info.html[^] would be an example of what I meant with things being discovered with javascript. http://javascript.internet.com/user-details/info-table.html[^] seems to be even better.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
YAP I GOT IT AND TNKS TO YOU.:-O
-
YAP I GOT IT AND TNKS TO YOU.:-O
Also remember that an IP address may have several things behind it. The IP address I have has Windows XP, Windows Media Centre Edition, a Windows Mobile device and an XBox360 routing through it.
Upcoming events: * Glasgow Geek Dinner (5th March) * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos
-
then how mcafee do this. They gives the detail of operating system info even linux description (i.e. samba,ubuntu).It even gives the router description. here mcafee is not installed.if you know any link plz send it to me.
Easy. A client-side Java Script component. The code that shows the machine details is running in the BROWSER, not on the server side.
Dave Kreskowiak Microsoft MVP - Visual Basic