- Kali Linux Cookbook(Second Edition)
- Corey P. Schultz Bob Perciaccante
- 65字
- 2021-07-02 18:27:23
Performing a TCP SYN scan
TCP SYN scans, otherwise known as half open scans, are very useful because of their specific scanning nature; they are often not logged by the target device. This allows you to scan a host without leaving traces of the scan:
nmap -sS -p- 192.168.56.102
Upon scanning the host, you will notice that we have discovered the same open ports.
推薦閱讀
- Python編程自學手冊
- Java多線程編程實戰指南:設計模式篇(第2版)
- Game Programming Using Qt Beginner's Guide
- Architecting the Industrial Internet
- MySQL數據庫管理與開發(慕課版)
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Learning Python Design Patterns
- Java EE核心技術與應用
- 微信小程序開發與實戰(微課版)
- Learning AWS
- 算法秘籍
- Akka入門與實踐
- 零基礎學編程系列(全5冊)
- HikariCP數據庫連接池實戰
- C語言程序設計實驗指導與習題精解