http403 / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

r179: attack_passthrough seg-faults #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Ensure pyrit and crunch are in PATH variable.
2. Upgrade pyrit to r179 from svn.
3. Enter ~/pyrit_svn/pyrit/test
4. Create a custom dictionary file that is quite large(1.1Gig). Append the 
correct passphrase to the end of it:
 crunch 10 10 0123456789 -t 00@@@@@@@@ > all10_00.txt
 echo dictionary >> all10_00.txt
5. Issue these commands:
ulimit -c unlimited
pyrit -e linksys -f all10_00.txt -r wpapsk-linksys.dump attack_passthrough
6. Observe Segmentation fault (core dumped)

What is the expected output? What do you see instead?
Expect to see pyrit find the PSK(dictionary).

What version of the product are you using? On what operating system?
r179 on BT4pf with Scapy 2.0.1 and no other changes. Fresh install of 
pyrit r179 from svn, freshly booted machine, AMD dual-core CPU, 2Gig RAM, 
with GTX-295 card on board.

Please provide any additional information below.
It doesn't always do this, and sometimes it completes without error. It 
dumps a core file when it seg faults, and you can find it G-zipped at the 
following link:
http://www.megaupload.com/?d=3A4J7XPH
Many thanks for your support.

Original issue reported on code.google.com by cpmitc...@gmail.com on 8 Oct 2009 at 3:55

GoogleCodeExporter commented 9 years ago
same problem as #76

Please use a more recent version of python

Original comment by lukas.l...@gmail.com on 21 Feb 2010 at 1:02