- Practical Network Scanning
- Ajay Singh Chauhan
- 77字
- 2022-07-12 10:43:13
Check for open ports or services
Identifying open ports on servers requires the port to be opened and unnecessary services to be disabled or shutdown. The server should have a minimal operating system configuration.
For Windows, run the following command using the Command Prompt:
netstat -a | findstr "LISTEN"
The ouptu of the preceding command is as shown in the screenshot:

For Linux/Unix, run the following command using the shell prompt:
netstat -antp | grep "LISTEN"

推薦閱讀
- 攻守道:企業數字業務安全風險與防范
- 黑客大曝光:無線網絡安全(原書第3版)
- 數字身份與元宇宙信任治理
- Kali Linux CTF Blueprints
- 大型互聯網企業安全架構
- Wireshark 2 Quick Start Guide
- 網絡安全能力成熟度模型:原理與實踐
- 云原生安全技術實踐指南
- INSTANT Apple Configurator How-to
- Disaster Recovery Using VMware vSphere Replication and vCenter Site Recovery Manager
- 數字政府網絡安全合規性建設指南:密碼應用與數據安全
- 交換機·路由器·防火墻(第2版)
- Web安全攻防從入門到精通
- 云計算安全:關鍵技術、原理及應用
- Web代碼安全漏洞深度剖析