You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running:
1. pyrit -r capname.cap analyze
2. pyrit -r capname.cap -e APNAME -b 00:de:ad:c0:de:00 attack_batch
I get:
Traceback (most recent call last):
File "/usr/bin/pyrit", line 948, in <module>
Pyrit_CLI().init()
File "/usr/bin/pyrit", line 126, in init
options, commands = getopt.getopt(sys.argv[1:], "u:v:c:e:f:")
File "/usr/lib/python2.5/getopt.py", line 91, in getopt
opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
File "/usr/lib/python2.5/getopt.py", line 191, in do_shorts
if short_has_arg(opt, shortopts):
File "/usr/lib/python2.5/getopt.py", line 207, in short_has_arg
raise GetoptError('option -%s not recognized' % opt, opt)
getopt.GetoptError: option -r not recognized
Using Pyrit 0.2.3-dev on BT4. I've also installed CUDA support (with nvidia
drivers), but found out later that the video card is actually Intel. Batch
works fine on both CPU cores(250pmk/s). "delete_essid" doesn't work. Using
a wordlist with 7 mln entires and 6 essids.
Original issue reported on code.google.com by dkaloya...@gmail.com on 31 Aug 2009 at 11:36
The text was updated successfully, but these errors were encountered:
After updating following your instructions in the wiki, everything works like a
charm. Sorry to have wasted your time, but your comment was invaluable in
solving
this problem. Thank you for the hard work!
Original comment by dkaloya...@gmail.com on 31 Aug 2009 at 1:57
Original issue reported on code.google.com by
dkaloya...@gmail.com
on 31 Aug 2009 at 11:36The text was updated successfully, but these errors were encountered: