Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Distributed Hashcat Processing
Post: Distributed Hashcat Processing
Hey all,
Yesterday, I open-sourced the software we used in DefCon to do distributed processing of Hashcat slaves (Disthc).
If anyone is interested, you can head over to SourceForge and grab it.
... |
|
unix-ninja |
User Contributions
|
2 |
9,481 |
11-28-2012, 04:50 PM |
|
|
Thread: Hashcat Exit Statuses
Post: Hashcat Exit Statuses
Hey Atom,
I was hoping you might be able to add some proper exit statuses to hashcat, it could DEFINITELY make scripting easier in specific cases.
:)
Right now, I only get 255 if it doesn't run, ... |
|
unix-ninja |
Feature Requests
|
1 |
8,343 |
05-03-2012, 03:09 PM |
|
|
Thread: 1/4 cpu cores being used
Post: RE: 1/4 cpu cores being used
Hashcat-plus is a GPU-based cracker. It is specifically designed NOT to tax your CPU. |
|
unix-ninja |
Very old oclHashcat-plus Support
|
3 |
7,849 |
04-29-2013, 11:42 PM |
|
|
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,670 |
05-20-2016, 09:08 PM |
|
|
Thread: Adding 4 digit variable number to Name wordlist
Post: RE: Adding 4 digit variable number to Name wordlis...
Hashcat rules don't support dynamic processing at the moment. You would have to run this through something like the mask preprocessor to expand that into a rule file. for example:
```
mp '$?d$?d$?... |
|
unix-ninja |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
8 |
8,771 |
11-30-2017, 10:19 PM |
|
|
Thread: BCrypt + GTX670 = 6 c/s?
Post: RE: BCrypt + GTX670 = 6 c/s?
Honestly, depending on the iteration count used in the hash, that could be pretty accurate.
Bcrypt is a MUCH more secure algorithm than MD5 or SHA1, so don't expect the speeds to come anywhere close. |
|
unix-ninja |
Very old oclHashcat-plus Support
|
23 |
52,543 |
01-16-2013, 04:41 PM |
|
|
Thread: BCrypt + GTX670 = 6 c/s?
Post: RE: BCrypt + GTX670 = 6 c/s?
wflme Wrote: (01-16-2013, 04:46 PM)
--
Never expected it to be THAT bad, cracking-wise.
--
That's kind of the whole purpose of bcrypt. It's an adaptive algorithm, crafted so that even when hardwa... |
|
unix-ninja |
Very old oclHashcat-plus Support
|
23 |
52,543 |
01-16-2013, 04:54 PM |
|
|
Thread: Brutforce too slow? / Increment-Problems [Solved]
Post: RE: Brutforce too slow?
Just to clarify radix's point:
You "defined" 4 different character sets that can be used in a mask, but you didn't define the mask itself.
The mask is shown in its own position without using the num... |
|
unix-ninja |
Old oclHashcat Support
|
9 |
29,015 |
01-07-2014, 11:34 PM |
|
|
Thread: Build advice
Post: RE: Build advice
My personal recommendation would we to ditch the ATX case and get an open frame instead, but this otherwise looks fine. (I just think the open frames cool down way easier. They are noisier, however) |
|
unix-ninja |
Hardware
|
27 |
20,556 |
12-08-2017, 04:58 PM |
|
|
Thread: Can I make oclHashcat-plus 0.08 use a different potfile?
Post: RE: Can I make oclHashcat-plus 0.08 use a differen...
Type:
oclHashcat-plus64.bin --help
That will tell you how to do it. |
|
unix-ninja |
Very old oclHashcat-plus Support
|
2 |
6,138 |
06-09-2012, 12:11 AM |
|
|
Thread: can i split one jod more pc
Post: RE: can i split one jod more pc
Hashcat by itself doesn't really split jobs, but there are various methods you can use to do that.
It largely depends on what type of attack you are trying to perform.
For example, if you are trying ... |
|
unix-ninja |
Very old oclHashcat-lite Support
|
2 |
6,145 |
08-15-2012, 06:37 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,883 |
05-11-2016, 06:41 PM |
|
|
Thread: Choosing right card, making estimations
Post: RE: Choosing right card, making estimations
Honestly, you would rather stick with the 7950. Don't worry about the other two.
Memory isn't really an issue on any of these cards as long as your using hashcat, so you can ignore that as well. Just... |
|
unix-ninja |
Hardware
|
3 |
9,311 |
06-26-2013, 12:08 AM |
|
|
Thread: Cisco ASA
Post: RE: Cisco ASA
The ASA does use the same hashing mechanism as PIX. They are NOT different.
You should just be specifying hash and salt on the command-line. Username is irrelevant. |
|
unix-ninja |
Very old oclHashcat-plus Support
|
15 |
45,253 |
10-18-2012, 04:15 PM |
|
|
Thread: Closes Immediately
Post: RE: Closes Immediately
Start here: https://www.amazon.com/Windows-Command-Line-Beginners-Guide-ebook/dp/B005NRXU0W |
|
unix-ninja |
Old hashcat Support
|
3 |
6,120 |
08-12-2014, 03:55 PM |
|
|
Thread: comprehensive list of algorithms?
Post: RE: comprehensive list of algorithms?
Code:
--
oclHashcat64.bin --help
--
|
|
unix-ninja |
Old oclHashcat Support
|
8 |
11,564 |
07-15-2014, 03:53 PM |
|
|
Thread: COMPUTE vs. DISPLAY
Post: RE: COMPUTE vs. DISPLAY
Read this for more info: https://devgurus.amd.com/thread/158710
Compute is just an override. It doesn't have to exist by default. |
|
unix-ninja |
Old oclHashcat Support
|
2 |
6,210 |
01-21-2014, 10:02 PM |
|
|
Thread: Continuee brute force seasion after going to another OS?
Post: RE: Continuee brute force seasion after going to a...
Use the --session flag to create a session file, then you can use the --restore flag to resume that session. (Just copy the files over to your Linux instance). I believe there's a default session as w... |
|
unix-ninja |
Old hashcat Support
|
2 |
5,822 |
01-21-2014, 05:30 PM |
|
|
Thread: could someone help me with a mask?
Post: RE: could someone help me with a mask?
Are you stopping the job before it finishes? You will get separate keyspaces for each mask (including each transformation of the incremental mode), so you will probably get a ton of small keyspaces be... |
|
unix-ninja |
General Help
|
11 |
13,502 |
07-22-2015, 11:53 PM |
|
|
Thread: could someone help me with a mask?
Post: RE: could someone help me with a mask?
Quote:
--
what I interpreted this is was that the "-b" was the main "opening" command, with "sub" commands denoted with the double dash
--
I am not sure your 20 years has helped you. You might want... |
|
unix-ninja |
General Help
|
11 |
13,502 |
07-23-2015, 09:56 PM |