如何取得网络中计算机的网卡、CPU、硬盘的ID?300分 (300分)

  • 主题发起人 主题发起人 jswqg
  • 开始时间 开始时间
需要用虚拟机来做,别的方法不行,
因为需要操作系统内核级权限,而用户级权限是不行的。
 
調用命令吧.

Displays protocol statistics and current TCP/IP connections using NBT
(NetBIOS over TCP/IP).

[red] NBTSTAT [ [-a RemoteName] [-A IP address] [-c] [-n]
[-r] [-R] [-RR] [-s] [-S] [interval] ] [/red]
-a (adapter status) Lists the remote machine's name table given its name
-A (Adapter status) Lists the remote machine's name table given its
IP address.
-c (cache) Lists NBT's cache of remote [machine] names and their IP
addresses
-n (names) Lists local NetBIOS names.
-r (resolved) Lists names resolved by broadcast and via WINS
-R (Reload) Purges and reloads the remote cache name table
-S (Sessions) Lists sessions table with the destination IP addresses
-s (sessions) Lists sessions table converting destination IP
addresses to computer NETBIOS names.
-RR (ReleaseRefresh) Sends Name Release packets to WINs and then, starts Refr
esh

RemoteName Remote host machine name.
IP address Dotted decimal representation of the IP address.
interval Redisplays selected statistics, pausing interval seconds
between each display. Press Ctrl+C to stop redisplaying
statistics.
 
各位收分,非常感谢yzhshi大侠.
 
后退
顶部