dwaaan / pyrit

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

useless compute? #222

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
cutting..
# cat example
abcdefghijklmnopqrstuvwxyz åäö
ABCDEFGHIJKLMNOPQRSTUVWXYZÅÄÖ
0123456789!@#$%^&*()-_+=~`[]{}|\:;"'<>,.?/ 
(third line ends with a space)

# wc -l example
3 example

# rm -r /root/.pyrit/blobspace/
# pyrit -i example import_passwords
Pyrit 0.4.0-dev (svn r288) (C) 2008-2010 Lukas Lueg http://pyrit.googlecode.com
Connecting to storage at 'file://'...  connected.
3 lines read. Flushing buffers...s)... 
All done.

# pyrit -e xxx create_essid
# pyrit eval
Connecting to storage at 'file://'...  connected.
Passwords available: 3
ESSID 'xxx' : 0 (0.00%)

# pyrit batch
Connecting to storage at 'file://'...  connected.
Working on ESSID 'xxx'
Processed all workunits for ESSID 'xxx'; 13 PMKs per second.
Batchprocessing done.

#pyrit eval
Connecting to storage at 'file://'...  connected.
Passwords available: 3
ESSID 'xxx' : 3 (100.00%)

We can import and compute words containing chars of Extended ASCII Codes, if 
not I'm wrong as WPA passphrase we can use only ASCII [0-128]?
Maybe we should firter them off...

Original issue reported on code.google.com by masterzorag on 17 Dec 2010 at 6:29

GoogleCodeExporter commented 8 years ago
i've not seen the reference but Pyrit is specifically built to deal with *all* 
characters (even including \x00), exlcuding only the newline-character.

I think it's better to have people filter their wordlists than having a 
limitation in the software that just might turn out to be wrong.

Can you look that up?

Original comment by lukas.l...@gmail.com on 17 Dec 2010 at 6:35