Open GoogleCodeExporter opened 9 years ago
I'll look into this ASAP.
Sorry for the delay.
Original comment by der...@gmail.com
on 14 Aug 2011 at 5:46
Hi,
I can also confirm this issue with wifite and Backtrack 5. WEP cracking works
fine but WPA fails to capture, running airodump seperately alongside wifite
captures the wpa handshake straight away.
Original comment by markcome...@gmail.com
on 19 Aug 2011 at 11:57
[deleted comment]
Any news, der ... ?
Original comment by spindiz...@gmail.com
on 12 Dec 2011 at 3:11
[deleted comment]
[deleted comment]
[deleted comment]
Hello Guys,
I am using BT4,BT5-R1 and Ubuntu all as HDD installed Boot versions.
I found Wifite was not detecting Handshake on capture file while using BT5(BT5 & also on BT5-R1).
Problem:
WPA target(s) found and added to the list, deauth packets generated and sent but auth packets are not noticed being captured.
Trials:
1. I tried launching Airodump-ng in paralel terminal, and it did capture the
auth packets.
2. I tried analaysing the capture file(of Wifite) seperetely with Pyrit while
Wifite was running and the capture file did have handshake(s).
3. I examined output of Pyrit on seperete terminal(last part of trial number 2).
Conclusion:
Wifite<--BT5-->Pyrit they were having just slight version incompatibility
communication problem. Wifite was checking up on capturefile using Pyrit if
there were any usable handshake or not. Pyrit reported there are usable
handshake(s) and Wifite failed to read positive output because Pyrit said
'handshake found' while Wifite was expecting word strings 'good' or 'workable'
(May be different/old version of Pyrit says these?).
Suggesation:
I suggest not to remove replace "good"/"workable" with "handshake found" but the addition of "handshake found" so Wifite's copy will be backwards compatible with other version(s) of Pyrit if used.
Solution for Wifite r82:
(For any other versions line number may differ, please read and find and
replace below line for correct solution.)
Line #3105=
if line.find(', good, ') != -1 or line.find(', workable, ') != -1 or
line.find(', bad, ') != -1:
Replace with=
if line.find(', good, ') != -1 or line.find(', workable, ') != -1 or
line.find('handshake found') != -1 or line.find(', bad, ') != -1:
I am human:
If any of above words needs any short of correction or amendment, please do tell. I have a small a brain (I think :P) .
Original comment by shaktis...@sankhla.org
on 23 Dec 2011 at 9:25
i noticed not capturing handshakes with wifite but am with airmon-ng running
along side.
using backtrack 5 r3 x64 with atheros card internal
Original comment by cn.robe...@me.com
on 12 Nov 2012 at 9:10
so i downloaded the newest version from git hub and run this command
./wifite.py -mac -cowpatty
and it captures the handshake
Original comment by cn.robe...@me.com
on 12 Nov 2012 at 10:31
I tried the cowpatty tag and it still didn't work for me. Same issue even with
newest one. Manual capture is instant.
Original comment by Jos...@azconceptphoto.com
on 23 Nov 2012 at 6:39
Original issue reported on code.google.com by
chuikovs...@gmail.com
on 6 Jun 2011 at 6:20