MAC filters
MAC filters are an age-old technique used for authentication and authorization and have their roots in the wired world. Unfortunately, they fail miserably in the wireless world.
The basic idea is to authenticate based on the MAC address of the client. The MAC filter is an identification code assigned to a network interface; a router will be able to check this code and compare it to a list of approved MACs. This list of allowed MAC addresses will be maintained by the network administrator and will be fed into the access point. We will now take a look at how easy it is to bypass MAC filters.
推薦閱讀
- Reporting with Visual Studio and Crystal Reports
- ThinkPHP 5實戰
- Arduino by Example
- Python for Secret Agents:Volume II
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- Tableau 10 Bootcamp
- Julia 1.0 Programming Complete Reference Guide
- 汽車人機交互界面整合設計
- JavaScript動態網頁編程
- 單片機原理及應用技術
- 零基礎C#學習筆記
- Python面向對象編程(第4版)
- Visual C++程序開發范例寶典
- 軟件自動化測試實戰解析:基于Python3編程語言