qweasdzxc17 / pyrit

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

r242, relay related #143

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
so, I'm working relaying an sqlite db from 192.168.1.202, and batching with
PS3 at 192.168.1.203:

202# pyrit -u sqlite:////c4m9.db relay
Connecting to storage at 'sqlite:////Archivio/WPA/pyrit/c4m9.db'...  connected.
Server started...

203# pyrit -u http://192.168.1.202:17934 batch
Connecting to storage at 'http://192.168.1.202:17934'...  connected.
Working on ESSID 'xxx'
Processed 300/17939 workunits so far (1.7%); 0 PMKs per second.

It works, computing workunits, but doesn't refresh PMKs counting, keeping
it at 0, even if 202 is batching or not.

Original issue reported on code.google.com by masterzorag on 12 Apr 2010 at 11:23

GoogleCodeExporter commented 8 years ago
I've tested also from an external (across internet) machine with a 9800 GX2, 
same results
It works, computing workunits, but doesn't refresh PMKs counting, keeping it at 
0

Original comment by masterzorag on 12 Apr 2010 at 5:33

GoogleCodeExporter commented 8 years ago
Seems that randomly prints out count, but strange is that PS3 batching a local
sqlite.db scores 1300,
batching a relayed sqlite.db scores up to 2500, what's this!

Original comment by masterzorag on 30 Apr 2010 at 5:14

Attachments:

GoogleCodeExporter commented 8 years ago
is this still up to date?

Original comment by lukas.l...@gmail.com on 28 Oct 2010 at 11:38

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
r288: laptop relaing an sqlite from 202#, PS3 at 203#

202# pyrit -u sqlite:////try.db eval
Connecting to storage at 'sqlite:////try.db'...  connected.
Passwords available: 0

202# pyrit -u sqlite:////try.db relay
Connecting to storage at 'sqlite:////try.db'...  connected.
Server started...

203# pyrit -u http://192.168.1.202:17934 eval
Connecting to storage at 'http://192.168.1.202:17934'...  connected.
Passwords available: 0

203# time ./brute aaaaaaaa a | pyrit -u http://192.168.1.202:17934 -i - 
import_unique_passwords
Connecting to storage at 'http://192.168.1.202:17934'...  connected.
1000005 lines read. Flushing buffers...
All done.
real    2m48.993s
user    0m43.898s
sys     0m1.889s

203# pyrit -u http://192.168.1.202:17934 eval
Connecting to storage at 'http://192.168.1.202:17934'...  connected.
Passwords available: 1000005

203# pyrit -u http://192.168.1.202:17934 -e xxx create_essid
Connecting to storage at 'http://192.168.1.202:17934'...  connected.
Created ESSID 'xxx'

203# pyrit -u http://192.168.1.202:17934 eval
Connecting to storage at 'http://192.168.1.202:17934'...  connected.
Passwords available: 1000005
ESSID 'xxx' : 0 (0.00%)

203# pyrit -u http://192.168.1.202:17934 batch
Connecting to storage at 'http://192.168.1.202:17934'...  connected.
Working on ESSID 'xxx'
Processed all workunits for ESSID 'xxx'; 1170 PMKs per second.ond.
Batchprocessing done.

eval, importing passwords, create essid and batchprocess works, PMKs count 
without lags, flawless!

Original comment by masterzorag on 29 Oct 2010 at 10:46

GoogleCodeExporter commented 8 years ago
closed

Original comment by lukas.l...@gmail.com on 29 Oct 2010 at 6:46