zoukankan      html  css  js  c++  java
  • 指定无线网卡监听信道

    指定无线网卡监听信道

    当用户实施无线网络渗透测试时,通常需要将无线网卡设置为监听模式。大学霸IT达人默认情况下,无线网卡在监听数据包时,会不停的跳频。这样,当用户在捕获数据包时,可能导致监听漏掉重要的数据包,如握手包。另外,在攻击无线网络时,由于监听的信道与AP不在同一信道,也可能导致无法攻击成功。此时,用户可以先通过扫描无线网络来确定AP工作的信道。然后,指定无线网卡监听的信道。其中,指定无线网卡监听信道的语法格式如下所示:

    airmon-ng start <interface> <channel>

    例如,指定无线网卡监听信道1。执行命令如下所示:

    airmon-ng start wlan0 1
    Found 2 processes that could cause trouble.
    Kill them using 'airmon-ng check kill' before putting
    the card in monitor mode, they will interfere by changing channels
    and sometimes putting the interface back in managed mode
        PID Name
      15544 wpa_supplicant
      15579 NetworkManager
    PHY     Interface       Driver               Chipset
    phy0    wlan0           rt2800usb       Ralink Technology, Corp. RT5370
                    (mac80211 monitor mode vif enabled for [phy0]wlan0 on [phy0]wlan0mon)
                    (mac80211 station mode vif disabled for [phy0]wlan0)

  • 相关阅读:
    安装好php后找不到php.ini
    Nginx 和 PHP 的两种部署方式比较
    高性能Web服务之lnmp架构应用
    >/dev/null 2>&1的含义
    LC_ALL=C的含义
    深入理解PHP Opcode缓存原理
    iostat 监视I/O子系统
    sar 找出系统瓶颈的利器
    Linux常用命令汇总
    linux增加自定义path和manpath
  • 原文地址:https://www.cnblogs.com/daxueba-ITdaren/p/12766208.html
Copyright © 2011-2022 走看看