Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Massive help
Post: RE: Massive help
First off, Hashcat GUI is not an official Hashcat product. It is not supported around here, and you will need to talk to the developer for support for that product.
You should learn the basics for ... |
|
unix-ninja |
Old oclHashcat Support
|
4 |
10,689 |
08-26-2014, 04:55 PM |
|
|
Thread: Unsupported or incorrect installed GPU driver detected! [ATI HD 7870]
Post: RE: Unsupported or incorrect installed GPU driver ...
did you actually read your example0.sh output? |
|
unix-ninja |
Old oclHashcat Support
|
4 |
12,436 |
09-12-2014, 04:23 PM |
|
|
Thread: Efficient way to store hashes in database ?
Post: RE: Efficient way to store hashes in database ?
Encoding the hashes in base64 will not get you the fastest processing time for storage and retrieval. In-fact, it will hurt your stats for sure.
There are MANY factors to consider with MySQL, inclu... |
|
unix-ninja |
General Talk
|
5 |
15,746 |
08-07-2012, 08:07 PM |
|
|
Thread: Ethernet Laser
Post: RE: Ethernet Laser
umm... at that point, why not use fiber? |
|
unix-ninja |
General Talk
|
5 |
11,517 |
11-29-2012, 11:58 PM |
|
|
Thread: slight change
Post: RE: slight change
Or you could just write the script yourself.
There's no real need for Atom to do that. |
|
unix-ninja |
User Contributions
|
5 |
11,161 |
07-02-2013, 04:39 PM |
|
|
Thread: cracking salted linux shadow hash: Unable to load due to Line-length
Post: RE: cracking salted linux shadow hash: Unable to l...
Shadow file uses crypt hashes (i.e., cryptsha512). That is -m 1800, *not* 1720. That looks like your problem. |
|
unix-ninja |
hashcat
|
5 |
9,571 |
08-10-2016, 11:21 PM |
|
|
Thread: hashcat version
Post: RE: hashcat version
Old as dirt.
There are way too many differences between the two. The entire codebase has been largely refactored and simply works differently. |
|
unix-ninja |
hashcat
|
5 |
5,274 |
12-07-2016, 10:18 PM |
|
|
Thread: what type of this hash??
Post: RE: what type of this hash??
vincide Wrote: (03-24-2017, 07:16 PM)
--
Hi Chick3nman, it from my friend test. Can you help me??
--
It's not a hash. And yes, it took about 30 seconds to figure out the plain. |
|
unix-ninja |
General Talk
|
5 |
6,438 |
03-24-2017, 07:19 PM |
|
|
Thread: Creating a secure hash?
Post: RE: Creating a secure hash?
Unfortunately, that's not really all that secure. Especially if someone manages to leverage your source.
The best way to guarantee decent security is to assume that your source has already been compr... |
|
unix-ninja |
General Talk
|
6 |
12,460 |
01-21-2014, 03:49 AM |
|
|
Thread: Creating a secure hash?
Post: RE: Creating a secure hash?
Just as a P.S.:
No new code bases should be using MD5 or SHA1 for security in the modern age. |
|
unix-ninja |
General Talk
|
6 |
12,460 |
01-21-2014, 03:51 AM |
|
|
Thread: 5970's worth buying?
Post: RE: 5970's worth buying?
which algorithms are you comparing there? I am pretty sure the 5970 should *not* have a higher rate (apples to apples) than the GTX 970. |
|
unix-ninja |
Old oclHashcat Support
|
6 |
10,674 |
05-20-2016, 09:08 PM |
|
|
Thread: Usage: hashcat [options] hashfile [mask|wordfiles|directories]
Post: RE: Usage: hashcat [options] hashfile [mask|wordfi...
>hashcat-cli32.exe -a 3 -m 1000 -o D:\output.txt --output-format=0 D:\hash.txt ?l?l?l?l?l?l |
|
unix-ninja |
Old hashcat Support
|
7 |
17,002 |
02-27-2013, 11:27 PM |
|
|
Thread: Slow VCL speeds
Post: RE: Slow VCL speeds
VCL is broken and is no longer supported. It is officially considered a dead technology. Sorry.
The new version of disthc should be coming out soon. It will have limited features at first (most to co... |
|
unix-ninja |
Old oclHashcat Support
|
7 |
14,628 |
12-11-2013, 12:08 AM |
|
|
Thread: new gpu purchase/explanation
Post: RE: new gpu purchase/explanation
mattjackson123 Wrote: (01-27-2016, 05:27 PM)
--
looking at getting a new gpu to replace my old p.o.s
currently looking around the price mark of the gtx 960/r9 380.
card i am thinking of getting atm... |
|
unix-ninja |
Old oclHashcat Support
|
7 |
8,860 |
01-27-2016, 06:07 PM |
|
|
Thread: Can't crack multiple hashes, only single
Post: RE: Can't crack multiple hashes, only single
Try using Unix-style encoding for newlines and see if that works any better. |
|
unix-ninja |
hashcat
|
7 |
13,886 |
05-11-2016, 06:41 PM |
|
|
Thread: PrinceProcessor
Post: RE: PrinceProcessor
I am not sure prince processor is actually what you want. Checkout hashcat-utils, you may have some better luck there. Look at the combinators and combipow first. That's likely to get you closer to wh... |
|
unix-ninja |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
7 |
6,901 |
05-23-2018, 04:42 PM |
|
|
Thread: oclHashcat-plus64 fglrx problem
Post: RE: oclHashcat-plus64 fglrx problem
You will need to manually install the proprietary AMD drivers (fglrx) before you can use hashcat. |
|
unix-ninja |
Very old oclHashcat-plus Support
|
8 |
16,082 |
04-22-2013, 05:04 PM |
|
|
Thread: oclHashcat-plus64 fglrx problem
Post: RE: oclHashcat-plus64 fglrx problem
baspax11 Wrote: (04-22-2013, 05:08 PM)
--
how can i see what drivers i have?
--
You will have the open source drivers out of the box.
You might want to just brush up on general administration:
... |
|
unix-ninja |
Very old oclHashcat-plus Support
|
8 |
16,082 |
04-22-2013, 05:13 PM |
|
|
Thread: weird issue when trying to read mask option from file
Post: RE: weird issue when trying to read mask option fr...
You are probably not escaping some values properly.
Can you give more details on the actual lines in the script itself? |
|
unix-ninja |
Old hashcat Support
|
8 |
17,134 |
11-08-2013, 07:02 PM |
|
|
Thread: weird issue when trying to read mask option from file
Post: RE: weird issue when trying to read mask option fr...
The problem here is simple. You are piping multiple arguments to hashcat through the $line variable, and your script is therefore sending them to hashcat as a single parameter.
You think it's saying:... |
|
unix-ninja |
Old hashcat Support
|
8 |
17,134 |
11-08-2013, 08:37 PM |