fe00
![]() |
|
|
|
|
|||||||
| Networking Network related discussions (including general TCP/IP stuff, routing, etc). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi all,
I recently started using FreeBSD and am playing around with aircrack-ng. I ran aircrack-ng in Linux and it worked fine for my card. However, in FreeBSD, I am unable to reproduce the same thing I did in Linux. Do I need to patch aircrack-ng to make it work as I found in another thread, or should it work as is? This is the process I followed in Linux: http://www.aircrack-ng.org/doku.php?id=cracking_wpa Now, FreeBSD does not have an airmon command, so I read that I have to set the device to promiscuous mode? I didn't get any further than that. Walter |
|
#2
|
||||
|
||||
|
I have been playing around this, too.. afaik, not all cards are supported/patched for aircrack use. I got Atheros 5xxx and aireplay-ng was not worked for me (FreeBSD 7.0 Stable). For airodump-ng I created device in monitor mode and got airodump from it, monitor mode is initializing like that:
Code:
ifconfig wlan0 create wlandev ath0 wlanmode monitor Last edited by DutchDaemon; March 6th, 2011 at 22:36. |
|
#3
|
|||
|
|||
|
Hi Alt,
Thanks for your reply - I believe I tried that (and the device was put into promiscuous mode). What else would I do from there? Can you also break the command down? What is ath0? I guess it is the monitor interface FreeBSD will create? Walter |
|
#4
|
||||
|
||||
|
ath0 is parent WLAN interface for wifi device.
I dont have notebook i tested it atm and dont remeber command used.. was something like this Code:
ifconfig wlan0 create wlandev ath0 wlanmode monitor airodump-ng -w dumpfile aircrack-ng dumpfile* |
|
#5
|
|||
|
|||
|
I have an Intel 4965 and I read somewhere that it is fully supported. So, in theory it should work.
Walter |
|
#6
|
|||
|
|||
|
When I run the commands to capture packets, the command returns immediately.
Any ideas? Walter |
|
#7
|
||||
|
||||
|
Most good idea will be copypaste what you do and what you get
|
|
#8
|
|||
|
|||
|
I ran the commands you listed above, the output was null or "\n" (a line return).
I checked dmesg and didn't see any errors there or syslog. I need to read more as to where else the error output would be. Walter |
|
#9
|
||||
|
||||
|
Ok i read some mans for you xD
Code:
airodump-ng -w dumpfile wlan0 [..gather some info..] aircrack-ng *.cap |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| aircrack-ng monitor mode patch for FreeBSD | Alt | Installation and Maintenance of FreeBSD Ports or Packages | 17 | June 27th, 2012 23:25 |
| aircrack-ng with ral0 driver | Seeker | Networking | 26 | November 29th, 2011 13:11 |
| aircrack-ng from ports missing in pkg_info list after.. | aleph | Installation and Maintenance of FreeBSD Ports or Packages | 1 | February 6th, 2011 19:58 |