最簡單的一條命令
netstat -a
找到所有開放的端口
netstat –an |find /i “listening”
找到所有開放的端口及其進程號(PID)
netstat –ano ¦find /i “listening”
打開任務管理器對照查看
CTRL + SHIFT + ESC
參考
https://techtalk.gfi.com/scan-open-ports-in-windows-a-quick-guide/
netstat -a
netstat –an |find /i “listening”
netstat –ano ¦find /i “listening”
CTRL + SHIFT + ESC
https://techtalk.gfi.com/scan-open-ports-in-windows-a-quick-guide/
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。