Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 558 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 558 Bytes

dw

INSTALL

This tool depend on osdep from aircrack-ng project. (Note: git submodule init && git submodule update)

make
sudo make install

EXAMPLE

root@exp# airmon-ng wlan0
root@exp# dw mon0 <bssid> -b <file_with_macs>

MORE OPTIONS

man 8 dw

LICENSE

GPLv2

AUTHORS

Written by Nedyalko Dyakov and Aleksandar Ivanov.

with code taken from:

  • Using 'osdep' Library from www.aircrack-ng.org project for frame injection (idea taken from mdk3 by Pedro Larbig)