- 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"

推薦閱讀
- 黑客攻防入門秘笈
- 代碼審計:企業(yè)級Web代碼安全架構
- 數(shù)字化轉型浪潮下的數(shù)據(jù)安全最佳實踐指南
- 解密彩虹團隊非凡實戰(zhàn)能力:企業(yè)安全體系建設(共5冊)
- 計算機網(wǎng)絡安全基礎(第5版)
- 局域網(wǎng)交換機安全
- 情報驅動應急響應
- 從實踐中學習密碼安全與防護
- 數(shù)據(jù)要素安全:新技術、新安全激活新質(zhì)生產(chǎn)力
- 隱私計算:推進數(shù)據(jù)“可用不可見”的關鍵技術
- Bug Bounty Hunting Essentials
- 信息內(nèi)容安全管理及應用
- 數(shù)字銀行安全體系構建
- 黑客攻防與電腦安全從新手到高手(超值版)
- 黑客攻防入門