- Kali Linux:An Ethical Hacker's Cookbook
- Himanshu Sharma
- 47字
- 2021-07-08 09:41:22
TCP ACK scan
The ACK scan (-sA) sends acknowledgment packets instead of SYN packets, and the firewall does not create logs of ACK packets as it will treat ACK packets as responses to SYN packets. It is mostly used to map the type of firewall being used.
推薦閱讀
- Advanced Splunk
- UML和模式應用(原書第3版)
- Practical UX Design
- MATLAB 2020 從入門到精通
- 三維圖形化C++趣味編程
- Vue.js 3.0源碼解析(微課視頻版)
- Java深入解析:透析Java本質的36個話題
- Securing WebLogic Server 12c
- Java EE 7 Development with NetBeans 8
- AppInventor實踐教程:Android智能應用開發前傳
- .NET 3.5編程
- Data Science Algorithms in a Week
- 計算語言學導論
- Backbone.js Patterns and Best Practices
- PyTorch生成對抗網絡編程