Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: piping hashcat into pyrit
Post: piping hashcat into pyrit
Hi,
I'm trying to pipe hashcat into pyrit in order to crack wpa hash with best64.rule. I use hashcat 0.40 and pyrit 0.4.0 in Backtrack 5r3. I have tried the following command with no success
Code:
... |
|
romo77 |
Old hashcat Support
|
6 |
13,252 |
08-30-2012, 11:01 PM |
|
|
Thread: piping hashcat into pyrit
Post: RE: piping hashcat into pyrit
unfortunately it' not. got same result as before
Code:
--
Picked AccessPoint 00:22:75:23:ee:ec ('Tilt') automatically.
Tried 0 PMKs so far; 0 PMKs per second.
Password was not found. Retry the atta... |
|
romo77 |
Old hashcat Support
|
6 |
13,252 |
08-30-2012, 11:22 PM |
|
|
Thread: piping hashcat into pyrit
Post: RE: piping hashcat into pyrit
that's a good point. thx. I've tried several dictionaries now, but the output it's same
[hr]
Problem solved.
I think there's something wrong with hashcat in backtrack. I redownload hashcat0.40. Befor... |
|
romo77 |
Old hashcat Support
|
6 |
13,252 |
08-31-2012, 09:50 AM |
|
|
Thread: piping hashcat into pyrit
Post: RE: piping hashcat into pyrit
atom Wrote: (08-31-2012, 10:38 AM)
--
Its still questionable why you use pyrit at all. Its old, not maintained and slower than oclHashcat-plus. Its even slower when running with GPU + CPU at once whi... |
|
romo77 |
Old hashcat Support
|
6 |
13,252 |
08-31-2012, 12:01 PM |
|
|
Thread: hashcat and statsprocessor
Post: hashcat and statsprocessor
Hi,
Does hashcat 0.40 support stdin from statsprocessor0.08?. Following command doesn't work for me or is it wrong?
Code:
--
root@bt:~/statsprocessor-0.08# ./sp32.bin --pw-min 3 --pw-max 4 -t 0 ./st... |
|
romo77 |
Old hashcat Support
|
3 |
7,974 |
09-05-2012, 02:56 PM |
|
|
Thread: hashcat and statsprocessor
Post: RE: hashcat and statsprocessor
thank you sir.
would be nice to have that feature in hashcat anyway
I'm not that skilled to understand what you mean. Do I have to create a dictionary with sp and then run hashcat as usual? |
|
romo77 |
Old hashcat Support
|
3 |
7,974 |
09-05-2012, 03:05 PM |
|
|
Thread: hashcat and statsprocessor
Post: RE: hashcat and statsprocessor
atom Wrote: (09-05-2012, 02:58 PM)
--
no, it does not, by default. on linux you can trick using mkfifo :)
$ mkfifo dict
then:
1st shell: ./sp32.bin ... > dict
2nd shell: ./hashcat-cli32.bi... |
|
romo77 |
Old hashcat Support
|
3 |
7,974 |
09-05-2012, 07:07 PM |
|
|
Thread: spec chararacters in sp
Post: spec chararacters in sp
How to make statsprocessor accept chars like this: Å¡Äťž
When I create a dictionary from *.hcstat file which was created based on a file which contained those characters, there are no word... |
|
romo77 |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
12,340 |
09-09-2012, 12:03 PM |
|
|
Thread: spec chararacters in sp
Post: RE: spec chararacters in sp
atom Wrote: (09-09-2012, 03:01 PM)
--
Add them to your custom charset and then work with custom charsets.
--
I did, but cant see those letters in my output dictionary
Code:
--
./sp32.bin -t 30 /roo... |
|
romo77 |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
12,340 |
09-09-2012, 03:23 PM |
|
|
Thread: spec chararacters in sp
Post: RE: spec chararacters in sp
atom Wrote: (09-10-2012, 10:11 AM)
--
Because statsprocessor works byte-wise. In other words: shit in - shit out :)
--
:) Ok, I've tried around 6 encodings with no luck. I think I just leave it..
th... |
|
romo77 |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
12,340 |
09-10-2012, 02:05 PM |