snowflakekiller / wifite

Automatically exported from code.google.com/p/wifite
GNU General Public License v2.0
0 stars 0 forks source link

Can't monitor #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Let me ask you a question:
Have you successfully cracked a WEP key using your operating system and the 
aircrack-ng tools?

If your answer is "no", then Wifite is not for you.  You need to learn how to 
get your operating system and drivers talking to your wireless card before you 
can even think about cracking wireless networks.  I will not help you with 
this, however, here's a tutorial for installing the proper driver for your 
chipset: http://forum.aircrack-ng.org/index.php?topic=5755.0
This is all the help I will give you.

If your answer is "yes", then here's some more questions:

What version of aircrack-ng are you using?

Here's a simple test to see what is going wrong...

Put your device into monitor mode (if it isn't already):
airmon-ng start wlan2

Start airodump-ng:
airodump-ng -w x --output-format csv mon0

What does this output? Do you get any errors?

Wifite executes the above commands.  If these commands do not work for you, you 
need to upgrade to the latest aircrack-ng version, or possibly update your 
drivers.

Original issue reported on code.google.com by masokis@gmail.com on 28 Sep 2010 at 4:11

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I wrote Wifite using aircrack-ng v1.1.  I think Wifite might be using 
aircrack-ng 1.1 features that aren't available in aircrack 1.0-rc3

try this command:
airodump-ng -w the_file --output-format csv <INTERFACE>

Airodump should create "the_file.csv". If it does not, you need to upgrade to 
1.1. Judging by the aircrack-ng changelog 
(http://www.aircrack-ng.org/doku.php?id=changelog) you would need at least rc4. 
 I recommend fully upgrading to aircrack-ng v1.1

Install guide is here: http://aircrack-ng.org/doku.php?id=install_aircrack

Original comment by der...@gmail.com on 30 Sep 2010 at 6:40

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
:) glad you got it working.
I've updated the main page "Requirements" to include aircrack-ng (v1.1)

Thanks for your patience and let me know if you encounter bugs!

Original comment by der...@gmail.com on 30 Sep 2010 at 7:42