http403 / pyrit

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

batch processing float division error #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. pyrit batch

What is the expected output? What do you see instead?
Some PMKs to be processed

What version of the product are you using? On what operating system?
Cygwin on windows xp.

Please provide any additional information below.
$ pyrit batch
Pyrit 0.2.5-dev (svn r179) (C) 2008, 2009 Lukas Lueg
http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3
Working on ESSID 'DLINK'
Traceback (most recent call last):
  File "/usr/bin/pyrit", line 6, in <module>
    pyrit_cli.Pyrit_CLI().initFromArgv()
  File "/usr/lib/python2.5/site-packages/pyrit_cli.py", line 101, in
initFromArgv
    self.commands[command](self, **options)
  File "/usr/lib/python2.5/site-packages/pyrit_cli.py", line 582, in
batchprocess
    totalResCount / (time.time() - startTime)))
ZeroDivisionError: float division

Original issue reported on code.google.com by adam.k...@gmail.com on 11 Oct 2009 at 7:57

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

Original comment by lukas.l...@gmail.com on 11 Oct 2009 at 3:51