jslhs / pyrit

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

Problem Pyrit and Cowpatty #338

Closed GoogleCodeExporter closed 8 years ago

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

pyrit and once installed correctly cuda, I check the speed of the graphics card.

pyrit benchmark

results:

root@alahin:~# pyrit benchmark
Pyrit 0.4.1-dev (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+

Running benchmark (3660.5 PMKs/s)... \

Computed 3660.54 PMKs/s total.
#1: 'CUDA-Device #1 'GeForce 9600 GT'': 3422.5 PMKs/s (RTT 2.8)
#2: 'CPU-Core (SSE2)': 584.4 PMKs/s (RTT 3.0)

I am preparing to capture the handshake, I get easily.

Now create the tables with pyrite:

pyrit -e "essid" -f /root/diccionarios/word.lst passthrough | cowpatty -d - -r 
/root/claves/clave*.cap -s "essid"

results:

cowpatty 4.6 - WPA-PSK dictionary attack. <jwright@hasborg.com>

Collected all necessary data to mount crack against WPA2/PSK passphrase.
Starting dictionary attack.  Please be patient.
Using STDIN for hashfile contents.
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 62, in initFromArgv
    ('all-handshakes', 'aes'))
  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
fread: Success
Unable to identify the PSK from the dictionary file. Try expanding your
passphrase list, and double-check the SSID.  Sorry it didn't work out.

0 passphrases tested in 0.07 seconds:  0.00 passphrases/second

----------------------------------

Does anyone know that is the problem?
Could use these 2 programs without using a dictionary?, Like the crunch and 
aircrack, having only the handshake bone to attack with the power of the graph.

Excuse my English

What is the expected output? What do you see instead?

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

Version Pyrit and Pyrit-cuda 0.4.1

Please provide any additional information below.

The graphics card is nvidia 9600GT
SO Ubuntu 10.10

Original issue reported on code.google.com by alahin6...@gmail.com on 25 Jul 2011 at 10:03

GoogleCodeExporter commented 8 years ago
"pyrit help" or "pyrit -h passthrough" will help you. You might also be 
interested in "pyrit -h attack_passthrough".

Original comment by lukas.l...@gmail.com on 25 Jul 2011 at 1:47

GoogleCodeExporter commented 8 years ago
I get the same problem:

root@alahin:~# pyrit -h passthrough
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 61, 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 -h not recognized

Original comment by alahin6...@gmail.com on 26 Jul 2011 at 11:49

GoogleCodeExporter commented 8 years ago
alahi: update your version

Original comment by lukas.l...@gmail.com on 26 Jul 2011 at 11:57