Pre--Connection-Attacks that can be done before connecting to the network.

Gaining Access - How to break Wi-Fi keys(WEP/WPA/WPA2)

Post-Connection-Attacks can be done after connecting to the network.

Detection&Security - detect and prevent the above attacks

Sniffing Basics - MAC Address

Each network card has a physical static address assigned by the card manufacturer called MAC address(Media Access Control)

This address is used between devices to identify each other and to transfer packets to the right place.

Each packet has a source MAC and a destination MAC.

We can change your MAC address value that is stored in the memory using a program called macchanger like so:

ifconfig [INTERFACE] down
macchanger -m [MAC] [INTERFACE]
ifconfig [INTERFACE] up

[INFTERFACE] = your wifi card name

[MAC] = the mac address you want to use

Install TP-Link TL-WDN5200 Driver on Kali Linux:

1. Check system information and network setting.

root@kali:~# uname -a
Linux kali 5.2.-kali2-amd64 # SMP Debian 5.2.-2kali1 (--) x86_64 GNU/Linux
root@kali:~# cat /etc/issue
Kali GNU/Linux Rolling \n \l root@kali:~# lsusb
Bus Device : ID 0bda:c811 Realtek Semiconductor Corp. .11ac NIC
Bus Device : ID 1d6b: Linux Foundation 2.0 root hub
Bus Device : ID 0e0f: VMware, Inc. Virtual USB Hub
Bus Device : ID 0e0f: VMware, Inc. Virtual Mouse
Bus Device : ID 1d6b: Linux Foundation 1.1 root hub
root@kali:~# lsusb -t
/: Bus .Port : Dev , Class=root_hub, Driver=uhci_hcd/2p, 12M
|__ Port : Dev , If , Class=Human Interface Device, Driver=usbhid, 12M
|__ Port : Dev , If , Class=Hub, Driver=hub/7p, 12M
/: Bus .Port : Dev , Class=root_hub, Driver=ehci-pci/6p, 480M
|__ Port : Dev , If , Class=Vendor Specific Class, Driver=, 480M

2. Check the usb-modeswitch installation status.

dpkg -l usb-modeswitch

3. Down load the driver code.

https://github.com/chenhaiq/mt7610u_wifi_sta_v3002_dpo_20130916

4.

I will continue after receive the ALFA AWUS1900 WiFi adapter.

最新文章

  1. CRL快速开发框架系列教程四(删除数据)
  2. 【Nginx 大系】Nginx服务器面面观
  3. 浏览器插件 - 通用注入模版JS
  4. How Many Tables(并查集)
  5. linux命令学习笔记
  6. 与众不同 windows phone (11) - Background Task(后台任务)之警报(Alarm)和提醒(Reminder)
  7. Centos 64位 Install certificate on apache 即走https协议
  8. gnome3
  9. 读【10问PHP程序员】 有感
  10. javaweb 登陆注册页面
  11. mongodb高级聚合查询
  12. JavaWeb 之Ubuntu intelliJ 新建maven项目及配置tomcat
  13. sed语法2
  14. ES6入门之let、cont
  15. SQL逻辑查询语句执行顺序 需要重新整理
  16. 力扣(LeetCode) 14. 最长公共前缀
  17. Hibernate中得fetch
  18. Material DesignDrawerLayout的旋转箭头的实现方式。
  19. with(nolock)解释
  20. 区间DP(区间最优解)题目讲解总结

热门文章

  1. 什么是Galil(加利尔)运动控制卡,它是用来干嘛的呢?galil开发文件dmc32.dll,动态链接库,API
  2. C/C++语言的学习方向
  3. v-model指令的学习(双向绑定)
  4. Maven全局配置文件settings.xml详解(转)
  5. 慕课网--mysql开发技巧一 学习笔记
  6. .NET Core请求控制器Action方法正确匹配,但为何404?
  7. Spring Boot2+Resilience4j实现容错之Bulkhead
  8. Spring Boot入门系列(十六)使用pagehelper实现分页功能
  9. 《UNIX环境高级编程》(APUE) 笔记第五章 - 标准I/O库
  10. ibit-mybatis 2.x 介绍