My laptop has this wireless card, how can i use it with backtrack. i cant turn it to monitor mode
There seem to be mixed reports about these wireless cards, but I have found my Centrino Advanced-N 6230 is the best card I've used with BT:
- Fast and reliable managed mode
- Macchanger works
- All injection attacks work
- Can be put into promiscuous mode without adding mon0 interface eg:
The only minor problem is the airmon-ng script which hangs at around line 350. There is a ticket at aircrack http://trac.aircrack-ng.org/ticket/934#comment:24, and I presume this will be easily fixed. Solutions at the moment:Code:ifconfig wlan0 down && airodump-ng wlan0
- Use airmon-zc (works flawlessly)
- Use wlan0
- (Reinstalling aircrack-ng from the repo or with svn did not work for me)
Overall, a real bonus having a fully functional inbuilt wireless card.
Update: airmon-ng issue seems to be fixed - http://www.backtrack-linux.org/forum...873#post211873
Last edited by VulpiArgenti; 01-06-2012 at 01:04 AM. Reason: Update
My laptop has this wireless card, how can i use it with backtrack. i cant turn it to monitor mode
Have you tried this?Code:ifconfig wlan0 down iwconfig wlan0 mode monitor ifconfig wlan0 up
The airmon-ng issue has now been fixed - http://www.backtrack-linux.org/forum...873#post211873
@kbral03 This should work for you - let me know.
Last edited by VulpiArgenti; 01-08-2012 at 11:17 AM. Reason: Spelling