http403 / pyrit

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

pyrit fails to attack #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. attack_passthrough
2. attack_cowpatty
3. attack_batch
attack_db

What is the expected output? What do you see instead?
Pyrit 0.2.5-dev (svn r205) (C) 2008-2010 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+

Traceback (most recent call last):
  File "/usr/local/bin/pyrit", line 6, in <module>
    pyrit_cli.Pyrit_CLI().initFromArgv()
  File "/usr/local/lib/python2.6/dist-packages/pyrit_cli.py", line 65, in
initFromArgv
    args, commands = getopt.getopt(sys.argv[1:], 'u:v:c:e:i:o:r:b:')
  File "/usr/lib/python2.6/getopt.py", line 91, in getopt
    opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
  File "/usr/lib/python2.6/getopt.py", line 191, in do_shorts
    if short_has_arg(opt, shortopts):
  File "/usr/lib/python2.6/getopt.py", line 207, in short_has_arg
    raise GetoptError('option -%s not recognized' % opt, opt)
getopt.GetoptError: option -f not recognized

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

Please provide any additional information below.

Original issue reported on code.google.com by jokesare...@gmail.com on 19 Jan 2010 at 12:04

GoogleCodeExporter commented 9 years ago
oh i see now, you have to use the -i to import file 
but this seems broken

Original comment by jokesare...@gmail.com on 19 Jan 2010 at 12:23

GoogleCodeExporter commented 9 years ago

Original comment by lukas.l...@gmail.com on 19 Jan 2010 at 6:49