zoukankan      html  css  js  c++  java
  • Ethical Hacking

    Targeted packet sniffing

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

    Now all the data will be stored in the file name specified after the -write option. We can analyze this data using Wireshark. The only problem is that the collected data will not be much of use if the target network uses encryption.

    Monitor my home Wi-Fi as a sample.

     Stop the monitor and find the packets.

     Open the captured packets through WireShark and analyze.

    相信未来 - 该面对的绝不逃避,该执著的永不怨悔,该舍弃的不再留念,该珍惜的好好把握。
  • 相关阅读:
    k8s令牌登录设置方法
    etcd查看集群信息
    go Map
    go 切片重组
    go For-range结构
    go 切片
    go 数组与切片
    go 内存优化
    go 格式化输出
    go 闭包函数
  • 原文地址:https://www.cnblogs.com/keepmoving1113/p/11827114.html
Copyright © 2011-2022 走看看