- Kali Linux:An Ethical Hacker's Cookbook
- Himanshu Sharma
- 86字
- 2021-07-08 09:41:23
How it works...
The scan results of filtered and unfiltered ports depends on whether a firewall being used is stateful or stateless. A stateful firewall checks if an incoming ACK packet is part of an existing connection or not. It blocks it if the packets are not part of any requested connection. Hence, the port will show up as filtered during a scan.
Whereas, in the case of a stateless firewall, it will not block the ACK packets and the ports will show up as unfiltered.
推薦閱讀
- MySQL數(shù)據(jù)庫管理實戰(zhàn)
- Learning Cython Programming
- Maven Build Customization
- Wireshark Network Security
- Python進階編程:編寫更高效、優(yōu)雅的Python代碼
- Production Ready OpenStack:Recipes for Successful Environments
- PostgreSQL 11從入門到精通(視頻教學版)
- Python算法從菜鳥到達人
- Python編程實戰(zhàn)
- 快人一步:系統(tǒng)性能提高之道
- Learning Laravel's Eloquent
- Python深度學習原理、算法與案例
- ServiceNow:Building Powerful Workflows
- Xcode 6 Essentials
- 深度學習程序設計實戰(zhàn)