Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
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,568 |
08-10-2016, 11:21 PM |
|
|
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,483 |
11-28-2012, 04:50 PM |
|
|
Thread: Distributed Hashcat Processing
Post: RE: Distributed Hashcat Processing
Just as a follow-up to this, the new codebase is up on github as of today.
I might reserve the old sourceforge page for binaries later on. That has yet to be decided.
Brute Force seems to work. Di... |
|
unix-ninja |
User Contributions
|
2 |
9,483 |
04-02-2014, 10:03 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,312 |
06-26-2013, 12:08 AM |
|
|
Thread: hashcat.net on a new server
Post: RE: hashcat.net on a new server
Port 80 is very, very sad...
"No data received" on Chrome. |
|
unix-ninja |
Organisation and Events
|
3 |
8,913 |
04-10-2014, 05:36 PM |
|
|
Thread: Running Mr. Cat on multiple rigs?
Post: RE: Running Mr. Cat on multiple rigs?
Well, you could either write your own software, or cluster the nodes.
If you choose a clustering solution, you can cluster multiple hosts that have X number of GPUs each.
e.g.:
Host1 has 2 GPU
Hos... |
|
unix-ninja |
General Talk
|
3 |
8,872 |
10-21-2013, 09:59 PM |
|
|
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: 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,773 |
11-30-2017, 10:19 PM |
|
|
Thread: Issue with potfiles in v1.21
Post: RE: Issue with potfiles in v1.21
This is intended behaviour. The outfile is really just another potfile, so if it's found in your potfile, it won't rewrite the result in the potfile. (even if it is a different pot)
:]
Just FYI, y... |
|
unix-ninja |
Old oclHashcat Support
|
4 |
8,581 |
05-27-2014, 10:20 PM |
|
|
Thread: Does HC treat Infiniband-connected servers as a single machine?
Post: RE: Does HC treat Infiniband-connected servers as ...
Hashcat by itself does not have any networking support. There are wrappers that can help you out with networking, like vcl and disthc, but I don't believe either supports infiniband. |
|
unix-ninja |
Hardware
|
3 |
8,387 |
03-18-2013, 03:55 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,345 |
05-03-2012, 03:09 PM |
|
|
Thread: oclhashcat error
Post: RE: oclhashcat error
If you're running OS/2, it's not supported. Then again, no one would know what you're running since you didn't mention it. In fact, I'd go as far as to say there's a fair lack of description in your i... |
|
unix-ninja |
Old oclHashcat Support
|
4 |
8,231 |
02-13-2014, 12:39 AM |
|
|
Thread: Read command options from file
Post: RE: Read command options from file
Although this may (depending on implementation) be one way of addressing special character sequences on the command line, it is trivial to simply properly escape your characters on the command line, a... |
|
unix-ninja |
Feature Requests
|
3 |
8,166 |
10-17-2012, 10:29 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,851 |
04-29-2013, 11:42 PM |
|
|
Thread: Hash Question
Post: RE: Hash Question
Are you asking how to retrieve the hash for your own system? That will largely depend on the system you are dealing with. |
|
unix-ninja |
General Help
|
4 |
7,843 |
02-06-2014, 10:40 PM |
|
|
Thread: Mac OS 10.9 starting problems Hash cat 0.46
Post: RE: Mac OS 10.9 starting problems Hash cat 0.46
You should not double-click on the icon for hashcat. That will definitely give you the "classic environment" warning, but this is a misleading message.
I run OSX Mavericks, and can use hashcat 0.46... |
|
unix-ninja |
General Help
|
3 |
7,807 |
12-10-2013, 09:48 PM |
|
|
Thread: Why the .pot?
Post: RE: Why the .pot?
For people running analytics, having the hash is extremely useful. Additionally, it's really only a single command in the terminal to "de-pot" as you put it. Nothing elaborate needs to be done.
additi... |
|
unix-ninja |
General Talk
|
2 |
7,700 |
05-03-2013, 06:33 PM |
|
|
Thread: Network support
Post: RE: Network support
Hashcat by itself does not do this, but you can download disthc from sourceforge and use it to cluster several machines running hashcat. |
|
unix-ninja |
Old hashcat Support
|
4 |
7,685 |
04-18-2013, 05:48 PM |
|
|
Thread: Hashcat on OS X
Post: RE: Hashcat on OS X
Have you tried running it on the command line? |
|
unix-ninja |
Old hashcat Support
|
3 |
7,542 |
03-07-2013, 09:40 PM |
|
|
Thread: Hashcat on OS X
Post: RE: Hashcat on OS X
Fifa13 Wrote: (03-08-2013, 07:24 AM)
--
No. I do not know how to do it
--
Start with this then:
https://www.hacktheday.com/beginners-guide-to-apple-terminal-part-1/ (https://www.hacktheday.com/beg... |
|
unix-ninja |
Old hashcat Support
|
3 |
7,542 |
03-08-2013, 06:11 PM |