Autor Beitrag
inselberg
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 458



BeitragVerfasst: Di 29.07.03 18:50 
hi,

ist es möglich festzustellen um welches (windows) betriebssystem hinter einer ip steckt.

und wenn ja wie ...


danke.

_________________
hans bist du das ?
UC-Chewie
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 531

WinXP
D5 Ent
BeitragVerfasst: Di 29.07.03 19:07 
Unter NTbasierrten Systemen könnte das mit NetWkstaGetInfo gehen. Einfach mal bei MSDN/ im PSDK nachschauen.

_________________
Egal wie dumm man selbst ist, es gibt immer andere, die noch dümmer sind
derDoc
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 623

Win Vista Prof
D2007 Prof
BeitragVerfasst: Di 29.07.03 20:11 
Hier ist der entsprechende Eintrag im PSDK:

Zitat:
The NetWkstaGetInfo function returns information about the configuration of a workstation.


NET_API_STATUS NetWkstaGetInfo(
LPWSTR servername,
DWORD level,
LPBYTE* bufptr
);

Parameters
servername
[in] Pointer to a string that specifies the DNS or NetBIOS name of the remote server on which the function is to execute. If this parameter is NULL, the local computer is used.

Windows NT: This string must begin with \\.

level
[in] Specifies the information level of the data. This parameter can be one of the following values.
100 The bufptr parameter points to a WKSTA_INFO_100 structure.
101 The bufptr parameter points to a WKSTA_INFO_101 structure.
102 The bufptr parameter points to a WKSTA_INFO_102 structure.

bufptr
[out] Pointer to the buffer that receives the data. The format of this data depends on the value of the level parameter. This buffer is allocated by the system and must be freed using the NetApiBufferFree function. For more information, see Network Management Function Buffers and Network Management Function Buffer Lengths.

_________________
MfG derDoc
There are only 10 types of people: those who understand binary and those who don't.
inselberg Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 458



BeitragVerfasst: Di 29.07.03 20:39 
thnx

_________________
hans bist du das ?