1234567891011121314 |
- $OpenBSD: README,v 1.3 2017/01/11 13:17:03 benoit Exp $
- +-----------------------------------------------------------------------
- | Running ${FULLPKGNAME} on OpenBSD
- +-----------------------------------------------------------------------
- Post-installation steps
- =======================
- The kismet format output from airodump-ng(1) can optionally include
- the device manufacturer. To enable this, type
- $ ftp -o - http://standards-oui.ieee.org/oui/oui.txt | grep \(hex\) | \
- doas tee ${TRUEPREFIX}/share/aircrack-ng/airodump-ng-oui.txt > /dev/null
|