Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Strange possible bug with IPB -m 2811
Post: RE: Strange possible bug with IPB -m 2811
Because of how BF works, splits are required. They are done automatically by oclHashcat-plus (original oclHashcat did not if you remember left-right thing) and if you choose a small charset these calc... |
|
atom |
Very old oclHashcat-plus Support
|
7 |
15,570 |
09-22-2012, 11:21 AM |
|
|
Thread: Bug report
Post: RE: Bug report
|
atom |
Very old oclHashcat-plus Support
|
6 |
11,578 |
09-22-2012, 11:21 AM |
|
|
Thread: cudaHashcat-plus 0.09 ERROR: cuStreamSynchronize() 700 / 999
Post: RE: cudaHashcat-plus 0.09 ERROR: cuStreamSynchroni...
This cuStreamSynchronize() 700 / 999 error is a nightmare. I got several reports for this, all on 6xx cards. Maybe there is a problem with the drivers? I cant reproduce this on mx 560Ti so I cant help... |
|
atom |
Very old oclHashcat-plus Support
|
10 |
21,454 |
09-22-2012, 11:28 AM |
|
|
Thread: [Solved] dictionary cleaning
Post: RE: dictionary cleaning
you tried strings?
strings < in.dict > out.dict |
|
atom |
General Talk
|
10 |
18,450 |
09-24-2012, 12:10 PM |
|
|
Thread: hashcat v0.41
Post: hashcat v0.41
* changes v0.40-> v0.41:
First Hashcat release to support AVX and XOP!
Download here: https://hashcat.net/hashcat/
Code:
--
type: feature
file: host programs
desc: added support for AVX a... |
|
atom |
Old hashcat Announcements
|
7 |
26,268 |
09-24-2012, 03:26 PM |
|
|
Thread: Catalyst 12.9 beta fail
Post: Catalyst 12.9 beta fail
Hey Guys,
in case you missed my tweet: https://twitter.com/hashcat/status/251266625586741250
Do not install Catalyst 12.9 beta, the Multi-GPU OpenCL support is broken (again). Catalyst 12.8 is s... |
|
atom |
General Help
|
1 |
6,092 |
09-27-2012, 12:42 PM |
|
|
Thread: hash with only special character
Post: RE: hash with only special character
Maybe a plaintext password? |
|
atom |
General Talk
|
5 |
11,269 |
09-27-2012, 12:43 PM |
|
|
Thread: oclHashcat-plus64 not valid win32 app ?
Post: RE: oclHashcat-plus64 not valid win32 app ?
Default -n and --gpu-loops were changed a bit. You may need to adjust them. |
|
atom |
Very old oclHashcat-plus Support
|
2 |
6,410 |
09-28-2012, 11:05 AM |
|
|
Thread: Segmentation fault: 11
Post: RE: Segmentation fault: 11
Make sure its using either \n or \r\n crlf, not \r as mac uses it (used it?). |
|
atom |
Old hashcat Support
|
5 |
13,743 |
09-28-2012, 11:08 AM |
|
|
Thread: hash with only special character
Post: RE: hash with only special character
Never saw this hash / encoding somewhere before. Maybe a custom solution. |
|
atom |
General Talk
|
5 |
11,269 |
09-28-2012, 11:09 AM |
|
|
Thread: Hashcat 0.41 mode 1731 fails?
Post: RE: Hashcat 0.41 mode 1731 fails?
Thanks for reporting. Will be fixed in next release (is already in beta) |
|
atom |
Old hashcat Support
|
5 |
8,986 |
09-28-2012, 12:24 PM |
|
|
Thread: New rule function "backtrack" & reflect #
Post: RE: New rule function "backtrack" & reflect #
If this is about keyboard-walks, why dont you just use a keyboard walk generator and pipe it to stdin? |
|
atom |
Feature Requests
|
8 |
21,142 |
09-29-2012, 03:07 PM |
|
|
Thread: HashCat Output [Question] [Help]
Post: RE: HashCat Output [Question] [Help]
I did not read the entire thread, but sounds like something that should work with --show, or not? |
|
atom |
Old hashcat Support
|
9 |
16,042 |
09-29-2012, 03:09 PM |
|
|
Thread: How to compare speeds between CPU and GPU hashcats
Post: RE: How to compare speeds between CPU and GPU hash...
The GPU version is faster |
|
atom |
General Help
|
1 |
5,097 |
09-30-2012, 07:44 PM |
|
|
Thread: hash with only special character
Post: RE: hash with only special character
You need the sourcecode of the program which hashed it. |
|
atom |
General Talk
|
5 |
11,269 |
09-30-2012, 07:45 PM |
|
|
Thread: What is the Best way to recover a MyBB pass
Post: RE: What is the Best way to recover a MyBB pass
Nice introduction, we should setup a basic attack command wiki page. |
|
atom |
Old hashcat Support
|
8 |
53,090 |
09-30-2012, 07:46 PM |
|
|
Thread: New rule function "backtrack" & reflect #
Post: RE: New rule function "backtrack" & reflect #
JtR has an keyboard walk generator (not sure how good it is compared to deadones) plus you can use --stdout.
About your new function I am thinking of a different way to let you achieve what you are t... |
|
atom |
Feature Requests
|
8 |
21,142 |
09-30-2012, 08:08 PM |
|
|
Thread: How to see when over the 15 char limit?
Post: RE: How to see when over the 15 char limit?
Its a nice discussion since it is something that user should not but do not face very often, so i never explained it before. It is something in the very deep of oclHashcat-plus.
There are two types ... |
|
atom |
Very old oclHashcat-plus Support
|
8 |
15,420 |
09-30-2012, 10:28 PM |
|
|
Thread: How to see when over the 15 char limit?
Post: RE: How to see when over the 15 char limit?
It could but it would slow down the cracking performance a lot (80% or more). So I decided to just let it run into this situation. No worries, nothing gets damaged this way. With the next rule all sta... |
|
atom |
Very old oclHashcat-plus Support
|
8 |
15,420 |
10-01-2012, 12:01 AM |
|
|
Thread: New rule function "backtrack" & reflect #
Post: RE: New rule function "backtrack" & reflect #
Lets say you have "m1" for memorize, "m2" for append buffer and "m3" for prepend buffer.
The rule: m1 r [ m3
Should do the same as "b".
m1 remembers the original buffer "p@ssW0rd".
r reverses it... |
|
atom |
Feature Requests
|
8 |
21,142 |
10-01-2012, 10:45 AM |