mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
- Update pkg-message for FreeBSD 8.x
- Bump PORTREVISION
This commit is contained in:
parent
2213a93ea8
commit
c2fcc07b65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244442
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= aircrack-ng
|
||||
DISTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt security
|
||||
MASTER_SITES= http://download.aircrack-ng.org/ \
|
||||
http://bsd-geek.de/FreeBSD/distfiles/
|
||||
|
@ -1,5 +1,7 @@
|
||||
==============================================================================
|
||||
|
||||
Note for FreeBSD 7.x:
|
||||
|
||||
Contrary to Linux, it is not necessary to use airmon-ng to enable the monitor
|
||||
mode of your wireless card. So do not care about what the manpages say about
|
||||
airmon-ng, airodump-ng sets monitor mode automatically.
|
||||
@ -8,6 +10,14 @@ To return from monitor mode, issue the following command:
|
||||
|
||||
ifconfig ${INTERFACE} -mediaopt monitor
|
||||
|
||||
|
||||
Note for FreeBSD 8.x
|
||||
|
||||
Due to the addition of virtual access points (VAP) in FreeBSD 8 you need to
|
||||
create a new wlan device in monitor mode to use with airodump-ng. To do so,
|
||||
issue the following command:
|
||||
ifconfig ${VAP_INTERFACE} create wlandev ${INTERFACE} wlanmode monitor
|
||||
|
||||
For aireplay-ng you need FreeBSD >= 7.0.
|
||||
|
||||
==============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user