JackScorpion3431 / wifite

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

Wifite deauth bug #133

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello, found a bug on a "wifite.py" source file (version r85). Don't know how 
to fix it.

http://code.google.com/p/wifite/source/browse/trunk/wifite.py#1863

Line is: cmd.append('-h')
Line has to be: cmd.append('-c')

Becouse of this bug, wifite fails to deauth the user.
Don't know how to make a fix becouse i'm using kali linux and there only is a 
bin file

Br

Original issue reported on code.google.com by djzhy...@gmail.com on 28 Oct 2013 at 8:54

GoogleCodeExporter commented 8 years ago
it is actually a python file with the .py removed.

From a kali install:
~# file /usr/bin/wifite
/usr/bin/wifite: Python script, ASCII text executable

# head -n3 /usr/bin/wifite
#!/usr/bin/python

# -*- coding: utf-8 -*-

You can edit it with your preferred text editor.

Original comment by anderson...@gmail.com on 6 May 2014 at 8:13