shraklor / wifite

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

Handshake-Stripping broken with pyrit #122

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Do you have any idea what may have caused this bug?  Guesses are helpful!
see below, fix included

What operating system are you running? Backtrack 5 R2? 32 or 64 bit?
Blackbuntu?
Kali

What version of the wifite are you using?
2.0r85

Please provide any additional information below.  A paste of the error is
very helpful!
During my tests with WPA-handshake-capture, all .cap files were broken and 
could not automatically be stripped.
Pyrit:
IOError: libpcap-error while reading: truncated dump file; tried to read...
tshark:
tshark: The file "capfile.cap" appears to have been cut short in the middle of 
a packet
This could maybe fixed in the way the capture is stopped, I did not check this.
While tshark does not care much about this error, pyrit exits without stripping 
and due to the fact that kali hosts both applications, wifite quits when 
encountering the pyrit error without trying tshark.

whatsoever,
replacing 'strip' with 'stripLive' in line 2140 fixes the problem

skies

Original issue reported on code.google.com by skydance...@hotmail.com on 20 Apr 2013 at 7:47

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
hi there, facing the same problem, but don't get your fix
in which file is this line 2140 where i should replace 'strip' with 'stripLive'?

Original comment by kizzen.k...@googlemail.com on 20 Oct 2014 at 1:15