> Hi all.
>
> When it comes to auditing wireless networks, I notice that linux users
> lives
> happily with aireplay from aircrack suite. Unfortunately, it seems like
> there is no any tool similar to aireplay in BSD world. In past days, we
> had
> wnet suite, with reinj and dinject, but those days are all gone now, and
> it
> doesn't work with OpenBSD solid wireless stack. So while doing wireless
> audit or wireless network penetration testing, I should reboot into linux
> livecd. It annoys me.
> Does anybody aware of tool which can inject arbitrary packets and wireless
> frames into wireless network, and works under OpenBSD?
>
>

have a look at hostapd(8) and bpf(4). The OpenBSD HostAPD supports some
kind of packet injection and uses our extended BPF interface to send
raw 802.11 frames.

you can also find a example for the BPF interface here:
http://team.vantronix.net/~reyk/deauth.c

reyk

Reply via email to