snowflakekiller / wifite

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

Suggestion: send deauth signal to speed up IV collection. #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What operating system are you running?

Ubuntu 11.10 x64 & BackTrack 5 R2

What version of the wifite are you using?

r84

Please provide any additional information below.  A paste of the error is
very helpful!

first, love this tool. so easy to use. been using air*-ng tools and i usually 
send a deauth after i start capturing IVs to speed up ARP replay process. 
wifite didn't seem to do this. im using a test router(wrt54g) with a idle 
client(kindle fire in standby) and i only get about 250-300 IVs after 3-5 
minutes. I manually sent a deauth with aireplay-ng and the IVs shot up to 
400-500/sec. 

thanks for your work.

Original issue reported on code.google.com by omi...@gmail.com on 20 Apr 2012 at 4:27

GoogleCodeExporter commented 9 years ago
correction: after deauth, 150-250 IVs/sec

Original comment by omi...@gmail.com on 20 Apr 2012 at 4:54

GoogleCodeExporter commented 9 years ago
The script is set to send deauth packets the capture speed drops to 0IVs/sec.

I too have noticed that forcing a client reconnection can cause IVs generation 
to shoot up.

I will consider implementing this feature (deauth as soon as attack starts). 
However, I will need to test quite a lot of things. One problem is that some 
clients do not automatically reconnect when deauthed by aireplay (my cell 
phone, for instance).  In this case, deauthing the clients is undesirable as 
one stale connected client can generate more IVs than than zero clients.

Thanks for the suggestion!

BTW: Have you tried the version2 beta? https://github.com/derv82/wifite/  This 
feature would go into the new version when it is released.

Original comment by der...@gmail.com on 26 Apr 2012 at 5:54