maroulitsa21 / wifite

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

GUI does not launch attack with WEP & WPA combined #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Launch from GUI

What is the expected output? What do you see instead?

Actual

./wifite.py -i mon0 -nowpa -all -d /pentest/passwords/wordlists/darkc0de.lst 
-wepw 10 -wpaw 5 -pps 500

Expected 

./wifite.py -i mon0 -d /pentest/passwords/wordlists/darkc0de.lst -wepw 10 -wpaw 
5 -pps 500

or(?)

./wifite.py -i mon0 -all -d /pentest/passwords/wordlists/darkc0de.lst -wepw 10 
-wpaw 5 -pps 500

What version of the product are you using? On what operating system?

BT4

Please provide any additional information below.

Original issue reported on code.google.com by ian.pa...@gmail.com on 23 Sep 2010 at 6:47

GoogleCodeExporter commented 8 years ago
Another huge bug that I should've caught.  Thanks for noticing and reporting!

Pretty sure I fixed it in revision 18.

Original comment by der...@gmail.com on 23 Sep 2010 at 10:14

GoogleCodeExporter commented 8 years ago
I think the GUI should have an option to select the networks after scanning.

e.g.

./wifite.py -i mon0 -d /pentest/passwords/wordlists/darkc0de.lst -wepw 10 -wpaw 
5 -pps 500

Or maybe the gui needs a second drop down to auto crack or select from list

Original comment by ian.pa...@gmail.com on 23 Sep 2010 at 10:25

GoogleCodeExporter commented 8 years ago
Sorry this took so long: added "select targets from list" option to the GUI.  
Launches script as you defined above.

Available in Revision 38.

Thanks.

Original comment by der...@gmail.com on 27 Sep 2010 at 9:13