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.
Comment #1
Posted on Jan 19, 2010 by Quick Oxoh i see now, you have to use the -i to import file but this seems broken
Comment #2
Posted on Jan 19, 2010 by Quick Camel(No comment was entered for this change.)
Status: Invalid
Labels:
Type-Defect
Priority-Medium