http403 / pyrit

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

Attempt to verify database as instructed in ref manual broken #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

[root@linuxborg pyrit-read-only]# pyrit -e NETGEAR verify
Pyrit 0.2.5-dev (svn r174) (C) 2008, 2009 Lukas Lueg
http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3

Verifying ESSID 'NETGEAR'
Traceback (most recent call last):
  File "/usr/bin/pyrit", line 6, in <module>
    pyrit_cli.Pyrit_CLI().initFromArgv()
  File "/usr/lib64/python2.5/site-packages/pyrit_cli.py", line 121, in
initFromArgv
    self.print_help)()
  File "/usr/lib64/python2.5/site-packages/pyrit_cli.py", line 719, in verify
    self.tell("\nVerified %i PMKs with %.2f PMKs/s." % (totalResCount,
totalResCount / (time.time() - startTime)))
ZeroDivisionError: float division

What is the expected output? What do you see instead? See above.

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

svn r174, Python 2.5, Fedora Core 10, Nvidia 9800 GTX+ 

Please provide any additional information below.

Original issue reported on code.google.com by vful...@gmail.com on 25 Sep 2009 at 2:42

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r176.

Original comment by lukas.l...@gmail.com on 4 Oct 2009 at 5:10